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: 

Estimation of ABAP Performance tuning

Former Member
0 Kudos

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

dirk_feeken
Advisor
Advisor
0 Kudos

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