‎2008 Feb 26 1:36 PM
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.
‎2008 Feb 26 1:39 PM
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]
‎2008 Feb 26 1:42 PM
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