ABAP Keyword Documentation →  ABAP − Short Reference → 

SET PROPERTY - OLE - Short Reference

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