ABAP Keyword Documentation →  ABAP − Short Reference → 

GET PROPERTY - Short Reference

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