Tag is intended for questions related to creation and implementation of BAdI objects in SAP ABAP environments. One should not confuse BAdI (Business Add-Ins) and BAPI (Business Application Programming Interface) because those are two different SAP frameworks.
Business Add-Ins or simply BAdI is a new generation framework which replaces old user-exits and customer-exits which where used for enhancing SAP standard code for years.
Advantages over user/customer-exits:
- class-based, supports OOP
- support several simultaneous implementations
- supports filters for distinguishing implementations
- fully integrated into new Enhancement Framework