Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module to trigger Outlook email

srivijay_dinnimath
Active Participant
0 Likes
872

Hi,

     I wanted to implement a BADI for tcode IW21 to tigger a Outlook email after SAVE, So can any one suggest me a function module ?

Regards,

Srivijay

Moderator message: FAQ, please search for information before posting, hint: use class CL_BCS, many examples available

Message was edited by: Thomas Zloch

3 REPLIES 3
Read only

Former Member
0 Likes
661

Dear Srivijay,

                   These are the FM to send mails and these FM's are very simple and self understandable.

1. SO_NEW_DOCUMENT_ATT_SEND_API1 - Mail without attachment.

2. SO_NEW_DOCUMENT_SEND_API1 - Mail with attachment.

Cheers,

Dineshwar Singh Eswar.

Read only

0 Likes
661

Hi Dineshwar,

          Thanks for your quick reply. The FMs you suggested are useful for sending documents no, Can I use these to trigger simple mail ?

Read only

0 Likes
661

Of-course you can use these FMs to trigger simple mails.

You can even do HTML coding in ITAB in these FMs and can send mail to in the format customer needs.

Cheers,

Dineshwar Singh Eswar.