CALL BADI

Reference

Syntax

CALL BADI badi->meth    [EXPORTING  p1 = a1 p2 = a2 ...]
                     { {[IMPORTING  p1 = a1 p2 = a2 ...]
                        [CHANGING   p1 = a1 p2 = a2 ...]}
                     |  [RECEIVING   r = a  ] }
                        [EXCEPTIONS [exc1 = n1 exc2 = n2 ...]
                                    [OTHERS = n_others]].

Effect

:Calls the BAdI method meth in the object plug-ins that are referenced by the BAdI object to which the BAdI reference variable badi refers.

Additions