cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BPA report

0 Kudos

Hi,

We have a requirement to create a report for all the jobs which are running daily ( Say for eg we have multiple Job Description and multiple Job chains ) that is running as part of particular Job Chain ( Lets say JC_daily_batch ). The output of the report should contain all the job chain / job description name ( which is part of JC_daily_batch ) ,Description, RunStart, RunEnd


Thanks & Regards

Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

basv
Explorer
0 Kudos

Hi,

This can't be done with standard report query.

You would have to code something in redwood script to produce this.
The complex part is that your chain (JC_daily_batch) can itself call sub chains, that call sub chains etc.

So you don't know the depth of your tree beforehand.

-Bas