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

FM SO_DOCUMENT_SEND_API1 with attachment from server

Former Member
0 Likes
380

Requirement:

1) download spool into PDF file and save into server

2) set PDF file with password using third party tools

3) read converted PDF file into SAP and send email with attachment by SO_DOCUMENT_SEND_API1

Step (1) and (2) are done.

How to read the converted file into SAP and send as attachement in email?

How to do in background mode?

I had try open dataset, but file is corrupted and cannot open from email.

1 REPLY 1
Read only

Former Member
0 Likes
291

solved