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: 

how to measure the sap system performance

Former Member
0 Kudos

hi experts ,

i want to understand how the system performance is calculated in sap. for example " How system , database performances are calculated by sap in SE30, SCI - sap code inspector " ...

With regards ,

James..

Valuable answers will be rewarded...

4 REPLIES 4

Former Member
0 Kudos

Hi James,

Check the SE30 Transaction code which is the Runtime Analysis T Code which gives the system perofrmance, ABAP performance and also Databse performance for a particular program or transaction, etc.

It is very helpful, apart from that we can also go for ST05, i.e. SQL Tracer which gives the list of Database calls and the time taken to call them and analyzes the performance.

Hope this resolves your query.

Reward all the helpful answers.

Regards

Former Member
0 Kudos

Hi James,

For chekc the system performance SE30 and ST05 will help u as well as ST04 also. Check the program estimation cost with the help of basis people. One report have more performance if it have less estimation cost.

Hope this helps you, reply for queries, Shall post you the updates.

Regards.

Kumar.

Former Member
0 Kudos

Hi James ,

There are lot of Tcodes to measure the performance of SAP system..

Go for SE30 to measure the performance of programs, database access time etc.

Go to ST05 , you can find the sql statements which are more hit

Go to code inspector for checking ur program for finding

The combination of se30 and st05 is st12..Have a look at this tcode also..

hope it helps..

Award marks if helpful