Application Development and Automation 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: 
Read only

Job_CLOSE

Former Member
0 Likes
660

Hello,

I need to scedule two jobs one after the other dynamically. I have scheduled first job with job_open, submit and then close. In Job_close- Event_id am using SAP_END_OF_JOB and specifying second report name which has to be scheduled on completion of first job. but its not working. Only one job is scheuled. Can you please help here..

Hello,

I need to scedule two jobs one after the other dynamically. I have scheduled first job with job_open, submit and then close. In Job_close- Event_id am using SAP_END_OF_JOB and specifying second report name which has to be scheduled on completion of first job. but its not working. Only one job is scheuled. Can you please help here..

3 REPLIES 3
Read only

Former Member
0 Likes
607

Team,

I tried it again, it worked. you can create customized event_id also in sm62 and use it accordingly.

THanks.

Read only

Former Member
0 Likes
607

.

Read only

ThomasZloch
Active Contributor
0 Likes
607

Why not use one job with two steps? This takes care of the normally required "program B should run only when A has finished successfully".

Please use more meaningful subject lines for your future posts.

Thomas