SAP NEWS-640-SHARED OBJECTS



Get Example source ABAP code based on a different SAP table
  



Introduction of Shared Objects in ABAP Release 6.40
Shared objects are data objects (not yet in ABAP_RELEASE 6.40) and instances of classes in area instances in the shared memory, to which all programs in an ABAP_ASINSTANCE have access.
For the following statements, additions can be used when working with shared objects: CLASS ... SHARED MEMORY ENABLED ... CREATE OBJECT ... AREA HANDLE
Addition AREA HANDLE for CREATE DATA is not yet available in the first delivery of ABAP_RELEASE 6.40.
Transaction SHMA manages the areas for shared objects.
For more details, see Shared Objects.