‎2007 Feb 19 4:56 AM
Hi Experts.
Please tell me wht is the procedure for scheduling a Job in background? I need all steps
thanks in advance
‎2007 Feb 19 5:02 AM
Hi,
You can a schedule a batch job in SM36.
Steps
Go to SM36
Give the job name.
Give the job class A
Press Enter.
Give the abap program name..
Press save..
Press F3 to go back to the main screen..
Press the start condition button..
Give the date time..
Check the period job check box..
Press the period values button..
In the popup press the daily button..
Press save..
Press save..
Then in the menu..Job -> save..This will release the job..
Thanks,
Naren
‎2007 Feb 19 4:58 AM
Execute the program/transaction and from the selection-screen select the option Program -> Execute in Background. Enter a output device name and continue. In the pop-up click on Immediate if the job is to be scheduled immediately or click on Date/Time and enter a date and time when the job is to be scheduled.
Manoj
‎2007 Feb 19 5:02 AM
Hi,
You can a schedule a batch job in SM36.
Steps
Go to SM36
Give the job name.
Give the job class A
Press Enter.
Give the abap program name..
Press save..
Press F3 to go back to the main screen..
Press the start condition button..
Give the date time..
Check the period job check box..
Press the period values button..
In the popup press the daily button..
Press save..
Press save..
Then in the menu..Job -> save..This will release the job..
Thanks,
Naren
‎2007 Feb 19 5:15 AM
Actually i have develope a File Interface which shld run dialy. so wht r the steps required? Like someone told me that u shld run the program in SM36 and create a job and then in order to run in background use SM37.
Thanks in advanve
‎2007 Feb 19 5:20 AM
Select the check box for Periodic Job which appears in the pop-up where you enter the Date and Time. The job can be viewed thru SM37.
Manoj
‎2007 Feb 19 5:25 AM
Gto SM36.
-> give Job name
Priority
->click on Steps button
Enter your interface program in ABAP program block
Click Check button and Save button.
->Click Start Condition button on application tool bar
Click Immediate or Date/Time button depending on the requirement
Click Priod values ...Here u can select the options to run the program daily.
Click Check and Save.
‎2007 Feb 19 5:02 AM
Hi,
Go to T.code SM36 and there give the job name.
then u press enter and there under ABAP program give ur program name and variant for the selection-screen options..
then specify the start condition like what is the duation u want to run the program ,
daily, hourly etc...
save it....
Cheers,
Simha.