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

Tcode for tracing

Former Member
0 Likes
5,484

I have a program which is running very slow or giving dump then what is the tcode to trace and what is the tcode to montor the background job?

4 REPLIES 4
Read only

Former Member
0 Likes
4,900

Hi,

FOr SQL Trace you can use the transaction ST05..For checking the short dump the tcode is ST22...For checking the processes running slow you can use SM50..

Thanks,

Naren

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
4,900

You can use tcode ST05 to do a SQL trace on the program. You can check status of background jobs via SM37.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
4,900

Hi,

ST05 is the transaction for performance trace.

SM35 is to manage batch input sessions.

SM37 is to check background job status.

Thanks.

Mark points if helpful.

-

Read only

Former Member
0 Likes
4,900

ST05 and SM37 respectively