2007 Mar 09 7:44 AM
funcion module : RS_REFRESH_FROM_SELECTOPTIONS is returning selecion screen fields which are already filled with some values i was expecting selection screen fields with initial values.
Because i have to check if the fields are initial then only the data is to be passed.
Can any one tell me how can i get selection screen fields with blank.
Note : i dont want to clear the fields which i get.
HELP!!
funcion module : RS_REFRESH_FROM_SELECTOPTIONS is returning selecion screen fields which are already filled with some values i was expecting selection screen fields with initial values.
Because i have to check if the fields are initial then only the data is to be passed.
Can any one tell me how can i get selection screen fields with blank.
Note : i dont want to clear the fields which i get.
HELP!!
2007 Mar 09 7:51 AM
funcion module : <b>RS_REFRESH_FROM_SELECTOPTIONS</b>
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
Try to refresh table <b>select_table</b> b4 calling the function module.
2007 Mar 09 8:08 AM
externally give the values blank
for
LOW = ' '
HIGH = ' '
and append to select-options structure
and after the code may be refresh the structure
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |