‎2012 Feb 10 9:25 PM
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
‎2012 Feb 10 10:18 PM
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.