SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
ENHANCEMENT-SECTION - Short Reference
Syntax
ENHANCEMENT-SECTION enh_id SPOTS spot1 spot2 ...
[STATIC]
[INCLUDE BOUND].
...
END-ENHANCEMENT-SECTION.
Effect
: Defines a section of the source code as enhancement option of the identification enh_id for a source code enhancement via a source code plugin and assigns simple enhancement spots spot1, spot2, ... to it.
Additions