cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound proxy message with Receiver service populated

krishg
Active Participant
0 Kudos

I am working on  standard SAP interface and the outbound proxy message populated the Receiver service. Since we do not want to create multiple receiver determinations, we have configured a scenario to send the message to single receiver (and then determine the email id inside the program).

Unfortunately, we now need the original receiver service in our mapping program (Receiver service from outbound proxy message gets overwritten by our single receiver service).

Any ideas to retrieve the old receiver service from outbound proxy message?         

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You've probably already thought about this one, but Is there any data in the message payload that you can use to retrieve this?

krishg
Active Participant
0 Kudos

No, I cannot retrieve the information from my payload.     

If I use enhanced receiver determination and store the original receiver in dynamic configuration object (my object) in the Receiver determination mapping ... During the ABAP mapping, can I then retrieve this dynamic configuration object?

Would such an approach work?