Hi All,
In program_1, I am using the following code for submit program_2:
cl_salv_bs_runtime_info=>set( exporting display = abap_false metadata = abap_true data = abap_true ). submit (v_program_2) with free selections texpr with selection-table i_select and return.
In program_2, I am using submit to program_3 with similar code.
When running program_1, the program will stop on the alv display of program_2 and can not receive data from memory.
How to solve this problem?