cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy requests monitoring

0 Kudos
508

Hi Experts,

We are receiving data from multiple third parties to ECC as below,

Vendor -> Data Power(XML) -> SAP PI -> ECC (ABAP Proxy).

Sometimes we are not receiving data from senders due to one or other issue in DataPower/Vendor system issues. Is there anyway that we can monitor and notify senders, if no inbound requests coming from vendor for a particular period? T

Thanks,

Arun.

Accepted Solutions (0)

Answers (2)

Answers (2)

ruben_rollano
Participant
0 Kudos

Hello Arun,

You have several ways to cover this scenario. My recommendation is an ABAP program running in the background and checking the incoming messages. In PI you also have the ABAP stack, so you can decide to implement the process in PI or in the ECC.

Best regards.

Sijin_Chandran
Active Contributor
0 Kudos

Hello,

We had a scenario in which we were consuming SOAP based Webservice of another third Party system and we were pushing data outside SAP.

We used "srt_moni" Tcode for monitoring the messages.

Can you give "srt_moni" a try since I could see there are both 'Receiver' and 'Sender' options available there in the Selection Screen of this program.

Thanks,

Sijin