‎2008 Jun 02 6:03 PM
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
‎2008 Jun 02 6:36 PM
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
‎2008 Jun 02 6:36 PM
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
‎2008 Jun 02 6:48 PM