Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Enhancements →  Source Code Enhancements 

Explicit enhancement options

Explicit enhancement options are created in ABAP programs by the following statements:

  • ENHANCEMENT-POINT

    Defines a position in an ABAP program as an enhancement option, at which one or more source code plug-ins can be inserted.
  • ENHANCEMENT-SECTION

    Defines a section of an ABAP program as an enhancement option, which can can be replaced by one or more source code plug-ins.

Other versions: 7.31 | 7.40 | 7.54

Continue

ENHANCEMENT-POINT

ENHANCEMENT-SECTION