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

Accessing data in another program

Former Member
0 Likes
456

Hi,

I have a program that calles an include program. I need to pass the values in this include program to the main program. Any idea about how to do this?

Thanks

Lilan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

use EXPORT and IMPORT statement

EXPORT ITAB to memory id 'MID'.

IMPORT ITAB FROM memory id 'MID'.

2 REPLIES 2
Read only

Former Member
0 Likes
435

use EXPORT and IMPORT statement

EXPORT ITAB to memory id 'MID'.

IMPORT ITAB FROM memory id 'MID'.

Read only

Former Member
0 Likes
434

Hi ,

I think you can use the ABAP memory or the SAP memory for this.

ie use the SET / GET parameter commands.

Check the help in abap program for syntax.

Regards,

Sunmit