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

Run time analysis,sql tracer ?

Former Member
0 Likes
325

what is run time analysis and sql tracer ??

thanx in advance

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
303

The runtime analysis transaction is SE30, the SQL trace transaction is ST05.

Runtime analysis will show the percentages for the ABAP aplication processing and the db time.

SQL Trace will allow you to examine all SQL statements which happen during the SQL trace. You can see the actually statement and if any secondary indexes were used.

Regards,

Rich Heilman

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
304

The runtime analysis transaction is SE30, the SQL trace transaction is ST05.

Runtime analysis will show the percentages for the ABAP aplication processing and the db time.

SQL Trace will allow you to examine all SQL statements which happen during the SQL trace. You can see the actually statement and if any secondary indexes were used.

Regards,

Rich Heilman