cancel
Showing results for 
Search instead for 
Did you mean: 

Have to send messages ID to both SAP --> WS systems in Asynchronous scenario

former_member303666
Active Participant
0 Kudos

We have a requirement where we need to send the runtime created MESSAGE ID in SAP PI to both the Senser and Receiver systems at the same time.

I know that this can be achived using UDF.

please help me with this.

We have the code where I can send the message ID to receiver but at the same time I need to send it to the Sender system.

String ParentMessageID;

  1. java.util.Map param = container.getTransformationParameters();

ParentMessageID = (String) param.get (StreamTransformationConstants.MESSAGE_ID);

return ParentMessageID;

Thanks in adv.

Kesava

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Add one more receiver for SAP system to send message ID better approach would be ABAP proxy , then you could send message ID very easily.

i.e: SAP sender----->2 receivers(web service and SAP)