cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown box with different values

roland_spindler
Participant
0 Kudos

Hello,

I know how to add values to a dropdown box by calling set_attribute_value_set of the node info, but this way the dropdown box always offers the same values in each line of a table.

How do I add different values to each dropdown box in different table rows? E.g. field MTART in line 1 should offer values A, B and C, while the same field in line 2 should offer D, E and F.

Thanks in advance

Roland

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

It is not possible. You can have a try using cell variants. check the below link for reference:  http://wiki.sdn.sap.com/wiki/display/WDABAP/WebDynpro+for+ABAP+Cell+Variants

Hope this helps u.,

Thanks & Regards,

Kiran.

roland_spindler
Participant
0 Kudos

Actually this is possible and it is not even hard. I just had to use DropDownByIndex instead of DropDownByKey.

Roland

Answers (0)