‎2008 May 09 10:45 PM
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.
‎2008 May 09 10:54 PM
Check SM37 & STATTRACE (BASIS have authorizatin for this one).
‎2008 May 09 11:05 PM
‎2008 May 11 6:11 AM
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
‎2008 May 11 1:23 PM
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.