Show TOC

Displaying the Call StackLocate this document in the navigation structure

Prerequisites

The ABAP trace must be aggregated by Call Position. More on this: Aggregation Options in ABAP Traces

Context

You can display the call stack that leads to a particular trace event in the Aggregated Call Tree, the Call Sequence, or in another analysis tool .

Procedure

  1. Put the cursor on an entry in the Aggregated Call Tree, or the Call Sequence.
    Tip You can also display a call stack from the Condensed Hit List. If the number of stacks for hit list entry is > 1, the ABAP Trace first shows you the individual trace events. From this display, in the Search view, you can display the call stack of each trace entry.
  2. Choose Show Call Stack from the context menu of the trace entry.

Results

The ABAP Trace displays the call stack in a separate Properties view. From this view, you can jump to the position of a call stack entry in the Call Sequence or Aggregated Call Tree, or you can jump into the source code editor in order to analyze it or to set a breakpoint.