SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
CALL METHOD - OLE - Short Reference
Syntax
CALL METHOD OF ole meth [= rc]
[EXPORTING p1 = f1 p2 = f2 ...]
[NO FLUSH] [QUEUE-ONLY].
Effect
Calls a method meth of an
automation object
ole created with CREATE OBJECT ole, where the return value can be stored in a variable rc.
Additions