cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Determination

Former Member
0 Kudos

In the Receiver Determination, I need some clarification.

Let us Say I want to Send a Message to Receiver-A (Interface Determination 1, to a File ) and to Receiver-A (Using Interface Determination 2 , To a mail). But I am getting a Syntax Error that the object already exists.

I have just provided snap shot of the Receiver Determination Screen in Integration Directory.

Service : SenderService

Interface: SenderInterface

Namespace :

Configured Receivers

-


Condtion Party Service

ReceiverService-1

ReceiverService-1

Configuration Overview Receiver Determination

-


-


                                      • Receiver

Receiver Mapping Agreement

-


ReceiverService-1 Mapping-1 FileAdapter

(InterfaceDetermination 1)

ReceiverService-1 Mapping-2 MailAdapter.

(InterfaceDetermination 2)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Karen,

If the sender interface is same for both file and mail then you need not create two receiver determinations. You can do this scenario with single receiver determination.

your scenario is - 1 input and 2 output messages(file and mail)..

In the configured rececivers add your receiver only once..

i.e Configured Receivers

ReceiverService-1

In Interface determination, add both the receiver interface determinations for the same receiver.

Configuration Overview Receiver Determination

ReceiverService-1 (you can add multiple interface determinations using +(insert) symbol)

InterfaceDetermination 1 -Mapping-1 FileAdapter

InterfaceDetermination 2- Mapping-2 MailAdapter.

Also refer this thread

Regards

Anand

Former Member
0 Kudos

Anand you are so special for me. Yes, your solution worked for me. As usual, you have got 10 Points from me.

Thanks Udo Martens & Anand.

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Karen,

this is unfortunately not possible (SAP design bug?). If you want to have more than one receiver for one incoming messages the receivers must be different business systems.

So to be pragmatic i would recommend you to create a new business service for the mail receiver, only one minute more work.

Regards,

Udo