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: 

back ground job scheduling(urgent)

former_member190312
Active Participant
0 Kudos

Hi all,

can anybody will help me ,regarding the step by step procedure to schedule the background job.

i have to do back ground job scheduling for one program so that in that specified time my report will execute?

plz suggest.

ur idea will be highly appreaciated.

Regards

pabitra

1 ACCEPTED SOLUTION

gopi_narendra
Active Contributor
0 Kudos

create a new job in SM36 and give in the report name and variant and select START Condition

and using SM37 u can check the job status

Regards

- Gopi

3 REPLIES 3

Former Member
0 Kudos

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.

Hope this helps.

gopi_narendra
Active Contributor
0 Kudos

create a new job in SM36 and give in the report name and variant and select START Condition

and using SM37 u can check the job status

Regards

- Gopi

Former Member
0 Kudos

HI

Please follow the below steps to schedule a background job.

First - create a Report-Variant for your print programm using the SE38.

Then...

1.) Call the transaction SM36

Enter a Job Name / You may set a job class other

than 'C' (See online Help on that field).

2.) Push the STEP Button

3.) Push the ABAP Program button

Enter der programm name an the variant name

save that window

4.) Push "BACK"

5.) Push "Start Condition"

6.) Push Date/Time

Enter Date + Time for the first start

Mark "Periodic Job" !!

7.) Push "Period Values"

Set the period you want the job to be started

Save everything

For more info please refer to this link:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c4/3a7ed1505211d189550000e829fbbd/content.htm">Background Processing</a>

Kind Regards

Eswar