Application Development 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: 

Reg. scheduling of program.......have ur points.

Former Member
0 Kudos
78

Hi all,

I want to schedule a program, so that i'll run automatically at 7 A.M in the morning for 1 year daily.

Pleas let me know step by step.

<b>Thanx in advance& have ur points.</b>

Regards,

pradeep phogat

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos
63

1. Execute SM36 Transaction

2. Enter Job Name & Click START CONDITION

3. Click Period Values & type 12 in Months

4. CLick SAVE

5. Enter Schedule Start Date & Time

6. Click Save

7. Click on STEP

8. ABAP Program Name

9. enter program name & Variant if any

10. CLick on SAVE.

5 REPLIES 5

Former Member
0 Kudos
63

the transaction code is SM36.

Please check this link for more information.

http://help.sap.com/saphelp_bw30b/helpdata/en/c4/3a7f87505211d189550000e829fbbd/content.htm

Regards

vasu

Former Member
0 Kudos
63

HI,

Tcode SM36

Here we can Schedule the Executable Programs (Reports) in Background.

Create a Job.

Create the Steps - Assign the Report name and Variant.

Enter the Start Condition.

Save the Job.

Job status can be monitorEd in Tcode SM37

Or

Use the following function modules.

job_open

job_close

Thanks,

Reward If Helpful.

Former Member
0 Kudos
63

Hi Pradeep,

For that first u need the variant of that perticular report. Then go to SM36 and and enter the name of report and then select schedule then enter the time and select Daily in the drop down menu. Then save, Now your report will execute daily fin required time.

Hope this helps you. Reply for queries, shall post the updates.

Regards.

Kumar.

abdulazeez12
Active Contributor
0 Kudos
63

For normal running of the program, we press F8. Schedule your program in background execution by pressing F9 and give your options in the popup "Start Time".

Enter time, and mention if it is a monthly, weekly job..

former_member223537
Active Contributor
0 Kudos
64

1. Execute SM36 Transaction

2. Enter Job Name & Click START CONDITION

3. Click Period Values & type 12 in Months

4. CLick SAVE

5. Enter Schedule Start Date & Time

6. Click Save

7. Click on STEP

8. ABAP Program Name

9. enter program name & Variant if any

10. CLick on SAVE.