Show TOC Start of Content Area

Procedure documentation Testing Transformation  Locate the document in its SAP Library structure

Prerequisites

A test environment is available for XSLT programs only with the additional constraint that it is not possible to test programs whose transformation result is also an ABAP data structure. The XSLT program to be tested has to be activated successfully first.

Procedure

...

       1.      Select the transformation program.

       2.      Choose This graphic is explained in the accompanying text or press F8 to start the test environment.

       3.      Specify the path for uploading the XML source document.

       4.      Specify the output to the transformation.

There are four test options available:

·         String output: Transforms directly into a string and displays the string in a simple list.

·         File output: Places the result in a local file. In this case, a result file path must be specified.

·         Document output: First transforms into a DOM tree, then displays the DOM tree using iXML methods, and finally places it into a list display. Note that in this case the settings for XSLT output have no effect.

·         HTML view: Places the result in a HTML Browser.

       5.      Choose This graphic is explained in the accompanying text to execute the transformation.

See also:

Graphic: Transformation

 

 

End of Content Area