Skip to Content
0
Dec 12, 2022 at 07:15 AM

Program run in background

149 Views

hello Export,

Please help me, I am try to fech data from one of already developmed Z program. But Not able to fetch data after execute. Please check my below code.

step 1 : SUBMIT Zxxxxxxxx EXPORTING LIST TO MEMORY USING SELECTION-SCREEN '1000'
WITH SELECTION-TABLE RSPAR_TAB
AND RETURN.

step 2 : CL_SALV_BS_RUNTIME_INFO=>GET_DATA_REF( IMPORTING R_DATA = O_ZFICAG ).

ASSIGN O_ZFICAG->* TO <LT_DATA>.

unable to read data into <LT_DATA>