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

How do we Use Internal table in Global Memory ?

former_member196299
Active Contributor
0 Likes
1,246

Hi All ,

Can anyone help me with how to create and use an internal table in SAP global memory ?

Regards,

Ranjita

Hi All ,

Can anyone help me with how to create and use an internal table in SAP global memory ?

Regards,

Ranjita

6 REPLIES 6
Read only

Former Member
0 Likes
947

Hi

It can't do it, it can store an internal table in ABAP memory only: see statament IMPORT/EXPORT

Max

Read only

rainer_hbenthal
Active Contributor
0 Likes
947

You have to use Shared Memory for this.

Read only

Former Member
0 Likes
947

Hi

Please try with Get parameter and set parameter.

Thanks

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
947

Hello,

You can make use of IMPORT TO DATABASE / EXPORT FROM DATABASE statement for this.

BR,

Suhas

Read only

Former Member
0 Likes
947

Hi,

Try with GET PARAMETER AND SET PARAMETER

Refer the below link,

Regards,

Vijay

Read only

former_member196299
Active Contributor
0 Likes
947

Thank you all