cancel
Showing results for 
Search instead for 
Did you mean: 

SAP and XML

Former Member
0 Kudos

Hello,

I have an interview next week, and one of the areas they are interested in is XML.

I have used XML in other programming languages such as VB .NET, ie XML , XSLT, XSD etc..

In SAP , what facilities already exist for XML, and how would it typically be used. I just need enough background to show I have a good understanding of it in a R3 environment.

Thanks

Sims

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey Sims,

In SAP netweaver, we have Exchange Infrastructure(XI).

XI is used as a middleware to transfer the data in n out of SAP.

XI makes use of XML.

Basically, SAP uses its IDOC technology for transfer of data to other R/3 or R/2 systems..

But to interact with the 3rd party system, the data is sent to XI.

XI converts the data into XML format and sends it to the 3rd party systems.

Same is true for vice versa where the data from XML is extracted and sent to SAP R/3 in form of an IDOC..

Now hee it makes use of SAX parser..

Also the coding is done in JAVA..

I have some material related to this which i shall mail u..

Send me ur email id.

<b>Best of luck for your interview!!</b>

Regards,

Tanveer.

Please mark helpful answers..

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sims,

Go through this URL:

http://www.thespot4sap.com/Articles/SAP_XML_Business_Integration.asp

http://www.topxml.com/sap/default.asp

http://www.topxml.com/sap/sap_idoc_xml.asp

In the last two links, you will find enough information for XML with SAP at the left hand side like integartion of xml with SAP, using SAP XML for BAPI and etc.

Regards,

Vicky

PS: Award points if helpful

former_member181962
Active Contributor