ABAP Keyword Documentation → ABAP - Short Reference
GET BADI - Short 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
- Enters a BAdI reference to a BAdI object in a BAdI reference variable.
Additions
-
TYPE (name)
Declares the name of a BAdI dynamically. -
FILTERS f1 = x1 f2 = x2 ...
Specifies a settingx1
,x2
, etc. for the filtersf1
,f2
... of the BAdIs. -
FILTER-TABLE ftab
Declares the filter setting dynamically in an internal table. -
CONTEXT con
Specifies a BAdI context object.