SAP NEWS-70-ENHANCEMENT



Get Example source ABAP code based on a different SAP table
  



Enhancement Concept in ABAP Release 7.0
ITOC
From ABAP_RELEASE 7.0, ABAP Workbench offers a new ABAP Enhancement Framework which enables enhancements to be controlled by switches. Enhancements to ABAP source code and using BAdIs are supported by the ABAP runtime framework.

ABAP_MODIFICATION_NN Source Code Enhancements

For source code enhancements using source code plug-ins, the following new statements have been introduced:
ENHANCEMENT-POINT
ENHANCEMENT-SECTION
ENHANCEMENT
Implicit enhancement points are also available in ABAP source code or parameter interfaces of procedures.

ABAP_MODIFICATION_NN Enhancements Using BAdIs

For enhancements using BAdIs, the following new statements have been introduced:
GET BADI
CALL BADI