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

program run time

Former Member
0 Likes
609

Hi,

is there any t-code to see the which program is currently running?

And how much time it takes to run ? or run-time of program?

Thanks a lot.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
583

Check SM37 & STATTRACE (BASIS have authorizatin for this one).

Read only

Former Member
0 Likes
583

You may also wanna check transaction 'STAT'.

Thanks.

Read only

Former Member
0 Likes
583

Hi,

In addition to the transactions already mentioned, transaction SM50 will show you all currently active programs in the app server you are logged into and SM66 will show you all active programs in all app servers of the current SAP system.

If you want to break down a program to see how each part of it performs, use the runtime analysis tool SE30.

Hope this helps, Andy

Read only

Former Member
0 Likes
583

To qualify my last statement a little further, run SM50/SM66 in production to see the running programs.

Try running SE30 only in a development or testing environment - NOT normally in a productive system. This transaction collects a lot of data.