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: 

event - job delay

was_wasssu
Participant
0 Kudos

Hi,

I triggers an event in an user exit and i have a job that run when this event occurs. It's possible to delay the job after the event is triggered? I don't want to insert any delay in the exit that trigger the job or in the program present in the step of the job.

Thanks!

1 REPLY 1

Former Member
0 Kudos

CALL FUNCTION 'BP_JOB_CREATE' and define a start date and time of your choice (with a delay) by using parameter JOB_CR_STDT_OUT and setting SDLSTRTDT and SDLSTRTTM. Now your job will run in the background with a delay. Hope this helps?