cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear page file

Former Member
0 Kudos

Hello

I am working on an migration project and am working with very big amounts of information.I have a report that is manipulating a lot of information which is filling up the page file.The report works fine for the first time,but when i run it again for another set of information i get the page overflow short dump.

What i would like to know is how i can manually clear the page file used by this report every time the report is done with the reading because i have noticed that the page file remains filled even after the report has finished processing and i am not doing any more readings.As far as i have seen ,only when i logout from sap is the page file, used by me, cleared.

thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I do not think it is possible to clear page file from abap.

Former Member
0 Kudos

Hi,

Not sure, check if this will help

/$DYNP - reset the screen buffer of the application server

/$SYNC - resets the buffers of the application server

/$TAB - resets the TABLE buffers of the application server

/$NAM - the nametab buffer of the application server

Regards,