Entering content frame

Overview documentation Scheduling and Managing a Job: Easy Method Locate the document in its SAP Library structure

The programming interface offers two function modules for "easy" scheduling and management of background jobs. These function modules offer less options -- less programmer control -- over scheduling and management, but are easy to use. They’re intended for use if you simply want to schedule a job with a minimum of fuss and programming effort.

The function modules are as follows:

This function module greatly simplifies scheduling a job. You need only name an ABAP report. The function module presents screens to your user to allow them to 1) specify the variant to use; and 2) pick a single or repetitive start time for the job.

This function module offers a simplified management interface to jobs. A user can delete inactive jobs and display job logs and spool output from completed jobs.

Leaving content frame