cancel
Showing results for 
Search instead for 
Did you mean: 

Send order to vendor and to internal user

Former Member
0 Kudos

Hello,

my question if we can do the following scenario with a workflow.

Until now we send orders as PDF to a vendor using transmission medium 5. This works well.

Now we need the same PDF send to an internal mail. So the user has an dulicate of the order in his mail box.

Our idea was now to do this with a workflow and transmission medium 9. But how can we get/add the PDF to a work item?

Or maybe is it possible to additional documents like AGB's to the vendor mail.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you can use a simple development where you send the PDF in an attachment in the Function Module to send mail. I think you do not require a Workflow for this.

Thanks

Arghadip

Answers (1)

Answers (1)

saumya_govil
Active Contributor
0 Kudos

Hi Arnfried,

I guess you can do this simply using FM SO_DOCUMENT_SEND_API1 to send mails with attachments.

Hope this helps!

Regards,

Saumya

Former Member
0 Kudos

We have implmented our own solution