cancel
Showing results for 
Search instead for 
Did you mean: 

Copy one file to multiple IDOCs in XI

Former Member
0 Kudos

Hi,

I am having following scenario..

XI receiving XML file with Sales order and customer information.

Using this file, first I have to create customer and then create sales order using same file if customer is created successfully.

Please advice how to solve above scenario

Thanks in advance,

Laxman.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Try BPMPatternMulticastSerial BMP Pattern. You can first create the customer, then receive a response (If Sync) and then send the Sales Order. This uses the ForEach mode.

Hope this Helps to get you started!