cancel
Showing results for 
Search instead for 
Did you mean: 

Find job chain containing an ABAP program?

Former Member
0 Kudos

Hi everybody,

I need to have a report or SQL that will take an ABAP program name as a parameter and return the job chain(s) it is called by.  I have not been able to figure out how to link the necessary files together.  As far as I can tell this involves these files:   JobChain, JobChainStep, JobDefinition, SAPAbapProgram.  But I am having trouble figuring out which fields to match on between files.  Or is there a file that links all of these together?

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are in version 9 you can use the 'Object search'

Then you can search on parameter ABAP_PROGRAM_NAME and fill in the ABAP you are looking for

Former Member
0 Kudos

Thanks S.Oms for the reply.  Unfortunately we are still on version 8 (hoping to upgrade soon) so I have to do this the old way.