Start of Content Area
Business Add-In (BC-ABA)

ABAP Runtime Environment (BC-ABA)

A template for BAdI objects.

Business Add-Ins (BAdIs) are the basis for enhancements where BAdI methods in object plug-ins can be called from ABAP programs. The calling program controls which BAdI implementations are used by specifying filter values. A BAdI consists of a BAdI interface, a set of filters and some settings.

From Release 7.0, BAdIs are edited in the Enhancement Builder and reside in the global class namepsace. You can switch on their implementations via the Switch Framework.

There are also classic BAdIs, which are edited in the BAdI-Builder and superseded function module exits in Release 4.6.

End of Content Area