cancel
Showing results for 
Search instead for 
Did you mean: 

wdynpro-populating a dropdown from a ddic table?

Former Member
0 Kudos

Please let me know how to populate a dropdown with key in wd componnet taking fvalues from DDIC table.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you should get the possible values from DDIC into local table and add them to

the context attribute of a node like this:

node_info->set_attribute_value_set( name = 'VALUE' value_set = lt_DDIC_table ).

grtz

Koen

Answers (1)

Answers (1)

Former Member
0 Kudos

i was trying and i got it .