cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_SALV_BS_RUNTIME_INFO

0 Likes
307

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

Accepted Solutions (0)

Answers (0)

Ask a Question