SAP SHARED MEMORY - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

shared memory
Memory area of an ABAP_ASINSTANCE in which the ABAP runtime framework stores programs, program data, buffers, and so on.
BEGIN_SECTION VERSION 5 OUT In the shared memory of the current ABAP_ASINSTANCE , ABAP programs can either access data clusters in cross-transactional application buffers or shared objects in the shared objects memory. The amount of shared memory that can be occupied by the different consumers is defined statically using profile parameters. Transaction ST02 (SAP Memory Management) shows the current occupancy of the shared memory and the corresponding profile parameters.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO