Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Data Interfaces and Communication Interfaces →  ABAP and XML →  Simple Transformations →  ST - Structure of ST Programs 

ST - tt:transform, Root Element

Other versions: 7.31 | 7.40 | 7.54

Syntax


<tt:transform [template="tmpl"]> 
  ...
</tt:transform>

Effect

The key word for the root element of an ST program is tt:transform. The name of a template tmpl can be specified for the template attribute (optional). The specified template forms the main template of the transformation. When the program is executed, this template is evaluated. If no explicit main template is specified, the template for which no name is specified is set as the main template by default.