cancel
Showing results for 
Search instead for 
Did you mean: 

HTML Alert Email

Former Member
0 Kudos

Hi,

I am looking to generate an HTML formatted email based upon an EM alert. I need to be able to include images, hyperlinks, and preferably be able to use various font colors/sizes. Up to this point we have always used the standard alert framework connection with activity ALERT_CREATE to dispatch the emails. However they have always been in a raw text format. Any input, feedback, or guidance on how to do this would be appreciated.

Regards,

Jonathan Hansen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jonathan,

You have to perform to two things to achieve this.  You don't have to touch SAP EM side.

1. Talk to Basis team and enable in Tcode SCOT to send content type Text/HTML (send HTM (HTML)).

2. Use HTML tag in Long Text (Email, Fax).

Check and let me know. I have never tried this but please give a try on this.

Regards

GGOPII

Answers (1)

Answers (1)

former_member190756
Active Contributor
0 Kudos

Hello Jonathan,

there is a Badi available for Alert Framework where you can format the email. But i doubt that imgages are possible here.

BADI ALERT_MODIFY_TEXT with method MODIFY_LONG_TEXT.

Also discussed here:

http://scn.sap.com/thread/1891155

Best regards,

Steffen

Former Member
0 Kudos

Thank you Steffen and Gopi for your helpful feedback. We will give your recommendations a try and report back our findings here.

Best Regards,

Jonathan Hansen