
Double-click on an entry in the ABAP Traces view to display the trace overview. The Overview is the starting point for further analysis and provides you with the following information:
| Title | The title given to the ABAP trace by the user or generated by 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 started. |
| Server | Server on which the trace was recorded. |
| 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. |
| Aggregation Mode | Indicates which aggregation mode (None, Call Stack or Call Position) has been used during the trace execution. |
| Size | Size of the trace file. |
| 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. |
More on this: Using Analysis Tools