Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound IDOC message type to multiple partners

0 Kudos

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?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can either use different output types or create a custom program which will distribute the idocs using MASTER_IDOC_DISTRIBUTE

4 REPLIES 4

ziolkowskib
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

You can either use different output types or create a custom program which will distribute the idocs using MASTER_IDOC_DISTRIBUTE

0 Kudos

Hi, Bartosz Ziólkowski

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?

Hi Sajid P P Kunhabdulla ,

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.

0 Kudos

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?