Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read Selection Screen without PAI

Former Member
0 Likes
470

Hi All,

I have a requirement to read the select-options values from the selection-screen for providing the search help for some other field.

It is possible to read the PARAMETER values with the help of FM DYNP_VALUE_READ. Do we have any other FM which can read the select options values on the similar lines in the AT SELECTION-SCREEN ON VALUE-REQUEST event?

Regards,

Prakash Pandey

1 ACCEPTED SOLUTION
Read only

MarcinPciak
Active Contributor
0 Likes
302

Hi,

For select-options use FM RS_REFRESH_FROM_SELECTOPTIONS to read its values.

Regards

Marcin

1 REPLY 1
Read only

MarcinPciak
Active Contributor
0 Likes
303

Hi,

For select-options use FM RS_REFRESH_FROM_SELECTOPTIONS to read its values.

Regards

Marcin