sapdev logo background
sapdev logo sapdev logo
Comments

ABAP FREE MEMORY Statement syntax, information and example SAP source code



Return to Statement index



FREE MEMORY

Short Reference

ABAP Syntax FREE MEMORY ID id.

What does it do? This statement has the same effect as the statement
DELETE FROM MEMORY ID id.
Outside of classes, you can omit the addition ID . In this case, all data clusters are deleted from the ABAP Memory .

Latest notes: The use of FREE MEMORY without the addition ID
is obsolete . While the statement EXPORT without addition ID involves only one data cluster, in this case all clusters are involved. We recommend using the statement
DELETE FROM , because here the addition ID is mandatory.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




FREE_DATAOBJECT
FREE_MEM_ID_OBSOLETE




comments powered by Disqus