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: 

put the Job dependancy like to delay the job by 120 sec

Former Member
0 Kudos

Hi,

i have two jobs like A and B.

job B is depend on A like after completion of job A, B will be triggered.

I want after completion of job A, B should wait for 120 sec and after 120 sec B should run.

Please tell me how it is possible, can i put dpendancy like this by SAP.

Thanks

Shailendra

2 REPLIES 2

Former Member
0 Kudos

Hi

You can use statement WAIT UP TO 120 Seconds.

Aditya

0 Kudos

Hi Aditya,

i do not want to make any code change in the program.

and without code change i want to achive this.

Do we have any other way??