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

ABAP Debugging Trace

Former Member
0 Likes
306

Hi,

is there a built-in tool in the ABAP debugger to trace the complete source code and copy in a text file, for further analysis?

I would like to compare the source code for similar processes, to find gaps, for instance why the first process works as expected and the second one doesnt. If I have two files with the complete source code, that was proceeded from the debugger, than I could seek the source code position, where the erroneos method or function group branches otherwise.

Thanks!

Regards,

Laura

1 REPLY 1
Read only

rajesh_paruchuru
Active Participant
0 Likes
264

Hi,

>

> is there a built-in tool in the ABAP debugger to trace the complete source code and copy in a text file, for further analysis?

>

> I would like to compare the source code for similar processes, to find gaps, for instance why the first process works as expected and the second one doesnt. If I have two files with the complete source code, that was proceeded from the debugger, than I could seek the source code position, where the erroneos method or function group branches otherwise.

>

> Thanks!

>

> Regards,

> Laura

You may start your analysis/comparision with the files generated by the SE30(Runtime Analysis), this would give you a good overview of deviations at a high level, if you are looking for deviations within the same modularazation unit you may find [this blog|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22536] helpful, however you have to be on Netweaver 7.0 Ehp2

to be able to use the features explained.

-Rajesh.