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

file attachments through mail

Former Member
0 Likes
431

Hi Gurus,

i am getting one file from C Folders in binary format and i have to send that file through mail attachments

can any one suggests the solution.

Hi Gurus,

i am getting one file from C Folders in binary format and i have to send that file through mail attachments

can any one suggests the solution.

2 REPLIES 2
Read only

Former Member
0 Likes
396

Hi,

Upload the file using GUI_UPLOAD FM . This will give you all the data in an internal table. Then use FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' to send attachment in email.

Search SDN for above FM & you would get a sample program.

Thanks,

Best regards,

Prashant

Read only

0 Likes
396

Hello Prashanth,

i am not uploading from Presentation server, i am uploading from C Folders server using FM CFX_API_DOC_DOCUMENT_READ

Regards

Narendra