2016 Aug 23 8:45 AM
I have a single custom message type yorders05 with basic type orders05 and a extension.
This IDOC is to be sent to multiple partners based on output type on Save of PO.
When I maintain the same message type at more than one partner profile in WE20, then it gives error as multiple recivers.
How can i solve this?
2016 Aug 23 4:38 PM
Hi,
You can either use different output types or create a custom program which will distribute the idocs using MASTER_IDOC_DISTRIBUTE
2016 Aug 23 11:53 AM
I do not think you get an error because you use the same IDoc for multiple recipients but most probably you use the same output type for multiple recipients which as far as I remember is not possible. Is that correct?
If so one of the solutions is to create multiple output types.
In case you want to use ALE distribution model instead of creating multiple output types for each partner you might find this article quite helpful.
Message was edited by: Bartosz Ziólkowski
2016 Aug 23 4:38 PM
Hi,
You can either use different output types or create a custom program which will distribute the idocs using MASTER_IDOC_DISTRIBUTE
2016 Aug 24 9:54 AM
Thanks for the reply.
I am using multiple output types that will be triggered at save of PO. Each output type sends same IDOC message type to different systems.
One doubt here- Is there any settings to assign one output type to one partner profile?
Thanks for the reply. I want to use standard IDOC process. so that i dont have to care about the data to be sent. Hence using the standard program RSNASTED for the output type.
2016 Aug 24 10:07 AM
I believe we should start from the beginning. Actually in WE20 you are able to use the same output type for multiple receivers however you can't use the same output type within one receiver (restriction based on the key of table EDP12).
Could you let us know what is the error message you encounter and when it occurs?