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
561

Hello Experts,

I want to run a background job whenever I want to. For defining that, what conditions do I have to mention? I have 3 programs that I have to include in that job.

Thanks for the help!

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
546

Go to transaction SM36 for scheduling job and use the wizard. Should be self explaining.

Go to transaction SM36 for scheduling job and use the wizard. Should be self explaining.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
547

Go to transaction SM36 for scheduling job and use the wizard. Should be self explaining.

Read only

Former Member
0 Likes
546

There are two ways for Background Job Schedualing.

1. one manually setting up the job through SM36 which is better and convinient,

2. Using FM's JOB_OPEN, SUBMIT, JOB_CLOSE.

SM36 steps.

1. Goto Trans -> SM36

2. Define a job with the program and variant if any

3. Click on start condition in application tool bar

4. In the pop-up window, click on Date/Time

5. Below you can see a check box "Periodic Job"

6. Next click on Period Values

7. Select "Other Period"

8. Now give '15' for Minutes

9. Save the job

Read only

0 Likes
546

Thanks All.