What does it do? :Calls a BAdI method> that is directly specified as meth> or is specified in meth_name> in the object plug-ins> that are referenced by the BAdI object> to which the BAdI reference variable> badi> refers.
ABAP AdditionEXPORTING p1 = a1 p2 = a2 ...> See CALL METHOD>>. IMPORTING p1 = a1 p2 = a2 ...> See CALL METHOD>>. CHANGING p1 = a1 p2 = a2 ...> See CALL METHOD>>. RECEIVING r = a > See CALL METHOD>>. EXCEPTIONS> See CALL METHOD>>. PARAMETER-TABLE> See CALL METHOD>>. EXCEPTION-TABLE> See CALL METHOD>>.