cancel
Showing results for 
Search instead for 
Did you mean: 

Message splitting?

Former Member
0 Kudos

Hello !

I need to implement a scenario where XML file containing multiple orders in one file is sent to XI. The receiving interface is PORDCR04 which has only one occurrence.

Do I need to implement ccBPM in order to be able to split the received orders or is thee another way of mapping multiple orders to IDocs ?????

Now it seems that mapping takes only the first one....

Kind regards

/Kimmo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It is also possible to use IDOC bundling which should be described in Note 778890. In this way it should be possible to do the bundlign with out a BPM.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

You should definately implement BPM to perform the split.

You need to perform a 1:n message mapping. For this, refer to SAP BASIS component 6.4 in repository, http://sap.com/XI/Demo/Agency,

SplitMultipleBookingOrder_BPM mapping.

The basic idea using BPM is 1:n mappings cannot be used individually, it is accessible only within a BPM.

Regards,

Siva Maranani.

Former Member
0 Kudos

Hello !

I will then try to implement BPM.

BR

/Kimmo