Skip to content

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

ENHANCEMENT

Short Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


ENHANCEMENT id. 
  ...
ENDENHANCEMENT.

Effect

These statements define a source code plug-in with the ID id. A source code enhancement can be implemented between the statements. The control structures and processing blocks used in the implementation must be complete.

The statements ENHANCEMENT and ENDENHANCEMENT cannot be entered and edited directly. Instead, they are generated by ABAP Workbench when enhancements are created as part of the enhancement concept. The ID id is also assigned by the Workbench.


Notes