Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 2129

Clear sap memory

$
0
0

Hi,

 

How to clear or free the sap memory during the run time?

 

I have tried few scenarios.

 

REPORT  ZSAP_MEMORY.

 

DATA : VALUE1(30) TYPE C VALUE 'SAP MEMORY'.

 

PARAMETER : MATNR TYPE MARA-MATNR.

 

SET PARAMETER ID 'MEM' FIELD VALUE1.

 

FREE MEMORY ID 'MEM'.

 

DELETE FROM MEMORY ID 'MEM'.


I have tried this below method using space, it is working fine. but i am sure this is  not the correct way.

 

SET PARAMETER ID 'MEM' FIELD ' '.


please suggest.

 

Regards,

MOHANA



Viewing all articles
Browse latest Browse all 2129

Trending Articles