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 from memory

Former Member
0 Likes
748

When you're exporting to memory and there are multiple users on an online transaction. Does memory mean the users own memory. If multiple users are on AS02 and you have to custom sub screens and you want to export a field to memory on the 1st custom screen and import it on the other screen, is it possible to import another users memory if they're in that transaction doing the same thing?

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
710

No, it is limited to the user session. You will not access other users memory space.

<i>ABAP/4 memory

The contents of the ABAP/4 memory are retained only during the lifetime of an external session (see also Organization of Modularization Units). You can retain or pass data across internal sessions. The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory.</i>

Regards,

Rich Heilman

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
711

No, it is limited to the user session. You will not access other users memory space.

<i>ABAP/4 memory

The contents of the ABAP/4 memory are retained only during the lifetime of an external session (see also Organization of Modularization Units). You can retain or pass data across internal sessions. The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory.</i>

Regards,

Rich Heilman

Read only

0 Likes
710

Thanks. I've rewarded points.

Read only

Former Member
0 Likes
710

Hi,

There are two types of Memories

ABAP memory is a temporary memory which can store data for a session. In this case each user will have his own memory.

For more information on ABAP Memory click the below link

http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3bc4358411d1829f0000e829fbfe/content.htm

SAP Memory is used to store and access data from different sessions. Users accessing the memory will have the same data.

Regards,

Vara

Read only

Former Member
0 Likes
710

Hi Linda,

check this link.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm">ABAP Memory</a>

Regards,

Raj