cancel
Showing results for 
Search instead for 
Did you mean: 

regarding sending email alerts to EP(enterprise portal)

Former Member
0 Kudos

Hi All ,

can anyone tell me about how to send an Email Alert from XI to the EP . here XI is communicating with EP through SOAP adapter .we need to send Email -Alerts if some error occurs back to EP ..........

Regards,

Azeez khan.

Accepted Solutions (0)

Answers (9)

Answers (9)

Former Member
0 Kudos

Hi azeez,

1)please configure CCMS against your scenario(auto reaction methods)to send mails to Enterprise portal(EP ADMIN).

2)If you want to capture the customize error in EP then use portal webservices and go for graphical mapping

Regards,

Rama Krishna

Former Member
0 Kudos

Hi azeez,

1)please configure CCMS against your scenario(auto reaction methods)to send mails to Enterprise portal(EP ADMIN).

2)If you want to capture the customize error in EP then use portal webservices and go for graphical mapping

Regards,

Rama Krishna

Former Member
0 Kudos

Hi azeez,

1)please configure CCMS against your scenario(auto reaction methods)to send mails to Enterprise portal(EP ADMIN).

2)If you want to capture the customize error in EP then use portal webservices and go for graphical mapping

Regards,

Rama Krishna

Former Member
0 Kudos

Hi azeez,

1)please configure CCMS against your scenario(auto reaction methods)to send mails to Enterprise portal(EP ADMIN).

2)If you want to capture the customize error in EP then use portal webservices and go for graphical mapping

Regards,

Rama Krishna

Former Member
0 Kudos

Hi azeez,

1)please configure CCMS against your scenario(auto reaction methods)to send mails to Enterprise portal(EP ADMIN).

2)If you want to capture the customize error in EP then use portal webservices and go for graphical mapping

Regards,

Rama Krishna

Former Member
0 Kudos

Hi azeez,

1)please configure CCMS against your scenario(auto reaction methods)to send mails to Enterprise portal(EP ADMIN).

2)If you want to capture the customize error in EP then use portal webservices and go for graphical mapping

Regards,

Rama Krishna

Former Member
0 Kudos

Hi azeez,

1)please configure CCMS against your scenario(auto reaction methods)to send mails to Enterprise portal(EP ADMIN).

2)If you want to capture the customize error in EP then use portal webservices and go for graphical mapping

Regards,

Rama Krishna

Former Member
0 Kudos

Hi,

Can you check whether the below authorization is given to that user.

For the sending of alerts via external communication methods (e-mail, sms, fax) and for inbound processing, an RFC user has to be created on the central alert server with the role SAP_BC_ALM_ALERT_USER. The authorization objects contained in this role are S_OC_SEND and S_RFC.

refer the help:

http://help.sap.com/saphelp_nw04/helpdata/en/b2/de0741375cf16fe10000000a1550b0/frameset.htm

also

check in ALRTCATDEF transaction what is the user maintained under the fixed receipent tab for that user check the email address in SU01 transaction.

Please check in transaction SCOT (you can give address of your SMTP server in order to send mails),

If it is configured then probably you need to personalized alert delivery. In alert inbox you can select personalized alert delivery and check for "Mail" option.

Regards

Seshagiri

nisarkhan_n
Active Contributor
0 Kudos

Firstly you have to identify how EP is receiving the Error Messages, it would be some E-mail id that you are sending the error message right?

second if this is the business error then you have to use the mail adapter as one of the receiver in your ID and send the message back......

if the EP is receiving the error message through some strucutre like webservice then you have to desing the syncronous message back to that srtucutre in your ID..

in your IR build the following steps

Error Specification:

DT

MT

MI

Build one Sync Message interface select the request as the inbound Strcutre which is holding the data and reply as this error messages....

in your BPM desing build the logic and you have to determine who is sending the error message to this error DT...like constant description or some business description...

if you dnt want to build this as Sync then make it as async

in your BPM check the condition in any fork and if condition is true means any error trigger this error MT you build ans send it back to the SOAP.

if it is mail then send it to the mail adater using the smae MT for error

Former Member
0 Kudos

Hi azeez,

1)please configure CCMS against your scenario(auto reaction methods)to send mails to Enterprise portal(EP ADMIN).

2)If you want to capture the customize error in EP then use portal webservices and go for graphical mapping

Regards,

Rama Krishna