SAP User exits to allow developers to enhance standard SAP functionality without modifiy SAP code

Find a Function Exit within program ( CUSTOMER-FUNCTION )
locate a function exit within an SAP program

Access values not immediately available in user exit
Use field symbol to access values not passed to user / customer exit function module

View Documentation/Exit name for specific Function exit
Display detailed description of function exit

Get Function module linked to Function Exit
Each function exit has a function module linked to it where you added your custom ABAP code



Enhancement by Implementing a Function Exit
How to implement a function exit

SAP ABAP Enhancements menu
Return to Enhancements menu

Related Articles

ABAP Enhancements - Modify SAP standard code using the SAP enhancement transaction CMOD
SAP BADI enhancement implementation (Business Add-In)
Changing SAP Data Element documentation (F1 help text)
Changing SAP Data Element field text
Find SAP BADI triggered from a SAP transaction, also find tcode from BADI name
Access values outside the SAP customer exit
SAP User Exits to Add functionality to the PBO and PAI of SAP HR infotypes
Adding fields to SAP standard Infotype
SAP User exist enhancements
SAP Field Exits implementation to update global dictionary field details
SAP filter BADI allows multiple implementations to be active
SAP migrated BADI using enhancement point implementation
Modifying Standard SAP System and help Menu options
Modifying Standard SAP System and help Menu options
SAP mutiple use BADI and enhancement spot implementation (Business Add-In)