Using ABAP Profiling – the ABAP Trace

Prerequisites

The ABAP Trace is not available if you are working with a back end system at Release 7.0 EHP3. Use transaction SAT in the embedded GUI if you need to trace an ABAP program under SAP NetWeaver 7.0 EHP3.

Context

You can use ABAP profiling to do the following:

  • Analyze the performance of your ABAP application. You can identify performance hot spots, where you might want to concentrate your re-factoring effort.
  • Analyze the flow of your ABAP program. If you need to analyze or compare program flow, the ABAP Trace can be a faster and more effective tool to use than the ABAP Debugger.

The ABAP Trace is based on the technology of the ABAP Runtime Analysis, transaction SAT.