SAP NEWS-71-PROGRAM LOAD
Get Example source ABAP code based on a different SAP table
Lazy Loading of Programs in ABAP Release 7.0, EhP2
When compiling an ABAP program before ABAP_RELEASE 7.0, EhP2, all associated include programs were loaded when first accessing a global c lass, a global interface, or a type pool. These includes contain declarations of the corresponding class, interface, or type pool which can be used globally.
From ABAP_RELEASE 7.0, EhP2, these include programs are not loaded until an element declared in them is actually required. For example, a class
This internal optimization of ABAP Compiler has the following additional consequences:
ITOC
ABAP_MODIFICATION_NN
The statement
In list processing in particular, the include programs <(>
- <)>, <(>
ABAP_MODIFICATION_NN
The now rarely used statements
are no longer required
From ABAP_RELEASE 7.0, EhP2 these statements are ignored by ABAP Compiler and can be deleted.