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.
Category: Uncategorized
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-
Simple Transformation of Structure Using Tx- XSLT_TOOL / STRANS ( ABAP-> XML)
This post demonstrates how to transform any ABAP structured data to XML format So that it can be passed to any third party system for
CL_ABAP_DATFM- Class
Check Tx- SU01 for the User default date format settings. Other date formats are available as shown below. Class- CL_ABAP_DATFM provides all sort of methods
CL_ABAP_SYST- Class
Class- CL_ABAP_SYST provides some methods that can be helpful to get the values of some of the system variables. Check / test some methods. It