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: 

xml to abap

Former Member
0 Kudos

Hi..

I want to transfer XML file to ABAP internal table, in version R/3 4.6c. I don´t have any idea how to approach this task, could any body suggest me possible approach to achieve the task.

If possible could you send sample code.

This XML file contains information regarding material

creation and purchase order.

Thanks in advance

Regards

Suneel,Charugundla

3 REPLIES 3

Former Member
0 Kudos

Hi,

There are a lot of function modules listed in SE37 that appear to do all sorts of conversions of XML...

Maybe try looking through those to find a specific solution.

nablan_umar
Active Contributor
0 Kudos

Suneel,

Try function module TEXT_CONVERT_XML_TO_SAP.

Former Member
0 Kudos

Also, look for help on the CALL TRANSFORMATION command...