Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

GET BADI - Short Reference

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 setting x1, x2, etc. for the filters f1, f2... of the BAdIs.
  • FILTER-TABLE ftab
    Declares the filter setting dynamically in an internal table.
  • CONTEXT con
    Specifies a BAdI context object.