Hello!!
I have send the IDoc CHRMAS.CHRMAS04 from my R/3 to another system via file adapter.
My problem is I have to pass several fields of the idoc to a complex structure on the XML with the structure:
<ITEM>
<FIELDNAME>Weight</FIELDNAME>
<FIELDVALUE>17.0 </FIELDVALUE>
</ITEM>
<ITEM>
<FIELDNAME>Colour</FIELDNAME>
<FIELDVALUE>Blue</FIELDVALUE>
</ITEM>
Somebody knows how to map for each segement of the IDoc an ITEM substructure?
I hope will be clear enough.
Thanks and regards,
Manuel.