Show TOC

Developing and Scheduling JobsLocate this document in the navigation structure

Use

The procedure below outlines the steps in developing and scheduling jobs for the SAP NetWeaver Scheduler for Java.

Prerequisites

The application server is running.

Procedure
  1. In the SAP NetWeaver Developer Studio, create a job definition.

    For more information, see Creating Job Definitions .

  2. Deploy the job definition on the application server.

  3. Schedule instances of the job definition by creating a scheduler task.

    You can create a scheduler task programmatically from within an application by using the Scheduler API.

    For more information, see Scheduler Task .

    You can create scheduler tasks based on existing job definitions that are already deployed on the server. You can create many scheduler tasks based on the same job definition.

For a step-by-step guide on developing a job definition and creating a scheduler task for it, see Creating and Scheduling Your First Job .