‎2008 Jun 19 12:49 PM
Can anyone provide me the steps for how to schedule a job in background.
‎2008 Jun 19 12:52 PM
Hi
goto sm36 define background job.
in that goto job wizard
fill all req data.
then go to sm37
execute ur job
‎2008 Jun 19 12:54 PM
hi,
sm36 by using the job scehduling wizard.
the stpes are:
1. Call transaction SM36.
2. Give a job name.
3. Set the job?s priority, ie. High, Medium or Low priority.
4. Define when the job is to start by choosing Start Condition and completing the appropriate selections. If the job is to repeat, or be periodic, check the box at the bottom of this screen.
5. Define the job?s steps by choosing Step, then specify the ABAP program to be used for each step.
6. Save the fully defined job to submit it to the background processing system.
7. Release the job.
For scheduling the job to run every night automatically.
In start condition go to Date/Time, then enter the time to start the job.
Click on Period Values and choose Daily and save.
this wud solve ur periodical night scheduling problem.
do reward points if hlpful.
‎2008 Jun 19 12:54 PM
Hi,
In the Transaction SM36 you can define Background Job.
Regards,
vineela.
‎2008 Jun 19 12:54 PM
Hi,
In the Transaction SM36 you can define Background Job.
To run a program in background
Execute the Report In the selection screen :After filling the screen fields press F9. A screen appears requesting U to print the Background Parameters *Enter the output device(Eg HPLJ /SAP2 etc) *In the spool options Uncheck Print immedietly,Uncheck delete after output,and new spool request. Press enter. Another screen appears with heading start time .U can press start immly ,then save Now the Background job is scheduled for the given program .
To View the status of background Job,The transaction code is SM37. Execute from the resulting screen . Job overview -->From the Job list select U'r program and select Spool from the application toolbar Output Controller :List of Spool Requests Select U'r Spool request and click Display icon from the overview screen . U will be displayed with the List. Caution :See to that the list with does not exceed 255 columns ,If it exceeds the extra columns will be truncated in Background
Regards,
vineela.
Edited by: Radha Vineela Aepuru on Jun 19, 2008 2:06 PM