SAP BADI - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

BAdI
Business Add-In, template for BAdI objects . A BAdI consists of a BAdI interface , a set of filters, and various settings. BAdIs are the basis for enhancements, for which BAdI methods in object plug-ins can be called in ABAP programs, whereby the caller can control which BAdI implementations are used by specifying the filter values.
BEGIN_SECTION VERSION 5 OUT BAdIs can also be defined as screen or menu enhancements for dynpros or GUI status. BAdIs are edited as enhancement spot element definitions in Enhancement Builder and are in the namespace of the global classes. Their implementations can be switched on and off using the Switch Framework . Furthermore, there are also the classic BAdIs that were processed directly in the BAdI Builder and replaced the function module exits .
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO