Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to generate xml file from sap

Former Member
0 Kudos

Hi Experts!

Can you plz help me out to generate xml file from sap.

any transaction code or something.

thanks in advance.

jawad

2 REPLIES 2

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check FM SAP_CONVERT_TO_XML_FORMAT.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi Jawad,

simple questions result in many answers... Without knowing the system dependencies and the concrete problem, a correct answer will be difficult.

First check the online help for "call transformation". You will deep-dive into the paradise of XSLT and Simple Transformations.

Second: Check the forum search with "XML", "XSLT" and many other keywords

Third: Check the blogs of Horst Keller and Tobias Trapp

/people/horst.keller/blog/2004/10/27/abap-and-xml--introducing-st

/people/tobias.trapp/blog/2005/05/04/xml-processing-in-abap-part-1

(Tobias provided many blogs about XML. You'll find the summary of the blogs here: /people/tobias.trapp/blog )

Regards,

Thomas