|
|
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.
Website Navigation to related information
SAP enhancements - CMOD
Enhancing standard SAP via the use of user exits, customer functions and other options available via transaction CMOD
|
SAP user exits
SAP User exits to enhance standard SAP functionality without modifying the standard SAP code
SAP enhancement framework
Enhancing standard SAP via the use of the new enhancement framework. Allows ABAP code modifications to be added to any sap program.
Business Add-in - BADI
Enhancing standard SAP via the use of the business data toolset (BDT)
SAP Field Exits
Enhancing standard SAP via a field exit
Business data toolset - BDT
BADI's are OO methods which can be enhanced to implement new functionality into standard SAP transactions
|
|