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 TO MEMORY & IMPORT TO MEMORY

Former Member
0 Likes
541

Hi Experts,

I have doubt in using EXPORT TO MEMORY.

How can I transfer output of a program to MEMORY. If it is transfer to amemory location How can I identify that particular memory location and IMPORT it back for further usage.

Please present me a detailed example on both EXPORT to MEMORY & IMPORT from MEMORY.

Thanks in advance.

I do not forgetto give points for each and every helpful answer.

Regards,

Ram

Hi Experts,

I have doubt in using EXPORT TO MEMORY.

How can I transfer output of a program to MEMORY. If it is transfer to amemory location How can I identify that particular memory location and IMPORT it back for further usage.

Please present me a detailed example on both EXPORT to MEMORY & IMPORT from MEMORY.

Thanks in advance.

I do not forgetto give points for each and every helpful answer.

Regards,

Ram

3 REPLIES 3
Read only

Former Member
0 Likes
505

Hi,

Export ITAB from ITAB to MEMORY ID 'ZABC'.

IMPORT ITAB FROM ITAB from MEMORY ID 'ZABC'.

Best regards,

Prashant

Read only

Former Member
0 Likes
505
Read only

Former Member
0 Likes
505

Hi,

You can use FM LIST_TO_MEMORY and LIST_FROM_MEMORY.

Please check this link for sample code.

http://www.sapdevelopment.co.uk/reporting/rep_submit.htm

Regards,

Ferry Lianto