‎2018 Jun 13 3:24 PM
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
‎2018 Jul 17 2:23 PM