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

Former Member
0 Likes
415

Dear friends,

i have a requirement, where in a program has to execute 1st of every month automatically , as a background job.

can any one help me in this regard.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
391

Hello,

You can do this in transaction SM36 .

In this, you define the job name and in the step button you can define the program that will run. Then go to the button Start condition and in this when you select the button Immediate will appear a button Period Values and in this you can define the period of your job.

Regards.

Dear friends,

i have a requirement, where in a program has to execute 1st of every month automatically , as a background job.

can any one help me in this regard.

2 REPLIES 2
Read only

Former Member
0 Likes
392

Hello,

You can do this in transaction SM36 .

In this, you define the job name and in the step button you can define the program that will run. Then go to the button Start condition and in this when you select the button Immediate will appear a button Period Values and in this you can define the period of your job.

Regards.

Read only

0 Likes
391

Hi,

Goto Transaction SM36,

1. Give job name, Traget server and priority.

2. Add step, in that give your program name and variant.

3. Click start conditions and give the date and time for execution.

4. Save the job.

5. Check the job status using transaction SM37

If you want to schedule the job immediately, then from selection screen of your report press F9 and give the start time as immediate. this will schedule the program to run in background. Check the status of job using transaction SM37.

Regards,

Ranjith.