2012 Sep 24 12:17 PM
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
2012 Sep 24 12:24 PM
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.
2012 Sep 24 1:09 PM
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 ?
2012 Sep 24 1:15 PM
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.