cancel
Showing results for 
Search instead for 
Did you mean: 

urgent:sending the spool job using report program

Former Member
0 Kudos

Hi all,

Could you please help me; the problem is i developed a report and executed in background daily scheduled. I need to send that spool job as attachment to the SAP user inbox.

Please suggest the solution.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Try RSPO_SPOOLJOB_TO_OFFICE function module.

former_member188685
Active Contributor
0 Kudos

Hi,

write a program that convert the spool to pdf and send that as mail attachment.

http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm

Regards

vijay

former_member181962
Active Contributor
0 Kudos

use CONVERT_ABAPSPOOLJOB_2_PDF fm.

send this pdf as an attachment using the fm

SO_NEW_DOCUMENT_ATT_SEND_API1