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

convert spool output to pdf and send as email attachment

manichand_ale
Explorer
0 Kudos
702

Hi All,

I am having one requirement, at present after running the background jobs the spool file in HTM format is sending as an email attachment. Now they want that spool output file in PDF format and send as an email attachment.

When I debugged the background job I am not able to find the code where it is triggering this email logic.

Program name FAGL_LINE_ITEM_BROWSER.

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Kudos
597

In the jobs you define (by SM36, ABAP or third-party software), you may simply define an email address where to send the produced output (SAPscript form, Smart Form, ABAP List). There's no specific code apart the standard logic to do this.

Could you clarify your question?