SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Enhancements → Source Code Enhancements → enhancement implementation →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