ABAP Keyword Documentation → ABAP - Quick Reference
FREE OBJECT - OLE - Quick 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 using CREATEOBJECT ole
on the presentation server.
Addition
-
NO FLUSH
The effect is that the release is passed to the presentation layer only after function module FLUSH is called or when a screen changes.