‎2007 Mar 22 6:12 AM
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
‎2007 Mar 22 6:23 AM
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.
‎2007 Mar 22 6:27 AM
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 .