on ‎2006 May 26 5:46 AM
Hi,
what is the difference between Export/Import buffer
and Exp./Imp.SHM buffer
regards,
dev
Request clarification before answering.
Hi Dev,
This will be useful.
Whenever a user session is created during any transactions, objects are created
in memory. If another user is accessing the same object another copy is
created in the memory - which means accessing objects is one copy per
user per session (Session Memory).
Until before SAP Application Server 6.40 these objects cannot accessed
by other sessions or other programs. The concept of Shared Memory
enables to access this memory if the object is not locked by that
session. SAP Provides a class for accessing shared memories -
CL_ABAP_MEMORY_AREA. Static methods are available in this class for
binding a session to the memory area.
What are the Advantages of Shared Memory?
~Data is kept only once in Memory.
~The Data will be in the memory as Memory Tables that reflect the
structure of Database table.
~Fast access at Main Memory Speed.
~Saves Memory (Saves Approximately 3MB Per user per Session.
More on Next Posting...
http://groups.google.com/group/DEVS_SAP
--Thanks and Regards,
Ragu
ERP,
Suzlon Energy Limted, Pune
+919370675797
I have no limits for others sky is only a reason
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.