CALL TRANSFORMATION

Reference

Syntax

CALL TRANSFORMATION {trans|(name)}
                    [PARAMETERS {p1 = e1 p2 = e2 ...}|(ptab)]
                    [OBJECTS    {o1 = e1 o2 = e2 ...}|(otab)]
                    [OPTIONS    {a1 = e1 a2 = e2 ...}]
                    SOURCE {XML sxml}
                         | {{bn1 = e1 bn2 = e2 ...}|(stab)}

                    RESULT {XML rxml}
                         | {{bn1 = f1 bn2 = f2 ...}|(rtab)}.


Effect

Calls an XSL transformation or simple transformation statically specified in trans or dynamically specified in name. The call of the predefined transformation ID serializes or deserializes ABAP data into or from the asXML format.

Additions