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: 

Background Job & Workflow

AlexGiguere
Contributor
0 Kudos

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

former_member193964
Active Participant
0 Kudos

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.

0 Kudos

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