Hi Experts,
Happy New Year to you all I have a requirement of creating a dynamic drop down list. I raise this query in some of my previous query and got the following sample (attached with this query). The script involves a lot of hard coding in terms of filling up the drop down values by means of 2 D arrays.
My requirement is to have these lists filled out dynamically. I have a ABAP web dynpro application which provides the source data for the drop down lists in the form. For this I have create a table with two columns (Country & Region) and the table is made hidden in the final layout. I want to populate the table rows in the 2 D arrays created to populate the drop down list.
All the Country and Region data are already there in the form DOM also grouped by region. My requirement is to pass this data to the drop down menu.
Please help.
Thanks
Rohit