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 download

Former Member
0 Likes
747

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

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

Former Member
0 Likes
672

Hi,

What about Simple Transformations ?

Kr,

Manu.

Read only

0 Likes
672

need to do it without transformation..

Read only

former_member196490
Active Participant
0 Likes
672

Hi,

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

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