cancel
Showing results for 
Search instead for 
Did you mean: 

saving data selected in dropdown to databse

Former Member
0 Kudos

hi ,

please guide me how to save data selected from a dropdown to the database.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You simply read the node bind to that dropdown, and collect it in variable or itab. then process as u want,

read the node using get_attribute method.

Yogesh N

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Get the node reference(If_wd_context_node) .. then get all the selected values in the dropdown using method GET_SELECTED_ELEMENTS.

With Regards,

Ranganathan.