cancel
Showing results for 
Search instead for 
Did you mean: 

How to run a BOBJ Data service jobs in CPS?

Former Member
0 Kudos

Hi ,

i need to run and test some of data service jobs (BOBJ) in CPS .

How to run the that job and what are the information we need to required to create that job ?

is any standard job is availble to run those jobs ?

Please help me on this .

Thanks

Ramkumar

Accepted Solutions (0)

Answers (2)

Answers (2)

gmblom
Active Contributor
0 Kudos

Hello,

Have a look at the SAP_BOBJ* job definitions to look for the ones that run Dataservices.

This might be version dependent. Early M33 versions don't have all BOBJ functionality.

Regards Gerben

Former Member
0 Kudos

Hi,

I don't know wether there's a standard job for this.

If there is, you might find it in the job definitions, look for "DS_Job_Run" or something the like.

At least in my system its called like this.

In this jobdefintion, you'll need to tell it, where your dataservices installation is, where log files are stored (if needed), where BODS mapping tbales or the like, reside.

For this, we use "system Variables" table in CPS(found in "scripting).

My DS_Job_Run definition is a KSH Job.

and it looks like this:

Fill in the required variables - in the KSH job as well as in the system variables table.

Now, if you have a job, that needs to run a ds job, create that job chain like the following:

I just have to add a job, in the job definition I add the "ds_job_run" and in the input parameters I can then select the shell file of the DS Job.

Hope that this will help you.