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

Estimation of ABAP Performance tuning

Former Member
0 Kudos
462

Hi

I need some inputs to create a basic estimation model for ABAP

performance tuning projects - basically need some info on how to estimate

effort, to tune defective ABAPs using standard tools in SAP like runtime

analysis, debugger, traces etc.

Please pass any information you may have on this subject.

Thanks in advance!

Rakesh

1 REPLY 1
Read only

dirk_feeken
Product and Topic Expert
Product and Topic Expert
0 Kudos
254

There are several tools for performance tuning

runtime analysis (transaction SE30)

SQL Trace ST05

and Dynpro Trace ST20

which gives you a detailed summary about where your application spent the most time.

There's been the "ABAP Troubleshooting" workshop and especially the "Performance tuning in a Nutshell" by Ulrich Marquard workshop at the last TechEds which cover these topics. (presentations available here in SDN,  use fulltext search or see:

https://www.sdn.sap.com/sdn/events.sdn?page=teched_emea.htm#cs )

Dirk