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

reg scheduling?

Former Member
0 Likes
689

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

Define a background job using txn SM36 -- Assign this report and give the time lines.

6 REPLIES 6
Read only

Former Member
0 Likes
670

Define a background job using txn SM36 -- Assign this report and give the time lines.

Read only

GauthamV
Active Contributor
0 Likes
669

Just schedule a background job for that program to run on 15 th of

every month using SM36 transaction.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
669

Hi,

Transaction SM36 and there use Job Wizard to create the job.

Regards,

Sesh

Read only

Former Member
0 Likes
669

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

Read only

0 Likes
669

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

Read only

Former Member
0 Likes
669

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