SAP ST TT TRANSFORM



Get Example source ABAP code based on a different SAP table
  


• transform ABAP_ST_ELEMENT

ABAP_ST - tt:transform, Root Element

ABAP_SYNTAX
< tt:transform $[template='tmpl'$]>
...
< /tt:transform>

What does it do?
The keyword for the root element of an ST program is tt:transform . The name of a template tmpl can optionally be specified for the template attribute. 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.