ABAP_DESCRIPTION If the addition AREA HANDLE> is used, an instance of the local class class> is created as a shared object> in an area instance version> of the area CL_DEMO_AREA>. The generically typed attribute oref> of the area root class> CL_DEMO_ROOT>> is used as a reference variable. The attribute attr> of the object is given a value by calling its method set_attr>. After write access has been completed using the method DETACH_COMMIT >, a read is performed to demonstrate how the objects in the shared memory are accessed. Such an access can also be made in another program, as long as the area instance version exists in the shared memory.