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

FM: RS_REFRESH_FROM_SELECTOPTIONS Issue

Former Member
0 Likes
725

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!!

2 REPLIES 2
Read only

Former Member
0 Likes
505

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.

Read only

0 Likes
505

externally give the values blank

for

LOW = ' '

HIGH = ' '

and append to select-options structure

and after the code may be refresh the structure