Skip to Content
1
May 13, 2020 at 01:40 PM

Wich Source Code was executed ?

243 Views Last edit May 13, 2020 at 01:41 PM 3 rev

My goal is to know what part of the source code (mainly custom) were executed from a functional point of view, hightlight the source code to know the paths the program took. Something like the flow graph of a SAP workflow were you can see the flow that actually took an execution.

I know that ATC in ADT will show you the code coverage but is only for Unit Test, right? I'm looking something like that but only for the actually executed code.

I have done in the past stuff with READ REPORT, SCAN ABAP-SOURCE/CL_CI_SCAN but it's all static Im looking to somehow "log" the execution and then interpret the results.

I investigated and found out that in the past in transaction SAT it was a button that somehow showed a Sequence Diagram but then it was removed. Does currently the ABAP Workbench or ADT have a tool like that or someone can give me some information on how to develop this? if I can get the code I could later on move it to a graph visualization.