Skip to Content
0
Former Member
Oct 29, 2012 at 01:47 PM

BP_JOB_Modify/Change JOB timing in background

439 Views

Hi,

we have a requirement to reschedule few background job via a background program.

Basically there few job titled Z_Prising_Generate_VAR* ( Z program scheduled in background on different variant VAR*). now if there is a downtime in system we need to move these job to next day. As of now we are doing it via SM37 wherein we are searching for all the released job with title Z_Prising_Generate_VAR* for the duration of downtime and manually changing the date to next day. However there are too many variants available and there is too much of manual work being done also new variants are getting added increasing the workload.

We want to automate this via a program where we will provide input as job name and date/time for downtime, the program should find the job and change the date to next day. As per few thread on SDN we can use FM BP_JOB_Modify for same. Can someone give pointer on how to use this FM in a program or any better way to achieve above requirement .