cancel
Showing results for 
Search instead for 
Did you mean: 

How to Monnitor proxy messages in ECC

Former Member
0 Kudos

Hello expert,

I am exploring the option to monitor SXMB messages in ECC.

For Outbound messages, what if PI goes down. How to monitor asynchrnous messages

For inbound message, what if message failed in ECC. How to notify user and raise alert .

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi Chetankumar Patel ,

For Outbound messages, what if PI goes down. How to monitor asynchrnous messages

if messages are failed in ECC, you can check the status in transitional RFC by using t.code SM58 in ECC system

For inbound message, what if message failed in ECC. How to notify user and raise alert .

You have to call one standard function like u201CSALERT_CREATE_APIu201D IN REPORT

GO THROUGH BELOW LINK FOR ALERTS IN ASYNCHRONUS INTERFACE BY USING u201CSALERT_CREATE_APIu201D

http://help.sap.com/saphelp_nw70/helpdata/en/d0/5e073c8e56f658e10000000a114084/content.htm

THANKS,

Former Member
0 Kudos

Hi,

> For Outbound messages, what if PI goes down. How to monitor asynchrnous messages

The messages failed in ECC, you can check the status in SM58 transaction of ECC system

> For inbound message, what if message failed in ECC. How to notify user and raise alert .

You can check the status in SXMB_MONI transaction in ECC system

To raise alerts we need to write one ZReport in ECC.

For your reference

Regards,

Venkata Ramesh

rajasekhar_reddy14
Active Contributor
0 Kudos

Execute Transaction code SXMB_MONI in ECC, it gives the status about Proxy message like pushed to PI/Received from PI or if Proxy connection down you will see error status.

If you want to raise Alert for failure cases in ECC you need ot write a program to handle this. check with ABAPer.

Regards,

Raj