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

Sending Mail through Workflows

Former Member
0 Likes
861

Hi Experts,

I am working on a Scenario where the Requirement is to send Mail through Workflows. Along with that mail, an Attachment also needs to be sent and a Link also.

The issue is that I am not able to find out that where do I have to attach any document and sent attach Link also. If I am writing the link in the text of the Mail, it does not appears as a Link. It comes as a simple plain text.

Has anyone worked on any such Requirement. Can you help me with that.

With Best Regards,

Kanika Chopra

6 REPLIES 6
Read only

Former Member
0 Likes
825

Hi Kanika,

Check the below link.

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=sendingmailattachment&cat=sdn_all

Cheers!!

VEnk@

Read only

0 Likes
825

Hi Venkat,

The issue is sending mail through Workflows and not report programs.

With Best Regards,

Kanika

Read only

Former Member
0 Likes
825

pass the content of your mail to attachobjects in WF container

Read only

0 Likes
825

Hi Amit,

How to pass the content in the Attach_objects in the Workflow Container. If i am creating a container element, and suppose I have to attach a Word Document, how to do that..?

Can you help me with this..

With Best Regards,

Kanika

Read only

Former Member
0 Likes
825

Hi Kanika,

You need to use the SendMail control in workflow.

If you want to know how to send a mail through workflow then just see the link below it gives you step by step process to send a mail from workflow.

http://saptechnical.com/Tutorials/Workflow/Workflow.htm

Thanks,

Chidanand

Read only

Former Member
0 Likes
825

Hello,

Go through this link