cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Execute Schedule JOB and send the Report Result in e-mail

athakyriaz
Participant
0 Likes
432

Hello Community , 

I have created a JOB that runs a Report with a specific Variant every morning.
It normally sends it to my Workplace within SAP and with an Attach file of the execute.
How can this Export be sent to my e-mail along with the attach File of the Report?
Can you help me?

Thanks a lot.

Accepted Solutions (0)

Answers (1)

Answers (1)

britta_leib2
Participant
0 Likes

Hello,

you can use function module SO_NEW_DOCUMENT_SEND_API1 to send your data to an external email.

And your SAP basis colleagues should customize a periodic job with program RSCONN01.

Kind regards

athakyriaz
Participant
0 Likes

Hello again ,

when  i execute my Report manually i can save the result from option Local File --> Spreadsheet (XLSX).

My schedule job when runs automatically and sends to my workplace the result, i forward this message to my e-mail, but the format of the export file is HTML

How i can setup to send .xlsx format and not HTML format ?