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: 

Need to Track an abap program execution

former_member389069
Discoverer
0 Kudos

Hello Everyone,

I've a unique requirement. I seek some advice.

I need to track.. how a particular program of abap executed. I mean, we see in debugger, It skips some lines, fails some conditions, checks some

conditions or selects data. I need to know how that executed line by line. i.e. A complete execution path of statements which actually executed in a particular program.

So far, I saw SCAN keyword but that only searches ABAP program. I need to track its execution. In simple words, I need a written recording of debugger execution of any program.

Any suggestions.

Regards,

Raghav Malhotra
SAP LABS

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Working for SAP Labs you should have access to internal information resources that we outsiders can only dream about, one would guess.

Anyway, have a look at this blog by

This isn't tracking every single line though, only statements that are relevant for runtime measurement.


Thomas

3 REPLIES 3

FredericGirod
Active Contributor
0 Kudos

Hi,

did you try the trace ST05 ?

did you try the SE30 ?

what did you exactly try to find ?

regards

Fred

0 Kudos

hi

he want find a result of records which is we debugging step by step (F5). as a outsider, i don`t know whether have this kind of tool.

Maybe people in SAP Labs have, but Raghav is. 

ThomasZloch
Active Contributor
0 Kudos

Working for SAP Labs you should have access to internal information resources that we outsiders can only dream about, one would guess.

Anyway, have a look at this blog by

This isn't tracking every single line though, only statements that are relevant for runtime measurement.


Thomas