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

Email with two pdf-attachments

Former Member
0 Likes
596

Hi all,

I developed an program to send an email with an attachment using SO_DOCUMENT_SEND_API1.

I have two files which should be attached. 1 file uploaded from the PC and 1 file from sapscript. Both files are converted in pdf-format.

If I send only the uploaded file or i send only the sapscript file as attachment the program works correctly but

how is it possible to add the second file to the first. It is not enough to append the lines from the second file to the first.

Is it perhaps possible to have 2 attachments?

Thanks for your help.

Kindly regards

Joachim Müssener

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
541

May be u can check this link

(i have used CL_BCS class to send multiple attachments in the same mail)

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
542

May be u can check this link

(i have used CL_BCS class to send multiple attachments in the same mail)

Read only

Former Member
0 Likes
541

Hi, thank you, that was it what i was looking for.

kindly regard

Joachim Müssener