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: 

Scheduling one background job inside another

Former Member
0 Kudos

Hi All,

Is it possible to Scheduling one background job inside another.? i.e In my Z program I am calling job_open, job_submit, job_close and to execute one standard report in background. And after that I am executing my Z program itself from SE38 as Program->Execute->Background->Execute Immediately. Is this logically correct? I am asking this because I am not getting the desired result

Thanks & Regards,

Neethu.

3 REPLIES 3

Former Member
0 Kudos

HI,

Check the job steps in SM36.

First schedule the Standard job and in the job steps schedule the z report.

Former Member
0 Kudos

answered

0 Kudos

Hi Neethu,

Could you please tell me the logic how you had achieved this requirement?