Entering content frameBackground documentation Call View Locate the document in its SAP Library structure

This view contains a tabular overview of the calls between different named blocks within an XSLT program. For example, if you set a breakpoint in a statement within a template that itself is called by another template, this call will be recorded in a "call stack".

With this view, you can trace the sequence of reciprocal calls between different statement blocks and thus also the call hierarchy.

Using the Call View

  1. In the debugger, click the switch button This graphic is explained in the accompanying text Calls on (left lower corner) to open the call view.
  2. Set a breakpoint – for example, on a line (statement) within an XSL template that itself is called by another template.
  3. Click the icon This graphic is explained in the accompanying text Continue until execution stops at this breakpoint.

The system displays the call list in a table with details of the correspond blocks.

This graphic is explained in the accompanying text

Note

Double click a line in the table to get the corresponding line of the XSLT program. The system then positions the cursor on this line.

 

 

Leaving content frame