ABAP Keyword Documentation → ABAP - Short Reference
CREATE OBJECT - OLE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CREATE OBJECT ole class [NO FLUSH] [QUEUE-ONLY].
Effect
- Creates an
ole
OLE automation object of theclass
automation class, whereole
must have theole2_object
type from the OLE2 type group andclass
specifies the name of the class.
Additions
-
NO FLUSH
Has the effect that the request to create an object is not passed until the FLUSH function module is called or when the screen changes to the current presentation server. -
QUEUE-ONLY
Has the effect that with a flush, the return values of the methods of the automation queue that are called with CALL METHOD OF are not written to therc
data objects.