Hello All,
According to my requirement
I created a copy program(ZRSEIDOC2) which is copy program of RSEIDOC2attached in T Code WE02.
and I created another program ZXXXXXX.
Now what I am trying to do is
1. I am trying to export the final output table/internal table to program ZXXXXXX.
Export I_listedidc to memory id SID.
2. In Program ZXXXXXX, I used to submit statement & import statement for output table/internal table.
Submit ZRSEIDOC2 using selection-screen 1000.
Import I_Listedidc to memory id SID.
Which give the automated way to find out the output i.e. status,process, .
My Question is..
Is I_listedidc right table/itab, which I am using my statement?
Do I am writing the code in a right way?