Skip to Content
0
Apr 15, 2010 at 03:14 PM

Any Function Module or any PERFORM (Standard SAP Prog.) to FREE MEMORY?

28 Views

Hi,

I am developing a report, at the end of the report, I want to FREE all the MEMORY, which am using in this report (say, internal tables, variables etc. data objects), so, i knew that, we can do it with the below sysntax,

  FREE: itab1,
         itab2,
        my_variable1 (am not sure that whether we can FREE a variable, like this? if not, (1) pls. let me know How to FREE a variable). 

But, (2) am looking for a standard SAP provoded FM/PERFORM with which i can FREE all the MEMORY used in the report prog.

pls. clarify my (1) (2) doubts.

thank you