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: 

Map attributes of XML file to ABAP table, using a XSLT program

Former Member
0 Kudos

Hi dear Gurus.

I have to transfer the information from the XML's element attributes to abap internal tables and store that information.

Somebody has a clear sample to do this data transfer.

I found a clas iXML, do you have a sample to read the elements and attributes using this class?

Thanks in advance.

Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hello ,

search for BCCIIXM* in se38.

regards

Prabhu

3 REPLIES 3

Former Member
0 Kudos

hello ,

search for BCCIIXM* in se38.

regards

Prabhu

satyajit_mohapatra
Active Contributor
0 Kudos

You can use CALL TRANSFORMATION statement also. You can create a transformation using transaction XSLT_TOOL based on your XML file and use the same in CALL TRANSFORMATION statement.

Former Member
0 Kudos

Thanks to all.

The solution was found.

Using the wonderfull class iXML the reading XML file is very easy.