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

Memory ID

Former Member
0 Likes
368

Hi,

Is memory ID is session dependent?

Cant I access it from a different session or Logon ID?

How much will be the size of ABAP memory?

How much max. i can have in one memory ID?

Will the ABAP memory space will be shared by all the users / ID's

-Jiku

2 REPLIES 2
Read only

Former Member
0 Likes
345

Hi ,

There are two types of memory .

1 .ABAP Memory - Export /Import - session dependent

2 .SAP memory - set/get - This is not

Check out this example ot ABAP memory .

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bde358411d1829f0000e829fbfe/content.htm

Please reward if useful.

Read only

Former Member
0 Likes
345

Hi..

Yes i think its session dependent .

Not possible to access from different login .

You can have one value in it .

And its shared by all the users..

Thanks .