cancel
Showing results for 
Search instead for 
Did you mean: 

To send mail for cancelled jobs in SM37 to basis team using workflow.

Former Member
0 Kudos

Dear All,

I have a requirement to implement a workflow that will trigger a mail to basis team if there are any jobs with status Cancelled.

I found a business object type 'BPJOB' which has an event Cancelled. I tried to test if the workflow is triggered when a job is cancelled using transaction SWELS. But it doesnt trigger any workflow.

I tried finding a BADI/EXIT but there are no enhancements present for the transaction.

We already have a report which will trigger an email to the concerned basis person when the job is cancelled but the client wants it using a workflow.

I need to know whether there are any other ways to fulfill this reqt using workflow?

Thanks & Regards,

Supriya M.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184495
Active Contributor
0 Kudos

Hi SM

try using BPJOB_SMAN, which is an object for Schedule Manager.

check if it throws any event of BPJOB_SMAN.

If yes, then use a WF which would send/notify mail to BASIS.

Hope it helps.

Aditya