‎2008 Dec 16 7:47 AM
HI EXPERTS
I WANT TO SCHEDULE JOB IN SM36
FOR CALL TRANSACTION METHOD OR
ANY OTHER WAY TO DO THAT
Don't use Caps in your subject and Question
Edited by: Vijay Babu Dudla on Dec 16, 2008 3:22 AM
‎2008 Dec 16 7:53 AM
I hope just before your other post was deleted becaue of ALL capitals in subject and question.
Do you have any problem with your keyboard or not ready to comply with the rules?
Read the [Rule of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] before posting more.
Regards
Karthik D
‎2008 Dec 16 8:05 AM
HI expert sorry for mistake
iam new to this pls get back to my quetion
‎2008 Dec 16 9:18 AM
go to transaction SM36 and create a batch job for your program.Beforehand try to create the variant for your program if your program has any selection screen.
‎2008 Dec 16 7:55 AM
‎2008 Dec 16 8:56 AM
hi srinu,
you can use JOB_OPEN and JOB_CLOSE function modules to create job sheduling.
one more thing are going thru Call Transaction method, i hope for job sheduling you can use session method it will be better than call transaction.
‎2008 Dec 29 10:13 AM
Hi,
If you are new to job scheduling then go SM36 and select "Job wizard" which will help you to schedule stepwise.
‎2008 Dec 29 12:06 PM
You can use standard program RSBDCSUB to schedule in background .
‎2008 Dec 30 9:05 AM
Goto u2013 SM36 (Here you can create Job)
Click on Step and enter Program name and Varient.
Save the job.
Goto u2013 SM37 (Shedule Job).
Select Job u2013 Click on release u2013 Click on Check u2013 Select Immdiate
Other way to do you can use FM JOB_OPEN and JOB_CLOSE.
Thanks & Regards
Md.MahaboobKhan
‎2008 Dec 30 9:07 AM
Hi,
Create a variant for your program if your program has any selection screen. For job scheduling you can use session method. For that go to SM36 or SM37 transactions create a batch job for your program. then give the job name and run the job.
It will be better than call transaction method.
Regards,
Jyothi CH.
‎2009 Jan 05 12:27 PM
Hi,
u can schedule the jOB call transaction through SM36,
and in another way use FM JOB_OPEN,JOB_SUBMIT,JOB_CLOSE.
Regards,
Madhu
‎2009 Jan 06 8:51 AM
Hi Srinu,
u can do it in two ways......
1- tcode is SM36.
The steps are as given below.
1. Give a job name
2. Click on 'Step'. select the desired radio button. like 'ABAP Program'. Give the name of the ABAP program and the variant.
Click on 'Save'.
3. Now click on the 'Start Condition' and select the start time. like 'Immediate'. now 'Save'.
4. Now you will get the first screen. Press 'Save' again.
Now the job is scheduled.
2- tcode SE38
go to SE38 -> give program name -> excute ->give input values -> goto PROGRAM---> EXECUTE IN BACK GROUND.... give output device -> press continue -> press immediate and SAVE.
tell me if any issues.....