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: 

ABAP debugger - Memory monitoring

Former Member
0 Kudos

When in a debugging mode, go to menu --->

Settings -> Memory monitoring (turn on this setting).

However, since this feature is turned on, where do I get the result of the trace?

1 REPLY 1

Former Member
0 Kudos

Hi,

You can check the results in the debugging mode itself,by clicking the "setting" button after the "overview" button.

Go to table & give the internal table name & it will tell you the Memory Allocated & Memory used by the internal table.

If you click on one of the lines of the internla table,it will give you the memory used by that particular line.