Start of Content Area

Conceptual documentation Programming Techniques  Locate the document in its SAP Library structure

With the programming interface of the background processing system, you can schedule and manage background jobs from your own programs.

Example

You wish to make a log-running report available to users from a menu entry.  In the transaction that underlies the menu entry, you could do the following:

·         optionally collect job specifications, such as the start date and time, from the user, and

·         schedule the job for execution by the background processing system.

You can use the programming interface to start both ABAP programs and programs that are external to the SAP system.

The programming interface also offers function modules for the following tasks:

·        managing jobs (displaying, copying, and deleting jobs)

·        checking and triggering events, which can be used to start other background jobs

·        displaying the log generated by a background job.

The following sections explain the most important tasks in scheduling and managing background jobs.

 

 

End of Content Area