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