FREE - Release an area in ABAP/4 memory


Basic form

FREE MEMORY.

Addition




... ID key

Effect

Releases an area in ABAP/4 memory previously defined with EXPORT TO MEMORY , i.e. an additional IMPORT ... FROM MEMORY sets the return code value of SY-SUBRC to 4.

Note

FREE MEMORY deletes the entire ABAP/4 memory , including data exported with EXPORT TO MEMORY ID key .

Addition

... ID key

Effect

Releases only the ABAP/4 memory for the ID key .
Related EXPORT TO MEMORY , IMPORT FROM MEMORY

Index
© SAP AG 1996