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

Need to Track an abap program execution

former_member389069
Discoverer
0 Likes
1,910

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
Read only

ThomasZloch
Active Contributor
0 Likes
1,565

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

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

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
1,565

Hi,

did you try the trace ST05 ?

did you try the SE30 ?

what did you exactly try to find ?

regards

Fred

Read only

0 Likes
1,565

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. 

Read only

ThomasZloch
Active Contributor
0 Likes
1,566

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