SAP ENHANCEMENT-POINT - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for ENHANCEMENT-POINT

ENHANCEMENT-POINT

ABAP Reference
ABAP Code Snippet


ABAP Syntax ENHANCEMENT-POINT enh_id SPOTS spot1 spot2 ...

[STATIC]
ABAP Code Snippet
ABAP Code Snippet

What does it do? Defines an area of a source code as enhancement option of the identification enh_id for a source code enhancement via source code plugins and assigns it to simple enhancement spots spot1, spot2, ... .

What does it do? : 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.

ABAP Addition STATIC
Defines a static source code enhancement. ABAP Code Snippet
Binds the source code enhancement to the current Include program.

Return to menu