Show TOC

Procedure documentationCreating Job Definitions Locate this document in the navigation structure

 

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

Prerequisites

  1. You have launched the SAP NetWeaver Developer Studio.

  2. You have created an EJB project.

Procedure

  1. Choose the New (New) pushbutton.

  2. Select   Other   Scheduler Job  , 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.

Result

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.

More Information

JobBean Class