Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Clear memory for user.

Former Member
0 Kudos

HI,

Is there any command which clear all temparory memory for the user.

Thanks.

7 REPLIES 7

Former Member
0 Kudos

Hello,

You can try, following FM CLSC_FREE_MEMORY....

You can also check following posts:

Regards,

Message was edited by:

Shah H

Former Member
0 Kudos

Hi,

No, I don't think there is something like this as memory is not stored on the user basis but on the different parameters and internal table basis.

Regards,

Atish

Former Member
0 Kudos

Hi,

No you cannot. Report variables allocated memory you can free up.

Reward if useful!

Former Member
0 Kudos

hi,

u can reset the buffer by using /$tab in the command field.

Regards...

Arun.

Reward points if useful.

Former Member
0 Kudos

Hi abap

use -


FREE MEMORY ID 'ZP1'.

Don't forget to reward if useful......

Former Member
0 Kudos

hi,

if you want to free the space in internal table then use clear and referesh but they will not free the memory to free the memory use free key word

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Try

free memory.