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

Determining peak memory consumption

0 Likes
521

Hello all,

How Can I determine in ABAP code the peak memory consumption of an ABAP application? I know CL_ABAP_MEMORY_UTILITIES, but that only has a method for the current used memory.

Thanks a lot,

Reinhold

1 REPLY 1
Read only

gouravkumar64
Active Contributor
0 Likes
403

Hi,

Hope U know Feasible coding style. generally from se30 U get abap performance.but

http://help.sap.com/saphelp_NW70ehp2/helpdata/en/49/243804855616b6e10000000a42189d/content.htm

Have a look at this for details.

Also look at sap notes 649327 -for analysis of memory consumption.

Hope it helps

Thanks

Gourav.