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 tcode

Former Member
0 Kudos

Is there any other transaction except SE30 to check the performance of the report,

Regards

Rajaram

7 REPLIES 7

Former Member
0 Kudos

ST05, DB02

Former Member
0 Kudos

Hi,

you can use ST05 to do the SQL Trace and check whether the SQLs are using proper index or not..If the SQL is not using proper index..Then the performance of the program might not be good..

Thanks

Naren

Former Member
0 Kudos

Hi Raja Ram

SQL Trace ST05 can also be used..

Regards,

Arun

Former Member
0 Kudos

Hi,

You can use Transaction ST05 - Performance Trace

In this, you need to first activate the Trace,

then execute your program and go back to deactivate

then analyze the execution details..

Regards,

Samson Rodrigues.

Former Member
0 Kudos

hi,

try with this Tocdes

ST05 -


SQL QUERY ANALYSIS [ PERFORMANCE ANALYSIS ]

ST30 -


GLOBAL PERFORMANCE ANALYSIS

if helpful reward some points.

with regards,

Suresh Aluri.

0 Kudos

can you please explain how to work on st05 and st30

0 Kudos

Hi,

Like i said above,

You need to first ACTIVATE the trace,

then open a new window and execute your program,

After the execution is completed, go back to the Trace window and

click on DEACTIVATE Trace,

Then finally click on DISPLAY trace and Click OK on the PopUp

You can see the Database fetches and their duration that the program took.

P.S. always DEACTIVATE the Trace after you have finished else the Server may still

continue to Trace for no Reason.

Regards,

Samson Rodrigues.