‎2008 May 23 5:58 AM
i have a program in which i am using SUBMIT for another program.
now what i want to know is that the porgram which i am submitting it contins value in an interanl table..is there any way by which i can capture that interanl table in my program in which i am using Submit statement(main program).
‎2008 May 23 6:09 AM
Hi
export itab to memory <memory-id>
submit <report>
in <report>
import itab from <memory-id>
Regards
Aditya
‎2008 May 23 6:09 AM
Hi
export itab to memory <memory-id>
submit <report>
in <report>
import itab from <memory-id>
Regards
Aditya
‎2008 May 23 6:14 AM
hi,
As Aditya said check out with EXPORT and IMPORT statements ...
Regards,
Santosh
‎2008 Jun 06 6:27 AM