Show TOC

Creating Job DefinitionsLocate this document in the navigation structure

Prerequisites

  1. You have launched the SAP NetWeaver Developer Studio.

  2. You have created an EJB project.

Context

Use this procedure to create new job definitions for the SAP NetWeaver Scheduler for Java using the SAP NetWeaver Developer Studio.

Procedure

  1. Choose the New pushbutton.
  2. Select Start of the navigation path Other Next navigation step Scheduler Job End of the navigation path, then choose Next .
  3. Fill in the required data:
    • Project - the EJB project to contain the job definition

    • Source folder - the project folder to contain the source files

    • Java package - the name of the package to store the source files

    • Class name - the name of the message-driven bean ( JobBean ) class

    • Job name

    • (Optional) Job description

  4. Choose Finish .

Results

The SAP NetWeaver Developer Studio creates all the necessary job definition files and references automatically. You can now continue with implementation of the onJob() method of the JobBean class.

Next Steps

JobBean Class