sapdev logo background
sapdev logo sapdev logo
Comments

SAP METH CALL SYNTAX documentation, setup help and example usage



Return to SAP documentation index


INCLUDE
ABAP 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]] } ).
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




METH_CALL_SHORTREF
MODERN_ABAP_GUIDL




comments powered by Disqus