2023 Aug 11 8:25 AM
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.
2023 Aug 11 10:46 AM
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?