cancel
Showing results for 
Search instead for 
Did you mean: 

Sending mails from ABAP program to SAP Business Workplace.

Former Member
0 Kudos
620

Hi to all,

Can anybody help me telling how to send a mail from an ABAP program to the SAP Business  Workplace (Transaction SBWP). I need to send the mail when an event is happening in my program. It is not enough to make an error message.

We use SAP 4.6C.

Best regards

Brian

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the help.

Everything works now.

Best regards

Brian.

0 Kudos

Have a look at the FMs in group SOI1, these have good documentation and can be used to send SAP Mails (with or without attachments) as well as external mails (if the appropriate configuration is set up)

jakob_steen-petersen
Contributor
0 Kudos

Hi

Also you can use the function module MESSAGE_SEND_AS_MAIL. It´s pretty easy and the text is maintained using SE91.

Jakob Steen-Petersen