Show TOC Start of Content Area

Function documentation Call View  Locate the document in its SAP Library structure

Use

This view contains a tabular overview of the calls between different named blocks in an XSLT program. For example, if you set a breakpoint in a statement from a template that itself is called by another template, this call will be recorded in a “call stack”. Using this view, you can trace the sequence of reciprocal calls between different statement blocks and the call hierarchy.

Activities

1.       To open the call view, in the debugger, choose the This graphic is explained in the accompanying text Call Stack pushbutton.

2.       Set a line breakpoint in an XSL template that itself is called by another template.

3.       Choose This graphic is explained in the accompanying text Continue until the execution stops at the breakpoint you have set.

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

This graphic is explained in the accompanying text

Note

Double-click a line in the table to access the corresponding line in the XSLT program.

 

 

 

End of Content Area