SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
SET PROPERTY - OLE - Short Reference
Syntax
SET PROPERTY OF ole attr = dobj [NO FLUSH]
[EXPORTING p1 = f1 p2 = f2 ...].
Effect:
Assigns the content of the data object dobj to the attribute attr of an
automation object generated using CREATE OBJECT ole.
Additions