SAP Function RS_LIST_SELECTION_TABLE - Generates list according to values in selection table(RSPARAMS)

Parameter Reference Type Length Default Optional Text
DYN_RANGE RSDS_TRANGE 0 X Table for dynamic selections
NEWPAGE 0 'X' X ='X' Display on new page (NEW-PAGE)
REPORT RSVAR-REPORT C 40 SPACE X Rerport name (optional)
SCREENNR RSVAR-DYNNR C 4 '1000' X
SELTEXT 0 SPACE X = 'X' Long text for selection crieteria

Parameter Reference Length Optional Text
SEL_TAB RSPARAMS 102 Table containing names and values

Exception Text
SEL_TAB_EMPTY Table empty

Functionality
This function module creates a list of select-options and parametersbased on the contents of table SEL_TAB (structure RSPARAMS).
If the table is passed empty, an exception is triggered.