‎2009 Nov 11 8:32 AM
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.
‎2009 Nov 11 8:43 AM
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.
‎2009 Nov 11 8:37 AM
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
‎2009 Nov 11 8:40 AM
[Scheduling Background Jobs|http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm]
‎2009 Nov 11 8:41 AM
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
‎2009 Nov 11 8:43 AM
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.