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 Memory Usage

Former Member
0 Kudos

Hello,

I am seeking to find the differences in memory usage in the context of statically declaring work areas using the DATA statement and dynamically declaring work areas using data references.

How can i track the amount of memory a ABAP program is consuming at runtime

3 REPLIES 3

Former Member
0 Kudos

H Gerson,

In SE38 Editor goto Utilities menu->more utilities->Runtime analysis.

This will show you the memory usage etc..

Cheers,

Sam

Former Member
0 Kudos

Hi,

Go to transaction SE30 and check your program.

It will give line by line time / memory consumption of every line of code at runtime.

Hope this helps you.

Cheers,

Venkat

Former Member
0 Kudos

Hi,

contd..

After execution from this screen, you'll see screen having all the details of the runtime performance.

Also you can check in SE30

Cheers,

Sam