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 Job & Workflow

AlexGiguere
Contributor
0 Likes
559

Hi guys, I need to run a report in background. When the job finish, I want to send an email or have an alert from the sap inbox, We don't want to give access to transaction SM37 to monitor the jobs,

how can I achieve this kind of workflow or alert in SAP ERP 6.0,

thanks

Alex

Hi guys, I need to run a report in background. When the job finish, I want to send an email or have an alert from the sap inbox, We don't want to give access to transaction SM37 to monitor the jobs,

how can I achieve this kind of workflow or alert in SAP ERP 6.0,

thanks

Alex

2 REPLIES 2
Read only

Former Member
0 Likes
495

You can Schedule 2 Jobs. The first will execute the report. When this job finished you will start the other Job for send a e-mail for the end-user.

Read only

0 Likes
495

thanks, I know but I will have to send myself the details about the jobs, sending the info using the BCS class, I am trying to find a way to use it with workflow, something must exist, any idea?

Alex