cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple receiver with Different condition for IB scenario!...

0 Kudos

Hi,

I have a requirement where PI receives as JMS file and send to ECC through Idoc and to Datastaging. In the incoming file PI has to validate three fields based on the values.

Below is the conditions:

1. If WERKS=AB,CD then it has to pass to Datastaging and ECC

2. If WERKS is other than AB,CD then need to consider LGORT=V011 or UMLGO=V011 then it should not go to Datastaging.(EX: IF werks is "YZ" then it need to be sent to Datastaging only it has to go ECC).

(/WMMBID02/IDOC/E1MBXYH/E1MBXYI/[(substring(WERKS,1,2)= "AB"] OR


/WMMBID02/IDOC/E1MBXYH/E1MBXYI/LGORT = "V011" OR /WMMBID02/IDOC/E1MBXYH/E1MBXYI/UMLGO = "V012")

Accepted Solutions (0)

Answers (1)

Answers (1)

vadimklimov
Active Contributor
0 Kudos

Hi Vijayan,

You may use extended receiver determination to implement advanced logic. In this case, complex receiver determination logic is implemented in the message mapping in ESR, and then corresponding operation mapping is assigned in Integrated Configuration in Integration Directory, assuming respective possible receivers are also enumerated there. Details of configuration can be found in Defining Extended Receiver Determination (Advanced Adapter Engine) - SAP Process Integration - SAP L.... There are also several materials on SCN that illustrate how to implement extended (enhanced) receiver determination and corresponding underlying mapping.

Regards,

Vadim