cancel
Showing results for 
Search instead for 
Did you mean: 

Alert with Attachment

Former Member
0 Kudos

Hi,

I want to create an alert which contains an attachment.

The idea is to include in the rule set, the activity ALERT_CREATE (/SAPTRX/CREATE_ALERT) to generate the alert and be able to include an attachment to the email that is created.

Do you know if there is something standard for this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member190756
Active Contributor
0 Kudos

Hello Iñigo,

unfortunately you can only influence the text with BADI:

ALERT_MODIFY_TEXT

but i don't know an option to attach files to alert mails.

If you need this you would have to create your own activity. Coding examples to send mails and create attachments should be available in the ABAP forum in SCN.

Best regards,

Steffen

Former Member
0 Kudos

Thanks Steffen,

That was my though.. I am thinking about copying the  ALERT_CREATE and add custom code to create the attachment into the mail.

Regards,

Answers (0)