Skip to Content
0
Former Member
Apr 20, 2009 at 10:29 PM

Submit a program in another program

34 Views

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