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
oleOLE automation object of theclassautomation class, whereolemust have theole2_objecttype from the OLE2 type group andclassspecifies 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 thercdata objects.