I need to perform an N:1 message mapping in a transformation in an Integration Process. SAP Documentation explains how to do this:
But it seems to be the case that the first message of the source will be contained in a <Message1> </Message1> element pair, the next message in <Message2> </Message2> element pair, etc.
So what do I do in the case of a variable number of input message that get mapped to one message? I don't know how many messages will be coming in before the mapping needs to be done; it depends upon how many messages are sent out in a fixed time interval.
I will be using an ABAP XSLT transform to do this. I cannot use a
<xsl:for-each select="Message">
Kind of construct because each message is enclosed by a different <MessageN> element.
This must be a problem that has come up before. Can anybody please point me to the solution?
Kind Regards,
Tony.
Edited by: Anthony Bateman on Mar 23, 2008 9:31 PM