2006 Oct 12 2:16 PM
hi,
I am new to this group.I am learning abap,my doubt is in background scheduling.which jobs are scheduled in background and what is the process.plz explain.
2006 Oct 12 2:18 PM
Hi Govindaraj,
Concepts and Features:
Background work process:
Background jobs:
Steps:
1. Call Transaction SM36.
2. Assign a job name. Decide on a name for the job you are defining and enter it in the Job Name field.
3. Set the jobs priority, or "Job Class": High priority: Class A, Medium priority: Class B, Low priority: Class C.
4. In the Target server field, indicate whether to use system load balancing. For the system to use system load balancing to automatically select the most efficient application server to use at the moment, leave this field empty.
· To use a particular application server to run the job, enter a specific target server
Please give me your mail ID. Will forward you step by step document for background scheduled.
Manish
Message was edited by: Manish Kumar
2006 Oct 12 6:29 PM
hi manish.
thx for u'r reply.my email id : [email protected]
when i try to run bdc thru background i get errors like raise exception why?
pls reply and sent me the steps for background schedule
2006 Oct 12 6:43 PM
If u want debug ur code which executed in background follow the below step:
1. Goto SM37 and check the check box of the backgroung job.
2. In the menu navigator just type JDBG press enter.
3. It will take you to the debugging mode.
4. Press F7 6 to 7 times, it will stop at your program.
5. Debug and see where's the problem.
Regards,
Prakash.
2006 Oct 12 2:21 PM
2006 Oct 12 2:25 PM
Hi Govinda,
which jobs are scheduled in background?
which will take v long time and some time it will show timeout which leads to dump.That is the reason why we run the object in back ground.
what is the process?
when u execuate the code u find the selection screen there u goto program->execuate in background.
Thanks
Vikranth Khimavath