on ‎2019 Jun 13 6:48 PM
Hi,
I am using the class cl_salv_bs_runtime_info to get the info from a submit. The code is similar to:
SUBMIT RFITEMGL WITH selection-table li_sel AND RETURN
TRY.
cl_salv_bs_runtime_info=>get_data_ref(
IMPORTING
r_data = lo_data.
)
Report RFITEMGL contains 250 different columns, maybe is that too much for this class? Maybe the info size is controlled with some parameters?
However, lo_data contains columns with no values that I can see in the report. Could you please tell me how to get the info for all the columns?
Thanks a lot!!
Request clarification before answering.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 8 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.