2007 Jun 26 1:10 PM
i m running a report in back ground i want the output(list) to be sent to my mail
or is there any other way where an end user can see the output
urgent plz help
2007 Jun 26 1:15 PM
Hi Visu.
You can code it into your program, after background process output will be sent to an user.
Check reference program from threads to send an email.
Reward if useful.
2007 Jun 26 1:14 PM
Hi,
One option is not to bother coding this in your ABAP. If you are going to schedule this job via SM36 you can set a SAP Office recipient for the job output. This will send the list attachment to SAP office. If you have SCOT correctly configured then the mail should get placed into SCOT for transmission to external mail systems.
To me this is a bit of an easy/standard work around if you don't need a more complex solution.
Of course there are many other methods that others may wish to discuss
<b>Reward points</b>
Regards
2007 Jun 26 1:24 PM
2007 Jun 26 1:15 PM
Hi visu,
He can check the spool for the output
goto SM37
select the completed job
and click on the spool button
select the spool and click on display button
you can check the output there
2007 Jun 26 1:15 PM
Hi Visu.
You can code it into your program, after background process output will be sent to an user.
Check reference program from threads to send an email.
Reward if useful.
2007 Jun 26 1:24 PM