Job Processing PDF Print E-mail
User Rating: / 0
PoorBest 
ABAP Tutorials - ABAP Data Interfaces
Written by Kumar Prashant   
Sunday, 21 September 2008 08:41
In the previous chapter we learned how to schedule a job. In this chapter we will learn how to process a scheduled Job.

Once the job is scheduled it is up to the system to process the job based on how the job was defined (Steps and Start Condition). The Batch Scheduler initiates the start of background jobs at the specified starting time. The Dispatcher dispatches this request to the appropriate background (batch) work process.  Remember:  The actual processing of the job steps takes place in the work process.

To display the work processes for a particular application server, use the menu path “Tools -> Administration -> Monitoring -> System Monitoring -> Process Overview” (or transaction “SM50”).
Job Processing
After a background job has been initiated, start & end modules are automatically generated. Each of these modules puts an entry into the job log.
During the execution of each step in a background job, entries are made to the job log with any  “MESSAGE” statements in the job’s programs or with any job-progress messages from the system.
Also, “WRITE” statements within a program will create a list.  Printing specifications can be determined when scheduling each job step (i.e.,  print list immediately or put list in print spool). Only one list is possible for each job step.
Comments
Add New Search
Anonymous   |address220.227.179.5 |2009-04-29 04:16:14
Anonymous   |address220.227.179.5 |2009-04-29 04:16:24
Write comment
Name:
Email:
 
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 
Please input the anti-spam code that you can read in the image.

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 

Advertisement

 

Google Search

Advertisement