cancel
Showing results for 
Search instead for 
Did you mean: 

Split message ...

inigo_sacramento
Participant
0 Kudos

Hi

I have one outbound message and i need to split it. The result must be N messages. The outbound file contains N vendors and i have to creat as many IDOCs as vendors have in the XML outbound file.

How must i set the occurrencies ?

Can anybody send me a sample (i.sacramento@terra.es) or tell how to do it?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I'll give you the general idea. First you have to set correctly the cardinality of each field on the message type definitions. Then you will have to relate a field with N ocurrences to a field with 1 occurrence in the message mapping. You’ll have to specify in the interface mapping that you have 1 source message but N target messages. Finally, you'll have to use de BPM with the transformation block and some containers in order to split the message. In the Integration Directory you'll have to send the message from system A to the BPM, and then from the BPM to system B.

I hope you found this info useful