cancel
Showing results for 
Search instead for 
Did you mean: 

RFC lookup in SAP PI 7.5 single stack

ramu_g4
Participant
0 Kudos

Hi Experts,

We are working on SAP PI 7.5 single stack system.

End to end flow of the scenario is Third party [SOAP - XML] --> SAP PI [Proxy] --> SAP ECC .

We have requirement where in the input XML payload PI needs to do a RFC call to check whether if particular field value is existing in SAP ECC. The receiver SAP ECC should give response whether that value is existing or not by returning YES or NO. Based on the response, if response if YES then message should be processed in PI to ECC else it should be failed in PI itself.

Thanks,

Ramu.

Accepted Solutions (0)

Answers (1)

Answers (1)

Muniyappan
Active Contributor

it is unnecessary to do a lookup and then doing condition check as data is present in ECC. better to send the message to ECC and do the condition check in ECC. If the condition is not satisfied then fail the message in ECC.

However if you would like to do a lookup then use extended receiver determination and do the lookup in mapping.