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

Implicit Enhancement Points

In addition to enhancement points that can be created explicitly using ENHANCEMENT-POINT and ENHANCEMENT-SECTION, implicit enhancement points exist in the following places in ABAP programs:

The enhancement implementations for implicit enhancement points can only ever be appended to a single master program, which means that the implicit enhancement points are not available in include programs when the following applies:

To make implicit enhancement points visible in ABAP Editor, choose Edit → Enhancement Operations → Show Implicit Enhancement Points. They can be enhanced by using source code enhancements in the same way as explicit enhancement points.

Notes