Hi experts,
I am facing a new problem :s
I have my XML file as source message and my IDOC as target message :
for example:
<DETAIL>
<TYPE>abc</TYPE>
<TEXT>def</TEXT>
<TYPE>abc</TYPE>
<TEXT>def</TEXT>
<TYPE>ghi</TYPE>
<TEXT>def</TEXT>
</DETAIL>
As long as TYPE is the same, I put TEXT in a field of the IDOC, but if TYPE changes, I would like to create new IDOC to inject data.
Is it possible?
Thanks a lot,
Jamal