Show TOC

Displaying the Trace OverviewLocate this document in the navigation structure

Context

Double-click on an entry in the ABAP Traces view to display the trace overview. The Overview shows you the following information:

  • General information on the trace:
    Trace title The title given to the trace by the user or the system.
    Id The name of the trace file, composed of the name of the instance - host_sid_number - on which the trace was made and the file name - AT....
    Date Date and time at which the trace was made.
    Server Server on which the trace was made.
    User User under which the trace was made. In scheduled traces, this may be a service user, a different user than scheduler of the trace.
    Call stack available Indicator whether the Call Tree analysis tool can be used. The Call Tree is available with non-aggregated traces.
    Size Size of the trace file.
  • The Runtime Distribution, an overview of how the traced runtime was distributed across SAP NetWeaver components.
    Overall The total run time recorded in the trace.
    ABAP The run time spent processing ABAP code, not including ABAP system programs.
    Database The run time spent in the database, performing database operations.
    System The run time spent processing ABAP code in system programs. An ABAP program is a system program if it is defined with the status set to System Program.
  • Analysis Tools: Links for starting the Determining Runtime with the Hitlist, the Analyzing Program Flow with the Call Tree (for non-aggregated traces), the Analyzing Database Accesses, or Analyzing SQL Statements tools.