Enhancement are of two type
(i)Implicit Enhancement
(ii)Explicit Enhancement
Step by Step how to work with Implicit Enhancement
Step 1 – Activate the enhancement functionality
Using SE80 open the program/include you want to enhance and click on the enhancement button or press
Step 2 – Now Enhancement functionality activated
Step 3 – Show implicit enhancement points
Go to menu Edit->Enhancement Operations->Show Implicit Enhancement Options to display implicit enhancement points within the ABAP code
Step 4 – Enhancement points with the code
Once you have done this, you will be able to see all the implicit enhancement points available within your code, these are denoted by the line of quotation marks and the black arrow at the start.
Step 5 – Create an implicit enhancement point
In order to implement an implicit enhancement point simply right click on the required enhancement point and select Enhancement Implementation > create.
Step 6 – Enhancement point type
Next click on the Code button to create a code implementation.
Step 7 – Name and description
Next give the enhancement point a name and description. Click the green tick.
Step 8 – Package information
Once you click the green button, it will ask for Package. Enter the package name and click to Save button.
Step 9 – Change request
Next assign the Transport number.
Step 10 – Enhancement point created
The enhancement point will now have been created in the appropriate place. Denoted by the ENHANCEMENT…ENDENHANCEMENT tags.
Explicit Enhacement will covered in next week.