SAP NEWS-46C-RUNTIME
Get Example source ABAP code based on a different SAP table
Optimization in the Runtime Framework in ABAP Release 4.6C
In ABAP_RELEASE 4.6C, the entire ABAP runtime framework was overhauled, in terms of how programs were generated and executed. The following steps were taken to reduce the load size considerably and improve performance further.
ITOC
ABAP_MODIFICATION_NN
The statement
Until now, if a termination message was raised by a
The system field
ABAP_MODIFICATION_NN
From now on, types in type pools that are not used are no longer generated in the programs that use the
In addition, constants in type pools that are not used are no longer generated in the programs that include them. Duplicate control blocks for components are no longer created in key lists for ABAP Dictionary tables. Again, dynamic accesses are now performed using type pool load.
ABAP_MODIFICATION_NN
Additional type information for structure components is no longer generated when the system performs simple operations like
Now, when a structure is passed to a
ABAP_MODIFICATION_NN
Now, assignments to neighboring memory areas are bundled in one internal statement, as soon as the syntax check is performed or when the program is generated. This ensures that the system no longer creates superfluous administrative information.
If data objects from the
If a program calls a second program at runtime, the system switches to this second program much more quickly than before. It also switches more quickly to a method called by another method. This performance gain is important, if both translation units are in the