Application Development 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: 

running report in background

Former Member
0 Kudos
135

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
117

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.

5 REPLIES 5

Former Member
0 Kudos
117

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

0 Kudos
117

wer we hav sap recepeient office and scot to be configured

Former Member
0 Kudos
117

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

Former Member
0 Kudos
118

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.

Former Member
0 Kudos
117