Local Definitions not Referred by the Global Class
Use
In this include program you place all local interface declarations, local class declarations, and local type definitions that are not referred to in the private section of the global class. These local declarations are used in the implementation of the global class only. When this include program is changed, there is no need to recompile subclasses and friends of the global class.
You place here all local class implementations.
The respective local classes can be declared in the same Include program or in the one for Local Definitions Referred by the Global Class.
Procedure
- Open the class you want to edit in the Class Builder.
- Choose Goto →Local Definitions/Implementations →Local Definitions/Implementations or the Local Definitions/Implementations pushbutton in the tool bar.
The ABAP Editor for the respective Include program appears.
- Go to change mode.
- Edit the local declarations and the implementation parts of the local classes.

Local Auxiliary Class Implementation Source Code