Entering content frame

Background documentationVariable View Locate the document in its SAP Library structure

Using the variable view, you can display the variable values from the examined XSLT program in tabular form. In addition, you can switch between different call levels (for example, after calling using <xsl: apply-templates...>) and output the valid variables in the corresponding context.

The variables are characterized by different variable types.

NodeSet

Specifies variables of the node quantity (tree nodes).

The value of a NodeSet variable is not presented graphically.

Ordinary variables

Includes variables of number, string, and Boolean types.

Fragment

Fragments identify certain parts of the result tree.

Fragment variables are therefore used whenever interim results of a result tree are linked to variables.

The value of a fragment variable is not presented graphically – same as the NodeSet variables.

Object

Covers object types.

An object ID or the name of the object type (name of the ABAP class) are used as the value of an object.

Caution

Note that changing values of variables in the XSLT Debugger is currently not supported.

Opening the Variable View

To open the variable view, click in the Debugger on the switch key This graphic is explained in the accompanying text Variables (bottom left).

You see a tabular list of all variables for the current context.

This graphic is explained in the accompanying text

Note

The value of an object variable is output in the form Object-ID <Name of Object type> - same as for the ABAP Debugger.

Additional Functions

 

 

 

Leaving content frame