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

Background Job

Former Member
0 Likes
536

Hi,

I have three reports. I want to schedule them in background in such a way that if the first report is successfully executed , the second report will execute, and if the second one is executed successfully the third report will execute. This process will go on repeatedly once a day for 5 days a week. How do i schedule this. Do i have to write a routine for this?.

Hi,

I have three reports. I want to schedule them in background in such a way that if the first report is successfully executed , the second report will execute, and if the second one is executed successfully the third report will execute. This process will go on repeatedly once a day for 5 days a week. How do i schedule this. Do i have to write a routine for this?.

4 REPLIES 4
Read only

Former Member
0 Likes
520

Hi Sourav,

In the background job itself you can create the steps.

1 step will be your first report

2 step will be your second report and so on

So the job will automatically take care of successful finish of the earlier step (earlier program)

Regards,

Atish

Read only

0 Likes
520

I have checked it through SM36. But it is working for the first time only. There after the execution is not working.

Read only

naimesh_patel
Active Contributor
0 Likes
520

You can provide the start condition as the success finished of the first report.

Check this Help from SAP help

http://help.sap.com/saphelp_47x200/helpdata/en/ef/2c513897110872e10000009b38f889/frameset.htm

Check the section "Specifying Job Start Condition" and "Job Management"

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
520

In SM36 select Job wizard and define ur job, it will take u througha series of steps where u can specify all these details.