Hi,
We are Integrating SAP with Thirdparty using PI.
At first we have created the synchronous interfaces for our scenario and later we want to go to Async calls.
We are going with RFC --> PI --> SOAP.
whenever SAP trigger the data, the SOAP is executed and return the messages. The problem is that it is taking more than 30 min to execute and send the response back to SAP R/3 because of huge data.
So we have create the 2 Async interfaces.
1. SAP --> PI --> TP --- request async
2. TP --> PI --> SAP --- response async
now the problem is that we want to track the response message from TP for its request from SAP.
The message data flow was very high and per day we are triggering RFC around 100 times(min).
Suppose if any of the request from RFC sent to TP and failed to give response. Is there any possibility that PI can send alerts that for this even if the TP system is not available or down or failed to send the response.
Please help me with this.
regards,
Praveen