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: 

Program execution trace

Former Member
0 Kudos

Hi,

does exist any tool how to trace whole path a program was going through ?

Thank you.

Marian,

5 REPLIES 5

FredericGirod
Active Contributor
0 Kudos

Hello Marian,

ST05 SQL trace

ST11 Dev trace

ST01 System trace

Frédéric

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

If you want to check the execution of the entire program,execute the program in debugging mode.

Former Member
0 Kudos

Hi Marian,

I knwo that this is not exactly what you have asked for, but I think it is a good idea to see the Call Hierarchy for the program. Goto transaction SE48. this will tell you which are all the subroutines and Function Modules that are being used in your program. Once you get that, then you can place breakpoints at appropriate places and run the program.

Regards,

Anand Mandalika.

nishanthbhandar
Contributor
0 Kudos

Hi Marian,

The best way to trace a program would be by looking at the call stack and the overview details in the debugging mode.If you want to analyse the performance of selects in the program then use the transaction ST05.If you are still not satisfied then run through the entire execution process by entering into the debugging mode.

The answers that you have recieved so far should be sufficient to close the thread.Please reward some points and kindly close the thread.

Cheers

Nishanth

Peter_Inotai
Active Contributor
0 Kudos

You also have Coverage Analyzer in WAS.

You can check the documentation of the relevant tools here:

http://help.sap.com/saphelp_nw04/helpdata/en/10/6d1c370c468b7be10000009b38f936/frameset.htm

Peter