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 download

Former Member
0 Kudos

Hi Experts,

I have a requirement to download XML using SAP ABAP.

I am using this FM SDIXML_DATA_TO_DOM..but this FM uses a table with deep structure if I want more than one level.

I have a requirement to download XML with five levels. which i will decide in coding. The internal table will be linear.

How can i download a XML with five level hierarchy using abap

Can this requirement be met?

Request your help.

Thanks,

Abap Coder

3 REPLIES 3

Former Member
0 Kudos

Hi,

What about Simple Transformations ?

Kr,

Manu.

0 Kudos

need to do it without transformation..

former_member196490
Active Participant
0 Kudos

Hi,

You can create deep structures upto 5 levels to resolve the issue. Please refer the below link

http://scn.sap.com/thread/551946