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

Performance Question

Former Member
0 Likes
430

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
Read only

Former Member
0 Likes
318

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
Read only

Former Member
0 Likes
319

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.

Read only

MariaJooRocha
Contributor
0 Likes
318

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