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

Function module required

Former Member
0 Likes
718

Hi,

Can anyone get me the <b>function module</b> which will get me the details of the selection screen variables like <b>parameters and select-options</b> present in a given <b>executable program</b>. It should give me the details like whether the <b>parameter is a radio button or a checkbox or referring any db field type.</b>

thanks,

Navneeth.K

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
661

hi,

try this fm 'RS_ISOLATE_1_SELSCREEN',

this will retrieve all selection-screen fields along with their properties.

this function module gives the type of parameter, it's reference db field etc...

reward if useful.

Message was edited by:

Sankar Muvva

4 REPLIES 4
Read only

Former Member
0 Likes
662

hi,

try this fm 'RS_ISOLATE_1_SELSCREEN',

this will retrieve all selection-screen fields along with their properties.

this function module gives the type of parameter, it's reference db field etc...

reward if useful.

Message was edited by:

Sankar Muvva

Read only

amit_khare
Active Contributor
0 Likes
661

Check the thread-

Regards,

Amit

Read only

Former Member
0 Likes
661

hi

<b>DYNP_VALUES_READ.</b>

regards,

ananth

Read only

Former Member
0 Likes
661

hi sankar,

the fm 'RS_ISOLATE_1_SELSCREEN' doesn't provide the details whether it is a ccheckbox or a radiobutton.