2007 Mar 26 5:44 PM
Hi All,
A PDF file is in application server. And I want to attach the file along with the email. How to download the file from application server to mail.
Thanx
J Kumar.
2007 Mar 26 6:12 PM
Hi,
1. Use FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send PDF file via email. (See F1 help on this FM, it also gives an example)
2. In this FM, there is one internal table for attachment.
3. Use OPEN DATASET statement for reading the application server file
into internal table and pass this internal table to this FM.
Please check this blog perhaps it may help.
Regards,
Ferry Lianto
2007 Mar 26 5:50 PM
Hi,
You can use transaction CG3Y to download from application server to your PC and attach it to your mail.
Regards,
Ferry Lianto
2007 Mar 26 5:56 PM
Hi Fery,
Thanks for reply.
I would like to download the PDF file in the email by print program.
So no need to downolad in the presentation server.
thanx
J Kumar.
2007 Mar 26 5:58 PM
2007 Mar 26 6:12 PM
Hi,
1. Use FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send PDF file via email. (See F1 help on this FM, it also gives an example)
2. In this FM, there is one internal table for attachment.
3. Use OPEN DATASET statement for reading the application server file
into internal table and pass this internal table to this FM.
Please check this blog perhaps it may help.
Regards,
Ferry Lianto