Ansicht
Dokumentation

ABAPCALL_METHOD_OF_OLE_SHORTREF - CALL METHOD OF OLE SHORTREF

ABAPCALL_METHOD_OF_OLE_SHORTREF - CALL METHOD OF OLE SHORTREF

Addresses (Business Address Services)   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

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 using CREATE OBJECT ole. The return code can be saved in a variable rc.

Additions

  • EXPORTING p1 = f1 p2 = f2 ...
    Passes actual parameters f1, f2, ... to input parameters p1 p2, ...
  • NO FLUSH
    Dictates that the method call is passed to the presentation layer only when the function module FLUSH is called or the screen layout changes.
  • QUEUE-ONLY
    Defines that, in the case of flushes, the return values of the called methods of the automation queue are not written to the data objects rc.





Vendor Master (General Section)   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1500 Date: 20240517 Time: 140232     sap01-206 ( 27 ms )