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 xsl - internal table

dmi
Participant
0 Likes
822

Hello

I have a xml-file to transform to sap internal tables. It works. But a little thing I can't understand:

in the xml-file are 2 nodes "Order" and under each node "Order" is 1 node "Part"

after the transformation I get 2 "Order" in the internal table "order" - that's ok!
and I get 2 "Parts" in the internal table "part" - but for each "Order"

the internal table part is a table in the internal table order

I expect for each "Order" 1 "Part"

Thanks for your help

Daniel


1 REPLY 1
Read only

dmi
Participant
0 Likes
692

solved by my self