ABAP Keyword Documentation →  ABAP − Short Reference → 

meth( ... ) - Short Reference

Reference

Syntax

{meth
| oref->meth
| super->meth
|class=>meth}( { }
             | { a }
             | { p1 = a1 p2 = a2 ... }
             | { [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

Static method call.

Specify the method:

Specify the parameter:

Specify the exceptions: