Show TOC

 Variable ViewLocate this document in the navigation structure

Use

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

Features

The variables are characterized by different variable types.

Variable Type Description

NodeSet

Describes variables of the node set (tree nodes). The value of a NodeSet variable is not displayed.

Ordinary variables

Includes variables of the types number, string, and Boolean.

Fragment

Fragments identify certain parts of the result tree. Fragment variables are used if the intermediate results of a result tree are linked to variables. The value of a fragment variable is not displayed. Their values are also not displayed.

Object

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

Note

Changing values of variables in the XSLT Debugger is currently not supported.

Opening the Variable View

To open the variable view, choose  Variables . You see a tabular list of all variables for the current context.

Note

The value of an object variable is displayed as an object ID.

Additional Functions

Changing the call level (call sequence backwards/forwards).

Navigation for variable of current statement.

Sort and search functions.