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: 

transaction code

Former Member
0 Kudos

Hi All,

I have had used a Tcode to check a graph of Database etc when using a program to populate a simple report.

ST05 gives a trace, are they any similar Tcodes.

Regards,

Sagar

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

you want Runtime Analysis Tcode SE30.

is that you are looking for..?

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

you want Runtime Analysis Tcode SE30.

is that you are looking for..?

Former Member
0 Kudos

Hi Sandeep,

ST05 is for Performance trace. If you want to find out Runtime Analysis then you can use SE30 ( Transaction code for - ABAP Objects Runtime Analysis).

Regards,

Rajitha.

Former Member
0 Kudos

hi

Just check all t codes with pattern ST* - they all are mostly monitoring transactions, you can select the one you need ... a few are mentioned below:

ST01 System Trace

ST02 Setups/Tune Buffers

ST03 Workload and Performance Statistics

ST03G Global Workload Statistics

ST03N Workload and Performance Statistics

ST04 DB Performance Monitor

ST04_MSS St04 for MS SQL Server

ST04M Multi DB connection

ST04OLD old DB Performance Monitor

ST04RFC SAP Remote DB Monitor for SQL Server

ST05 Performance Trace

ST05_E2E Performance Trace anzeigen

ST05ACC Barrier-Free Performance Trace

ST05SAVE Old ST05

ST06 Operating System Monitor

ST06N Operating System Monitor

ST07 Application monitor

ST10 Table Call Statistics

ST11 Display Developer Traces

ST12 Single transaction analysis

ST13 Analysis&Monitoring tool collection

ST14 Application Analysis

ST20 Screen Trace

Regards,

Adi

Former Member
0 Kudos

Hi Sandeep,

usually we use SE30 for run time analysis.

ST05 for trace analysis.

If you want information regarding the database try this but most basis administrators have the authorizations.

DB01, DB02 will give you database information.

Cheers!!