- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Generating SAP ABAP code/ script from XML coming from an external application
Yes, this is feasible. You can create simple transformation for XML in ABAP. You can also use cl_proxy_xml_transform to transform data between XML and ABAP. Let us say that you have created ABAP proxy using T-Code: SPROXY or it is generated via WebService generation utility, you can use utility class “cl_proxy_xml_transform” to convert data of the ABAP to XML format or also from XML → ABAP.

- Related Articles
- Retrieving ABAP BAdi from SAP BW
- Distinguish SAP ABAP code between clients
- Importing an object from ECM application in SAP Business Workplace
- Fetching list of products from SAP: connecting SAP database from .net application
- Retrieving Idoc XML data from SAP system over HTTPS
- Retrieving data from a table in SAP ABAP
- Fetch unique records from table in SAP ABAP
- Sending a table from UI5 application to ABAP Function Module
- Pseudo code to hide warning in SAP ABAP
- Connect to SAP system from C# application
- Using SAP Tables from C# application - RFC_READ_TABLE
- Need to schedule script in PowerShell from SAP
- Getting an error while previewing swf file from XML data in SAP Dashboard Designer
- Calling an ABAP Function Module using Python script to put data in SAP HANA
- Fetch fields from table or structure in ABAP SAP

Advertisements