0% found this document useful (0 votes)
688 views

SAP Explicit Enhancement Points

Explicit enhancement points allow modifying standard SAP code through predefined hooks. They are easy to implement by going into enhancement mode in SE80 and creating or maintaining them. To change an enhancement point, right click on it and select "Change", then select it and press the green tick to edit the code. To create one, right click where you want it, select "Create", name it, describe it, assign a change request, and add the code.

Uploaded by

EmilS
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
688 views

SAP Explicit Enhancement Points

Explicit enhancement points allow modifying standard SAP code through predefined hooks. They are easy to implement by going into enhancement mode in SE80 and creating or maintaining them. To change an enhancement point, right click on it and select "Change", then select it and press the green tick to edit the code. To create one, right click where you want it, select "Create", name it, describe it, assign a change request, and add the code.

Uploaded by

EmilS
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

SAP Explicit enhancement points - Changing standard SAP code using the ABAP explicit enhamcement code points

Explicit enhancement points are basically hooks already coded into the program by SAP at various points of the code. See program RIAUFMVK for examples of these! These are very easy to implement simply go into enhancement mode of SE80 and then create or maintain them as you wish. See instruction below for specific steps required for you to be able to change or create an SAP explicit enhancement point.

Change an explicit enhancement point First right click on the enhancement point you want change and choose Enhancement Implementation->Change

Next select the enhancement point and press the green tick

SE80 will now show your enhancement points as editable within the ABAP code so you can change the code as you want.

Create an explicit enhancement point First right click on the enhancement point where you want to add your code and choose Enhancement Implementation->Create

Next click on the create button and Give it a name, description and assign it to a change request (should not be a Z package) and then simply add the code as normal.

You might also like