Quantcast
Viewing all articles
Browse latest Browse all 943

Easy trace in New ABAP Debugger

Hello SCN,

here is quick tip on how to "pinpoint" trace (SQL, performance etc..) in New ABAP Debugger.

 

There is new debugger tool named "Trace (SE30/ST05)". You can add it to your debugger desktop like any other tools.

By icons on right side of current tools - either New tool or Replace tool. It is in "Special Tools" folder.

By the way you can save your customized debugger desktops Image may be NSFW.
Clik here to view.

 

Tool can be found from about ECC release 731 (it is not in ECC 700...).

 

Here is how it looks and which traces it offer:

Image may be NSFW.
Clik here to view.
abap-debugger-trace.PNG

 

Usage is very easy:

For example stop on SELECT statement

  • double click on activate (on/off) SQL Trace
  • run SELECT (F5 or so)
  • deactivate SQL trace
  • there will popup TraceFile icon on the left, which you can immediately investigate

Viewing all articles
Browse latest Browse all 943

Trending Articles