ABAPCALL_METHOD_SHORTREF - CALL METHOD SHORTREF
SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3upThis documentation is copyright by SAP AG.

CALL METHOD
Syntax Forms
Static form
[CALL METHOD] {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]] } ).
Dynamische Form
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
Specifies the method:
- (meth_name) - Method contained in meth_name.
- (class_name) - Class contained in class_name.
Specifies the parameters:
- PARAMETER-TABLE ptab
Assigns dynamic actual parameters to formal parameters using an internal table ptab of type ABAP_ PARMBIND_TAB. - EXCEPTION-TABLE etab
Assigns dynamic return values to non-class-based exceptions using an internal table etab of type ABAP_EXCPBIND_TAB.
PERFORM Short Reference BAL Application Log Documentation
This documentation is copyright by SAP AG.
Length: 4315 Date: 20191208 Time: 090858 sap01-206 ( 7 ms )
Our Service
Looking for Support? Questions?
The
Consolut
Callback-Service
Leave us your contact details and we will call you back. Panels marked with * are mandatory.