SAP NEWS-71-SHARED OBJECTS



Get Example source ABAP code based on a different SAP table
  



Shared Objects in ABAP Release 7.0, EhP2
ITOC

ABAP_MODIFICATION_NN Handling of Memory Bottlenecks

From ABAP_RELEASE 7.0, EhP2, memory bottlenecks in the shared objects memory raise catchable exceptions of the class CX_SHM_OUT_OF_MEMORY . Previously, uncatchable runtime errors were raised.

ABAP_MODIFICATION_NN Data References in the Shared Objects Memory

From ABAP_RELEASE 7.0, EhP2, anonymous data objects in the shared objects memory can also be created with direct reference to data elements and table types of ABAP Dictionary using the addition AREA HANDLE of the statement CREATE DATA.

ABAP_MODIFICATION_NN Area Binding

From ABAP_RELEASE 7.0, EhP2, the lifetime and visibility of area instances can be bound not only to the current ABAP_ASINSTANCE but also to the following:
User sessions
Top level transactions

ABAP_MODIFICATION_NN Methods PROPAGATE_AREA and PROPAGATE_INSTANCE Replaced

The methods PROPAGATE_AREA and PROPAGATE_INSTANCE of an area class for transactional areas may no longer be used. Instead, the parameter AFFECT_SERVER of the methods FREE_AREA, FREE_INSTANCE, INVALIDATE_AREA, and INVALIDATE_INSTANCE can be used for areas of this type with the Application Server area binding.

ABAP_MODIFICATION_NN Service Class CL_SHM_UTILITIES

The class CL_SHM_UTILITIES is used to query the attributes of area instances in programs.