Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

CREATE OBJECT - OLE - Short Reference

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 the class automation class, where ole must have the ole2_object type from the OLE2 type group and class 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 the rc data objects.