SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
CALL METHOD - Short 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: