SAP ASXML ID VS ST ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_ASXML - Transformation ID vs. Simple Transformation
This example demonstrates the differences between the transformation ID and a Simple Transformation.

ABAP_SOURCE_CODE
DEMO CL_DEMO_ASXML_ID_VS_ST

ABAP_DESCRIPTION
A text string with five blanks is serialized and deserialized in a Simple Transformation DEMO_ASXML_COPY using the predefined identity transformation ID and the statement tt:copy. The transformation ID contains the statement < xsl:strip-space elements='*'/>, which means that the blanks are ignored in deserializations and the text string then has the length 0. After deserializations with the Simple Transformation, the blanks exist in the text string.