Parallel Processing : when a huge number of records needs to be processed and it takes a lot of time to produce the output, this
Author: coderobbot
XSLT Pgm of Transforming a XML tree into int table using Tx- XSLT_TOOL / STRANS ( XML -> ABAP )
Step1. Create an XSLT Transformation in Tx: XSLT_TOOL / STRANS. Step2. A comparison between (INTERNAL TABLE TO XML TREE) AND (XML TREE TO ABAP INTERNAL TABLE).
XSLT Pgm of Transforming an int table into XML tree using Tx- XSLT_TOOL / STRANS (ABAP-> XML)
Step1. we have to select all record from this table and transform it into xml tree format. Step2. Create the below structure in Tx- SE11. Step3. We can
XSLT Pgm of Transforming a structure using Tx- XSLT_TOOL / STRANS (ABAP -> XML )
Step1. we have to select a record from this table and transform it into xml format. Step2. Create the below structure in Tx- SE11. Step3.
Simple Transformation of Internal Table Using Tx- XSLT_TOOL / STRANS ( ABAP-> XML)
This post demonstrates how to transform any ABAP structured table data to XML format So that it can be passed to any third party system
Simple Transformation of Structure Using Tx- XSLT_TOOL / STRANS (XML-> ABAP)
Step1. Let’s assume we need to convert any one record of the table. Step2. In Tx- SE11 create a structure with the below fields. Step3. Go to Tx-