!--a11y-->
ABAP Source Texts with
Enhancements 
ABAP source texts can be enhanced through ABAP source code enhancements to implicit and explicit enhancement options. The following changes to ABAP source code have the effect that they are included in the set of objects to be adjusted.
· A program (compilation unit) with enhancement options was deleted.
· A procedure (method, function module, subroutine) with enhancement options was deleted.
· The definition of an enhancement option with ENHANCEMENT-POINT or ENHANCEMENT-SECTION was deleted.
· The coding of an explicit enhancement option defined between ENHANCEMENT-SECTION and END-ENHANCEMENT-SECTION has changed.
· In a processing block that contains an enhancement option, the coding before the enhancement option has changed.
· A function module with enhancement options has been moved to another function group.
· A processing block with enhancement options was moved within its program into another Include program.
· A conflict has occurred between source code plug-ins for enhancements defined with ENHANCEMENT-SECTION.
· An enhancement option that referred to the framework program has become a point that refers to the Include program, or vice versa.
· A static enhancement option has become a dynamic enhancement option, or vice versa.