cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the whole table contents having 1 or more drop down by index.

bhagesh_nayak
Discoverer
0 Kudos

Hi Experts,

In my Web Dynpro Application , i am having one table 7 columns out of which 3 are drop down by index and rest 4 fields are the normal input fields .These 3 drop downs are linked in such a way that drop down 1's value will be the input for select query and the result is displayed in drop down 2 and same for 3 .

I have written code in on change event of each drop down , where i get the value selected by user , after entering data for more than 1 row i am facing a problem i.e on submit button when i call method get_static_attributes_table to read all the data entered by user but  i am just getting the values for normal input fields and it shows blank for all 3 drop down fields.

How to get/read  all selected values of drop down fields as a whole in a single internal table. 

Please help me for resolving the above issue .

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhagesh_nayak
Discoverer
0 Kudos

Sorry for being late in replying on the same, I have already solved the issue . there was a problem in binding and storing the values.

Thanks Katrice for your reply .

Former Member
0 Kudos

Hi Bhagesh,

Close the thread as answered as your issue has been resolved.

Thanks

Katrice

Former Member
0 Kudos

Hello,

Read the table based on lead selection index of the selected row of the table.

For example,Check the following link,

http://www.sapdev.co.uk/sap-webapps/sap-webdynpro/table-dropdown.htm

Thanks

Katrice