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

PDF-Email- spool

Former Member
0 Likes
555

i have a spool generated whicn needs to be converted into PDF file format and Excel file format. Both the files PDF and Excel having the data from spool should be sent as attachment in an email. Is ther any function modules which can handle this scenario ?

i have a spool generated whicn needs to be converted into PDF file format and Excel file format. Both the files PDF and Excel having the data from spool should be sent as attachment in an email. Is ther any function modules which can handle this scenario ?

2 REPLIES 2
Read only

Former Member
0 Likes
523

Hi,

Check this blog where he has explained clrealy about sending email..

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface

seshu.

Read only

Former Member
0 Likes
523

Hi,

Try with these two function modules,

'CONVERT_ABAPSPOOLJOB_2_PDF' - for spool to PDF

SO_DOCUMENT_SEND_API1 - for email attachment.

it will resolve your query, can reward for the help.

Regards,

CK