ABAP Keyword Documentation → ABAP - Quick Reference
GET BADI - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
GET BADI { badi [FILTERS f1 = x1 f2 = x2 ...] }
| { badi TYPE (name)
[ {FILTERS f1 = x1 f2 = x2 ...}
| {FILTER-TABLE ftab}] }
[CONTEXT con].
Effect
Passes a BAdI reference to a BAdI object to a BAdI reference variable.
Additions
-
TYPE (name)
Specifies the name of a BAdI dynamically. -
FILTERS f1 = x1 f2 = x2 ...
Specifies a settingx1
,x2
, ... for the filtersf1
,f2
, ... of the BAdIs when searching for BAdI implementations. -
FILTER-TABLE ftab
Specifies the filter setting dynamically in an internal table. -
CONTEXT con
Specifies a BAdI context object.