2007 Mar 29 3:34 PM
I have created an info-set and from there a query. I would like to know if it`s possible to read selection values of the query at runtime from one of the event block of the info-set. (May be a function exist to do that).
Regards,
2007 Mar 29 3:48 PM
Use FM
CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'
EXPORTING
curr_report = sy-cprog
* IMPORTING
* SP =
TABLES
selection_table = rsparams_tab
EXCEPTIONS
not_found = 1
no_report = 2
OTHERS = 3.Regards
2007 Mar 29 3:48 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |