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

Former Member
0 Likes
592

Hi All ,

My requirement is to list all programs with customer space (Z*),

having plant/werks as a select-option or parameter

at selection screen .

I tried using FM : RS_SELECTIONS_DESCRIPTION

it lists the selection parameter but doesnt give any information related to the TYPE

of the parameter/select-option eg. for plant it gives type c and length 4-this info is not sufficient to find, if its is plant or some other 4 char long field .

Thanks in advance .

4 REPLIES 4
Read only

Former Member
0 Likes
539

try using RS_SELECTIONS_OPTIONS

Read only

0 Likes
539

HI ,

Is the function module name correct ?

Thanks .

Read only

0 Likes
539

Hi,

USe the Fm RS_REFRESH_FROM_SELECTOPTIONS

Read the documentaiton

Functionality

Returns contents of current selections of report (CURR_REPORT) in the table SELECTION_TABLE. SELECTION_TABLE has the structure RSPARAMS:

SELNAME = Name of selection criterion

KIND = Type of selection (parameter or select-option)

SIGN = 'I' (Inclusive) or 'E' (Exclusive)

OPTION = e.g. 'BT', 'EQ', 'LE',.....

LOW = Lower limit

HIGH = Upper limit

Parameters

CURR_REPORT

SP

SELECTION_TABLE

Exceptions

NOT_FOUND

NO_REPORT

Regards

Vijay

Read only

Former Member
0 Likes
539

May be this is FM is useful

RS_ALL_SELECTIONSCREENS

Regards

Sudheer