Application Development and Automation 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: 
Read only

xml to abap

Former Member
0 Likes
787

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

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
Read only

Former Member
0 Likes
755

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.

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
755

Suneel,

Try function module TEXT_CONVERT_XML_TO_SAP.

Read only

Former Member
0 Likes
755

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