‎2014 Nov 18 9:14 AM
Hi
I've written an ALV program which list PDF Documents produced by the USER.
The Documents are held on a Content Server.
What I would like to do is add Email functionality, to allow the user to send the documents as an attachment.
I was hoping that I could use an existing transaction, such as SWBP, which would allow the user to add some text and the recipients.
However the drawback is that you cannot pass through an attachment to the transaction.
Is there anyway that I can use existing functionality ?
thanks
‎2014 Nov 18 10:34 AM
Hi,
Read the document into an internal table from the stored location.
Use CL_BCS class to attach and send mail.
‎2014 Nov 18 10:34 AM
Hi,
Read the document into an internal table from the stored location.
Use CL_BCS class to attach and send mail.