cancel
Showing results for 
Search instead for 
Did you mean: 

How to fill select options with the selected fields from popup screen

Former Member
0 Kudos

Hi Guys,

Req is:-

I have a main view with a field matnr as select-options.

i was displaying a popup with alv table by clicking a button on the main view.

after selecting multiple records from the table, if i click on yes button i have to fill the select-option field with the selected record matnr values.

i was using  the method-  set_value_of_parameter_field,

but values are not displaying on the select-options field.

can anyone help me.

Thanks

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

chengalarayulu
Active Contributor
0 Kudos

After creating range table for specified field, just store it globally. then assign the values while closing the popup.

then again, you can read the values at required places.