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 Scheduling

Former Member
0 Likes
612

Dear Experts

I need to schedule a job where an executable report needs to run thrice with different variants and frequency should be on daily basis. Pls guide me through this. I am not aware how to add multiple steps in a job. e.g. first step of the job should be the report with 1st variant,second step is the same report with 2nd variant and third step with 3 variant.

1 ACCEPTED SOLUTION
Read only

nirajgadre
Active Contributor
0 Likes
571

Hi,

1. create the three variants for the program

2. Go to SM36 transaction enter the job name.

3. click on step button and enter the ABAP program Name and variant 1.

4. click on the save button.you will see the step one in screen

5. click on the create button on the same screen and enter second variant and program name.

6. click on save and again create the third variant same as step 5.

7. go to start condition and specify the time and click on period button and select daily.

8. so job will gets schedule for specified time on daily basis.

4 REPLIES 4
Read only

Former Member
0 Likes
571

Hello,

While defining the background job in SM36, just click on STEP button and specify the second variant and save. Same way you can add multiple steps with different variants

Vikranth

Read only

former_member156446
Active Contributor
0 Likes
571

[Scheduling Background Jobs|http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm]

Read only

Former Member
0 Likes
571

Hi,

Goto SM36.

Give Job name

Goto step, Give report name and first varient.

Save it. then again click on Create button in step list overview screen and give report name and 2nd varient.

repeat procedure for third varient. this will create 3 steps in job.

Then go back on main page. Click on start condition> date and tine>period values---> select daily.

Regatds,

Dhanahsree

Read only

nirajgadre
Active Contributor
0 Likes
572

Hi,

1. create the three variants for the program

2. Go to SM36 transaction enter the job name.

3. click on step button and enter the ABAP program Name and variant 1.

4. click on the save button.you will see the step one in screen

5. click on the create button on the same screen and enter second variant and program name.

6. click on save and again create the third variant same as step 5.

7. go to start condition and specify the time and click on period button and select daily.

8. so job will gets schedule for specified time on daily basis.