Hi All,
I have two programs PROG1 and PROG2. I am submitting PROG2 inside PROG1 using SUBMIT and RETURN statement.PROG2 has output in an internal table ITAB.When the call is passed back to PROG1 after using SUBMIT statement, I want the data in ITAB(of PROG2) in PROG1.How do I achieve this?using Exporting to list and exporting from list is not desirable here.
Thanks in advance
Sandeep
Edited by: sandeep akula on Apr 20, 2009 6:31 PM