ABAP Keyword Documentation → ABAP − Short Reference
FREE OBJECT - OLE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
FREE OBJECT ole [NO FLUSH].
Effect
Frees the memory of an automation
object ole
created with CREATEOBJECT ole
on the presentation server.
Additions
-
NO FLUSH
The effect is that the release is passed to the presentation layer only after function module FLUSH has been called or when a screen changes.