Skip to Content
0
Former Member
Apr 14, 2010 at 07:16 PM

Issue with Dynamic Drop downs in ALV Columns

77 Views

Hi All,

I want to create dropdowns in one of the ALV columns. Each entry is populated dynamically and has different values.

I tried the following

1. Populated the attribute value set for the column attribute for each entry (row) in the table and bound the table to ALV. (Drop down by key)

Prob - This is adding up all the values to the attribute and showing up the same values for all the dropdowns

2. Used an extra attribute (thats not part of the table) and populated the value set. Used this attribute to bind the values to each dropdown using set_valueset_fieldname method (in CL_SALV_WD_UIE_DROPDOWN_BY_IDX)

(Drop down by Index)

Prob - I see no values at all in the drop downs

Any help is highly appreciated.

Thank you