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

EXPORT AND IMPORT MEMORY COMMAND

Former Member
0 Likes
354

Hi Experts,

I AM FACING PROBLEM TO EXPORT VALUES FROM INTERNAL TABLE OF ONE TRANSACTION TO ANOTHER TRANSACTION AND IMPORT THOSE INTERNAL TABLE DATA. HOW TO RESOLVE THE ISSUE.

THANKS

BalaNarasimman.

2 REPLIES 2
Read only

Former Member
0 Likes
327

Hi,

Here are the documents which you can use for the syntax

Export

[http://www.s001.org/ABAP-Hlp/abapexport_data_cluster.htm]

Import:-

[http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/import01.htm]

Read only

Former Member
0 Likes
327

Hi,

I m not clear with ur question?

If u r transferring data with in session U can use 'import and export'. If it is in different sessions U should use 'set and get parameters'.

export & import are ABAP memory.

set & get parameters are SAP memory.

Regards,

Subbu