简体   繁体   中英

Is there a way to trace which lines of code were executed in debugger or otherwise in ABAP?

I am facing an issue and would need to debug several brf+. I do have a positive and negative case. However, debugging them simultaneously to track the flow in the execution of the method is quite cumbersome. SAP trace will only trace the methods and tables executed, which is not what I want.

I want in a method with several conditional codes, which ones were executed.

Just found an amazing post on SCN that helps in this.

https://blogs.sap.com/2010/12/14/abap-debugger-scripting-basics/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM