Hello All,
I have a ALV table in that 1 column is a Dropdown by index to hold different dropdown values for each row of ALV table to achieve this I created a seperate attribute in the same context as VALUESET of type WDR_CONTEXT_ATTR_VALUE_LIST. As part of my requirment Type and Text of the VALUESET is same
ls_value_custom-text = 'TEST'.
ls_value_custom-value = 'TEST'.
My requirment is I need to get the selected index of the Dropdown( ex: From ALV table 3rd row I open the dropdown and selected 5th Dropdown value)