ABAP Keyword Documentation → ABAP - Short Reference
SET PROPERTY - OLE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
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
-
NO FLUSH
Has the effect that the attribute is not transferred until the function module FLUSH is called, or until a change of screen layout is transferred to the presentation layer. -
EXPORTING p1 = f1 p2 = f2 ...
Transfers actual parametersf1,f2, ... to the parametersp1,p2, ... of the attribute.