cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts for standard proxies(MM-SUS) in ECC and SRM systems

vidyadhar2k2
Explorer
0 Kudos

Hello All,

We have enabled the standard PI Pre-delivered content for MM-SUS integration scenarios (Configuration scenario name : SE_Services_Procurement) and have tried to implement the FEH-ECH for the standard proxy scenarios. Is there a way we can raise alerts and send email notifications to the business users in case of any standard proxy failures due to missing/incorrect business data at target systems i.e. ECC and SRM.

Thanks and appreciate your help.

Accepted Solutions (0)

Answers (4)

Answers (4)

Bhavani_Baisani
Participant
0 Kudos

Please refer the below link
http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/07/01/sap-feh-mail-alerts-for-abap-prox...

if above link is not helpful to you and also second option, you can trigger mails from the ABAP source code itself, in case of exceptions.

vidyadhar2k2
Explorer
0 Kudos

Hello All,

During our analysis we observed that in class CL_FEH_REGISTRATION there is a interface method IF_ECH_NOTIFCATION~S_CREATE. We were not able to figure the where and how that method is implemented/invoked to create notifications.

Could any one please suggest, will this class is used to raise notifications (sending emails to business user) during proxy failure in case of data error/application error. This is related to proxy classes available for standard SAP content for MM-SUS integration.

Do we need to write custom code to generate alert notifications for the SAP provided standard code.

If it's possible please provide any documentation on how to raise the notifications through FEH.

Thanking you in anticipation.

Regards,

Vidyadhar

Former Member
0 Kudos

Hi Vidyadhar,

For an ABAP inbound proxy, maintain your own custom table for reference for the end users and write a custom ABAP function module to trigger the alerts.

Hope this would be a simple solution for triggering alerts.

If you would like to know the Function module code, just reply back to my user ID :

* hanumantha.rao.xi@gmail.com *

prateek
Active Contributor
0 Kudos

You have 2 options here. If you configure PI alerts, then it can capture any error during processing of messages in Integration Engine of ECC (the errors you see in sxmb_moni of ECC). FEH has alert notification capability as well but you will need additional configuration for that.


Regards,

Prateek Raj Srivastava

vidyadhar2k2
Explorer
0 Kudos

Hi Prateek,

Thanks for your quick response. Could you please provide any link or documentation for the two options you are suggesting - Option 1, Relaying back the alert information from ECC/SRM to PI and raising the required alerts from PI.

Option 2 Additional configuration in FEH to send alert notification email in case of proxy failures.

Thanking you in advance.

Regards,

KV

Former Member
0 Kudos

Hi Prateek,

  You mentioned that " FEH has alert notification capability as well but you will need additional configuration for that.". Can you pls suggest some SAP link where I can get this additional config to send FEH errors as alert notifications over mails.

Thanks

Seema