Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

ENHANCEMENT-POINT - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


ENHANCEMENT-POINT enh_id SPOTS spot1 spot2 ... 
                  [STATIC]
                  [INCLUDE BOUND].

Effect

Defines a point in the source code as an enhancement point with the ID enh_id for a source code enhancement using source code plug-ins and assigns simple enhancement spots spot1, spot2, ... to it.

Effect

Defines a source code enhancement as an enhancement spot element definition with the ID enh_id, and assigns simple enhancement spots spot1, spot2, ... to it.

Additions

  • STATIC
    Defines a static source code enhancement.
  • INCLUDE BOUND
    Binds the source code enhancement to the current include program.