ABAP Keyword Documentation → ABAP Glossary
BAdI method
Method of a
BAdI interface. A BAdI method is implemented in
BAdI implementations
and then called using the associated BAdI object and 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 madeoptional.