This section describes the call of an XSL transformation using the CALL TRANSFORMATION>>. The source and result of an XSL transformation can be XML documents or ABAP data.
An XSL transformation is a program in the Repository that is written in XSLT and used for the transformation of XML documents ( XSLT program>). When calling an XSL transformation using the CALL TRANSFORMATION statement, you can also directly convert ABAP data into XML and vice versa. For this purpose, a serialization or deserialization is carried out implicitly.
As of Release 6.10, the ABAP runtime environment contains an SAP XSLT processor for executing the transformations. It supports almost all XSLT statements and provides enhancements (extension instructions) such as the possibility to call ABAP methods from XSLT programs. Documentation for the SAP-XSLT processor is available in the application help under SAP XSLT Processor - Reference.