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

Add Email functionality to ALV program

former_member271795
Participant
0 Likes
471

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

Hi,

Read the document into an internal table from the stored location.

Use CL_BCS class to attach and send mail.

1 REPLY 1
Read only

Former Member
0 Likes
435

Hi,

Read the document into an internal table from the stored location.

Use CL_BCS class to attach and send mail.