SAP FREE OBJECT - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for FREE_OBJECT

FREE OBJECT - OLE

ABAP Reference
ABAP Code Snippet


ABAP Syntax FREE OBJECT ole [NO FLUSH].

ABAP Code Snippet

What does it do? Frees the memory of an automation object ole created with CREATEOBJECT ole on the presentation server.


ABAP Addition 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.

Return to menu