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

Implicit Enhancement Options

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

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

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

Note

The visibility sections of global classes and the parameter interfaces of function modules and global methods also contain implicit enhancement options. These can be displayed and enhanced in Class Builder or Function Builder.