Application Development and Automation 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: 
Read only

Background scheduling

Former Member
0 Likes
400

Hi SAP Minds,

When ever a job is scheduled after successsful execution(ran), it will sent the output to spool. But my requirement is the output should be sent to the concerned user without writing ABAP code. It should done through Job scheduling itself.

I know we can do this through programatically. But It should be implemented through Job scheduling.

Thanks in advance

Sai

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
366

You need to give the recipeint, while defining the job in the SM36.

Go to SM36

Define the Job

Click on the button "Spool Recipient"

Enter the User Name

Select Express

Press Copy.

Whenever the job gets finished, express message will come to SAP Inbox.

Regards,

Naimesh Patel

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
367

You need to give the recipeint, while defining the job in the SM36.

Go to SM36

Define the Job

Click on the button "Spool Recipient"

Enter the User Name

Select Express

Press Copy.

Whenever the job gets finished, express message will come to SAP Inbox.

Regards,

Naimesh Patel

Read only

0 Likes
366

Thanks a lot my problem was solved.