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

SAP Memory

Former Member
0 Likes
393

Hi people,

I have a little problem. I need to know how much memory one program is using during the execution on SAP. It's possible ?

tks

Flavio

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
373

Go to transaction SE30 and execute your report and after executing the report in the main screen choose "Evaluate" it will give list of memory used

a®s

Edited by: a®s on Nov 26, 2008 12:14 PM

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
374

Go to transaction SE30 and execute your report and after executing the report in the main screen choose "Evaluate" it will give list of memory used

a®s

Edited by: a®s on Nov 26, 2008 12:14 PM

Read only

ThomasZloch
Active Contributor
0 Likes
373

You can also debug the program execution and view the memory consumption of internal tables etc.

Thomas