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
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.
Add a comment