Application Development and Automation 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: 
Read only

Clear memory for user.

Former Member
0 Likes
2,174

HI,

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

Thanks.

7 REPLIES 7
Read only

Former Member
0 Likes
1,209

Hello,

You can try, following FM CLSC_FREE_MEMORY....

You can also check following posts:

Regards,

Message was edited by:

Shah H

Read only

Former Member
0 Likes
1,209

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

Read only

Former Member
0 Likes
1,209

Hi,

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

Reward if useful!

Read only

Former Member
0 Likes
1,209

hi,

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

Regards...

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
1,209

Hi abap

use -


FREE MEMORY ID 'ZP1'.

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

Read only

Former Member
0 Likes
1,209

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
1,209

Hi,

Try

free memory.