‎2009 Mar 19 6:20 AM
hi
i have created a report and assigned a tcode. my prog has to run 15th of every month. so how can schedule it to run 15theverymonth
thanks & regards
‎2009 Mar 19 6:21 AM
Define a background job using txn SM36 -- Assign this report and give the time lines.
‎2009 Mar 19 6:21 AM
Define a background job using txn SM36 -- Assign this report and give the time lines.
‎2009 Mar 19 6:22 AM
Just schedule a background job for that program to run on 15 th of
every month using SM36 transaction.
‎2009 Mar 19 6:24 AM
Hi,
Transaction SM36 and there use Job Wizard to create the job.
Regards,
Sesh
‎2009 Mar 19 6:25 AM
Hi ,
In Sm36-->Job wizard>Continue>Give any job name ->Continue->Select radiobutton ABAP pgm step & click continue
Give ABAP Pgm name & Variant name ( you need to create a variant for yourreport)
Select Date/Time click on Continue.Key in the desired Date & Time
give monthly when the job is expected to start, click Continue---->click Complete.
Hope this helps
Thanks
Shrila
‎2009 Mar 19 6:31 AM
Hi,
Goto SE38. Enter program name, then, goto Program menu-> Execute -> Background. Then, from the window displayed, Click schedule button. Give a job name, and (variant name if it has a selection sceen). Then specify start date and time. click schedule periodically button. Click radio button month.
And specify 1. Or if needed change the period to weekly, etc..
Best Regards,
Suresh
‎2009 Mar 19 6:38 AM
Go to SM36
Give the Job Name
Click on Step
Click on ABAP Program
Give the Name of the ABAP Program
Give the variant by pressing F4
Click on Save.
Now, you will come to the actual screen.
Click on Start Conditions
Click on Date/Time
Give the date from which it has to start(In your case 15th)
In the bottom Click on Periodic Values and select Monthly
Save
Save
Now, the job will be in released status for the 15th of the month. You can check the same in SM37