cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mailing Alert List to the email ID in SAP APO SNP

sumaghosh
Participant
0 Likes
1,203

Dear SAP Champs,

I would like to seek your help in the APO Database Alerts (SDP alerts).

We have generated alerts for certain criteria and we are successfully viewing that alert in the alert monitor -> /sapapo/amon1.

Now the requirement is to mail this alert to specific email Ids of users.

Is there any table which can be used by ABAP developer to configure this mailing requirement?

Note: we have checked the option of using table /SAPAPO/AM_ALERT, but this table doesn't have the desired data.

Hoping to receive the reply at the earliest.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Abhishek_Kunchala
Active Participant
0 Likes

Hi Ghosh,

There are several links which can guide you to email alerts to users.

https://help.sap.com/saphelp_scm70/helpdata/en/47/f925aa852f383ce10000000a42189b/content.htm

Execute the report /SAPAPO/AMON_MAIL_BROADCAST which sends email.

Use Alert notification Profiles to email users.

https://help.sap.com/saphelp_scm41/helpdata/en/dc/096099dd1911d6b2cc00508b5d5c51/content.htm

Regards

AK

sumaghosh
Participant
0 Likes

Hi Abhishek,

Thanks for the reply and solution given by you.

But then I would like to reiterate my initial query.

Here the requirement is to send entire list of alert and not just the notification.So, in this case, the user will not be logging into SAP system and he/she will access the emails for reading the alerts. So the need is to download the alert output and send it across to users in Excel sheet. Is there any standard SAP functionality which helps with this?

Awaiting your response.

Answers (2)

Answers (2)

sumaghosh
Participant
0 Likes

This has been achieved by creating a Zreport

sumaghosh
Participant
0 Likes

Hi Abhishek,

We are aware of the sending email notifications to the users for Overall Alert Profiles.

But the requirement here is to send the Alert Output(All the lines in Alert output through mail to the user)

Note: The user won't log into SAP system /sapapo/amon1 to view the alerts.User wants all the Alerts in an excel sheet mailed to him.

Thanks.