Creating Job Definitions 
Use this procedure to create new job definitions for the SAP NetWeaver Scheduler for Java using the SAP NetWeaver Developer Studio.
You have launched the SAP NetWeaver Developer Studio.
You have created an EJB project.
Choose the
(New) pushbutton.
Select , then choose Next.
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
Choose Finish.
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.