Mentor SAP

Active and Inactive Dictionary Objects

During development, you sometimes need to change an (active) object that is already used by the system. Such changes are supported in the ABAP Dictionary by separating the active and inactive versions.

 

The basic difference between the active and inactive version is as follows:

 

 

Runtime Objects

When an object in ABAP Dictionary is activated, a runtime object is usually created and an activation log that can be consulted if errors occur. The runtime object can be displayed and checked in the ABAP Dictionary by choosing UtilitiesRuntime Object.

 

The information about a structure (or table) is distributed in the ABAP Dictionary in domains, data elements, and the structure definition. The runtime object combines this information into a structure in a form that is optimized for access from ABAP programs. The runtime object is generated automatically when you activate a structure.

 

The runtime objects of the structures are buffered so that the ABAP runtime system can quickly access this information.

 

The runtime objects contain the following information: