Hello Gurus.
I have an XML file coming from a partner with this structure.
I want to make the mapping from the XML to the RFC Function like this :
XML File receive
<?xml version="1.0" encoding="windows-1252"?>
<APLList gln="1234567890123">
<APL code="A" type="N">
<client gln="1"/>
<client gln="2"/>
<client gln="3"/>
<client gln="4"/>
<client gln="5"/>
</APL>
<APL code="B" type="T">
<client gln="6"/>
<client gln="7"/>
<client gln="8"/>
<client gln="9"/>
</APL>
Data to send to RFC
APL CLIEU TYPAPL
A 1 N
A 2 N
A 3 N
A 4 N
A 5 N
B 6 T
B 7 T
B 8 T
B 9 T
Is someone can help me for this mapping ?
Thanks and regards.
JC