cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling Message Driven Beans of Java

Former Member
0 Kudos

Dear All,

Can any one help me how to create and schedule jobs through CPS to schedule Message Driven Beans of Java netweawer system?

Regards

Ramanath

Accepted Solutions (1)

Accepted Solutions (1)

asif_muhammad
Explorer
0 Kudos

Hi Ramanath,

You have two options to create jobs in redwood to schedule Message Driven Beans of Java netweawer system.

To import job definitions from the Java Scheduler, run the SAP_JXBP_ImportJobDefinitions SAP job definition, The imported job definitions can then be scheduled in SAP CPS like any other job.
Procedure
To import all job definitions
1. Navigate to Definitions > Job Definitions.
2. Choose Submit from the context-menu of SAP_JXBP_ImportJobDefinitions.
3. Select the JXBP SAP System in the drop-down menu.
4. Fill * into the JEE job definition field.
5. On Generation Settings tab select an application for the job definitions.
6. Choose Submit.

other wise creat job definition in redwood adding all required parameters and schedule accordingly.

KR
Muhammad Asif.

Former Member
0 Kudos

Hi Asif,

Thanks for the valuable solution. It is working.

Former Member
0 Kudos

Hi Muhammad,

Thanks for the steps, it is helpful, could you please also clarify how can i import single job and multiple jobs from the satellite system?

do we need any additional licence to schedule these jobs?

and we have development, quality and production systems, can we schedule the same job definition for different environments? please help me out here.

thanks and regards

Ramanath.

asif_muhammad
Explorer
0 Kudos

Hi Ramanath,

To import single job definition the procedure is the same but just mention exact job name in the parameter filed JEE job definition,

Procedure To import single job definition:


1. Navigate to Definitions > Job Definitions.
2. Choose Submit from the context-menu of SAP_JXBP_ImportJobDefinitions.
3. Select the JXBP SAP System in the drop-down menu.
4. Fill <job name> into the JEE job definition field.
5. On Generation Settings tab select an application for the job definitions.
6. Choose Submit.

You can make parameters to Globle in job definition, and during scheduling you can change the parameter values as per your sattilite system, so like wise you can use same job definition for multiple environments by just chnaging system specific parameters.

KR
Muhammad Asif.

asif_muhammad
Explorer
0 Kudos

Hi Ramanath,

missed regarding Licence information, just to import or run the job definition you no need to have addtional license, however Scheduling and Monitoring of Mass Activities requires the ProcessServerService.SAP.MassActivities license key.

The following default job definitions are available for interacting with Mass Activities:
Job Definition Description
SAP_MA_CopyParameters --  Copy mass activity parameters.
SAP_MA_CreateParameters -- Create a new mass activity parameter record.
SAP_MA_DeleteDunningProposal -- Delete dunning proposal of a new mass activity.
SAP_MA_ImportMassActivities -- Import SAP mass activity definitions.
SAP_MA_ImportMassActivity -- Import an SAP mass activity definition.
SAP_MA_MassActivityRun -- Create a parameter record and start a mass activity run.
SAP_MA_MassActivityTemplateRun -- Start a mass activity run using an existing parameter record.
SAP_MA_ResumeMassActivity -- Resume processing of an interrupted SAP mass activity run.
SAP_MA_ShowMassActivity -- Show SAP mass activity definition.
SAP_MA_StopMassActivity -- Stop an SAP mass activity run.

hope this gives you an idea about your query.

KR

Muhammad Asif.

Answers (0)