ABAP Keyword Documentation → ABAP - Quick Reference
SET PROPERTY - OLE - Quick 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 ole
created using CREATE OBJECT ole
.
Addition
-
NO FLUSH
Dictates that the attribute is not passed until the function module FLUSH is called, or until a change of screen layout is passed to the presentation layer. -
EXPORTING p1 = f1 p2 = f2 ...
Passes actual parametersf1
,f2
, ... to parametersp1
,p2
, ... of the attribute.