ABAP Keyword Documentation → ABAP - Quick Reference
CREATE OBJECT - OLE - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CREATE OBJECT ole class [NO FLUSH] [QUEUE-ONLY].
Effect
Creates an OLE automation
object ole
of the automation class class
. Here, ole
must have the type ole2_object
from the
type group OLE2 and class
specifies the name of the class.
Additions
-
NO FLUSH
Specifies that the request to create an object is not passed to the current presentation server until the function module FLUSH is called or when the screen changes. -
QUEUE-ONLY
Specifies that, in the case of a flush, the return codes of the methods called using CALL METHOD OF in the automation queue are not written to the data objectsrc
.