SAP BADI METHOD - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

BAdI method
Method of a BAdI interface. A BAdI method is implemented in BAdI implementations and then called exclusively via the associated BAdI object using CALL BADI. If the BAdI interface is part of the definition of a BAdI that is defined for multiple use, the parameter interface of a BAdI method can only contain input parameters and input/output parameters. If all BAdIs are defined for single use, the interface can also have output parameters or a return value. BAdI methods can define or propagate exceptions, and their implementation can be made optional.