Application Development and Automation 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: 
Read only

Problem in SUBMIT

Former Member
0 Likes
491

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).

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
391

Hi

export itab to memory <memory-id>

submit <report>

in <report>

import itab from <memory-id>

Regards

Aditya

3 REPLIES 3
Read only

Former Member
0 Likes
392

Hi

export itab to memory <memory-id>

submit <report>

in <report>

import itab from <memory-id>

Regards

Aditya

Read only

Former Member
0 Likes
391

hi,

As Aditya said check out with EXPORT and IMPORT statements ...

Regards,

Santosh

Read only

Former Member
0 Likes
391

thnx a lt for ur replies