‎2006 Nov 30 11:38 AM
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 .
‎2006 Nov 30 11:45 AM
‎2006 Nov 30 12:15 PM
‎2006 Nov 30 12:18 PM
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
‎2006 Nov 30 12:23 PM
May be this is FM is useful
RS_ALL_SELECTIONSCREENS
Regards
Sudheer