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 corresponding BAdI object with 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 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.