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 job schedule

Former Member
0 Likes
615

How do schedule a background job for a program which shall run for every 15 minutes.

Regards

Mac

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
581

Use transaction SM36

Type in a name for the Job you want to create.

Job Class defines the priority

Deside which server you want the job to run on

Click on Step enter program name & variant that you want to use

Arrow back.

Click on start condition

Click on date & time

enter initial start date & time

click on period values & select other period.

Save your job.

Cheers

J

How do schedule a background job for a program which shall run for every 15 minutes.

Regards

Mac

3 REPLIES 3
Read only

Former Member
0 Likes
582

Use transaction SM36

Type in a name for the Job you want to create.

Job Class defines the priority

Deside which server you want the job to run on

Click on Step enter program name & variant that you want to use

Arrow back.

Click on start condition

Click on date & time

enter initial start date & time

click on period values & select other period.

Save your job.

Cheers

J

Read only

Former Member
0 Likes
581

Hi Mac Mohan,

The following procedure you should follow to schedule a background job for every 15 minutes.

Steps:

-> Create a Variant for the Program

-> Go to SM36 to create a Job

-> Click STEP tab and enter Program name and a Variant.

-> Click on Start Condition

-> Click on DATE and TIME and

enter date scheduled Start

and End times

-> Click on Period Values

-> Click on Other time and enter 15 minutes

Use SM37 Transaction to check the status of JOB.

if it useful, reward points.

Thank you,

Prasad G.V.K

Read only

Former Member
0 Likes
581

Hi,

SM36 is used to define Background jobs.

In SM36 u can set the Job, Time for evry 15 mins....

Regards.