SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
GET PROPERTY - Short 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