Application Development 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: 

RS_REFRESH_FROM_SELECTOPTIONS

Former Member
0 Kudos

Expert's

i can use these function module to get selection scrren

name and their value ,but how to use these value's

in my select statement , like my selection screen

may conatin select-option ,paramater ,by using these

funtion module i can get sclection screen name and value

but how to use these in select statment to fecth value

1 REPLY 1

uwe_schieferstein
Active Contributor
0 Kudos

Hello Sanju

You have to convert the selopt data to parameters and select-options yourself. If KIND = 'P' you have a parameter, KIND = 'S' is a select-option.

Regards

Uwe