SAP Function RS_REFRESH_FROM_SELECTOPTIONS - Current contents of selection screen

Parameter Reference Type Length Default Optional Text
CURR_REPORT RSVAR-REPORT C 40 Program for which selections are to be displayed

Parameter Reference Type Length Text
SP SYLDB_SP 0

Parameter Reference Length Optional Text
SELECTION_TABLE RSPARAMS 102 Table with ranges structure that contains selections

Exception Text
NOT_FOUND Program does not exist
NO_REPORT Program is not type 1


DOCU_HAS_TO_BE_ELABORATED

Functionality
Returns contents of current selections of report (CURR_REPORT) in thetable 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