cancel
Showing results for 
Search instead for 
Did you mean: 

Need list of background jobs with their step owners

former_member325638
Participant
0 Kudos

Hi,

We need to replace individual's IDs defined as step owners in background jobs. From SM37; we can find the list on basis of 'job created by' but we cannot find the step owners of jobs which are different in mancy cases. Could you please advise how can we find list of all background jobs defined in the system along with their step owner.We checked table TBTCPV it does not seem to be precise

Thanks,
Varun

Accepted Solutions (1)

Accepted Solutions (1)

former_member192421
Active Participant
0 Kudos

Hi There,

Have you checked these follwing tables?

TBTCS
TBTCT
TBTCP

Regards,
Rajkumar

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

I don't think you'll find a single table that contains the info you need... Have to look in TBTCO, TBTCP for job details... TBTCPV seems to show the user which the system use to check authorizations so its the most likely step owner.

Regards, Juan

former_member325638
Participant
0 Kudos

Thanks Rajkumar/Juan,

TBCTO and TBCTP show same resuts as TBCTPV. TBTCT does not exist and TBTCS shows only few jobs; much less than TBCTPV.

Looks like we will need to filter out the output of TBCTPV and then add highlighted missing jobs

Thanks

Varun

former_member182675
Contributor
0 Kudos

Hi

TBTCO: The job header table (job management data)

TBTCP: The job step table (individual processing steps in jobs)

TBTCS: The control table for the time-driven job scheduler

BTCEVTJOB: Jobs scheduled to wait for an event

If its not help open a OSS massage and let us know the answer

Regards

Naor