CALL METHOD - OLE

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