ABAP Keyword Documentation →  ABAP − Short Reference → 

CALL METHOD - Short Reference

Reference

Syntax

CALL METHOD {(meth_name)
            |oref->(meth_name)
            | (class_name)=>(meth_name)
            |class=>(meth_name)
            |(class_name)=>meth}
  [PARAMETER-TABLE ptab]
  [EXCEPTION-TABLE etab].


Effect

Dynamic method call.

Additions

Specify the method:

Specify the parameter: