Ansicht
Dokumentation

ABAPGET_PROPERTY_SHORTREF - GET PROPERTY SHORTREF

ABAPGET_PROPERTY_SHORTREF - GET PROPERTY SHORTREF

ABAP Short Reference   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

GET PROPERTY

Reference



Syntax

GET PROPERTY OF ole attr = dobj [NO FLUSH] [QUEUE-ONLY]
                                [EXPORTING p1 = f1 p2 = f2 ...].


Effect

Assigns the content of the attribute attr of an automation object ole created using CREATE OBJECT ole to the data object dobj.


Additions

  • NO FLUSH
    Specifies that the attribute is applied on the presentation server only when the function module FLUSH is called or the screen layout is changed.
  • QUEUE-ONLY
    Specifies that, in the case of a flush, the return codes of the methods called using CALL METHOD OF in the automation queue are not written to the data objects rc.
  • EXPORTING p1 = f1 p2 = f2 ...
    Passes actual parameters f1, f2, ... to parameters p1, p2, ... of the attribute.
    Passes actual parameters f1, f2, ... to parameters p1, p2, ... of the attribute.





RFUMSV00 - Advance Return for Tax on Sales/Purchases   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 1835 Date: 20240329 Time: 063925     sap01-206 ( 41 ms )