Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Get internal table of Called program

Former Member
0 Kudos

Hi all ,

I have a new Z program ( say Zprog1) which is calling another program. (Zprog2) using SUBMIT using selection screen

Now i want the contents of an internal table of ZPROG2 in ZPROG1 .

Is there any way to achieve this ?

Thanks

Supriya murudkar

1 REPLY 1

Former Member
0 Kudos

Hi,

Use EXPORT/IMPORT.

Regards

Raju Chitale