SAP FREE MEMORY ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for FREE_MEMORY

FREE MEMORY

Short Reference
• FREE MEMORY ABAP Statement
• ID FREE MEMORY


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.

Return to menu