Local Definitions Referred by the Global Class

Use

In this Include program you place only those

  • Local Interface Declarations
  • Local Class Declarations
  • Local Type Declarations

that are referred to in the private section of the global class. When this Include program is changed, all subclasses and friends of the global class must be recompiled because they might depend on these declarations

You implement the local classes declared here in the Include program for Local Definitions not Referred by the Global Class.

Procedure

  1. Open the class you want to edit in the Class Builder.
  2. Choose Goto →Local Definitions/Implementations → Class relevant local Definitions.

    The ABAP Editor for the respective Include program appears.

  3. Go to change mode.
  4. Edit the local declarations