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: 

Performance Question

Former Member
0 Kudos

Hello All,

To see the performance of the program, we use SE30, but can anyone tell how to analyze the data presented by se30 and also is it possible to for a single statement, say single SELECT statement.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Madhu,

The Runtime analysis tool has got some excellent documentation. Have you read that? If you haven't, then see this link - http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/frameset.htm.

That will be the most authoratative source for the information you are seeking.

Regards,

Anand Mandalika.

2 REPLIES 2

Former Member
0 Kudos

Hello Madhu,

The Runtime analysis tool has got some excellent documentation. Have you read that? If you haven't, then see this link - http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/frameset.htm.

That will be the most authoratative source for the information you are seeking.

Regards,

Anand Mandalika.

MariaJoãoRocha
Contributor
0 Kudos

Hi,

There is several Tcode that can help you on this issue,

Examples:

STAT - gives you the CPU time, DB req. time, etc,

ST05 - Traces the SQL, rfc, ... Here you can see witch indexes are used and what kind of access is made on the DB (

SE30 - as you well know

Regards,

Maria João Rocha