Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BackGround Job Details based on Report Name

Former Member
0 Kudos

Hello,

Is there any table or any procedure, based on report name can we find the background job details of that report(like job name, time scheduled...)

Rgds.,

subash

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

You can try by querying table TBTCP. This might return more than one job, of course. The job header details are in TBTCO, which you can read for every TBTCP entry found.

Thomas

Former Member
0 Kudos

Thanks for quick reply..

Former Member
0 Kudos

Hi,

Following will the helpful tables for you:

TBTCJSTEP - Background Job Step Overview

TBTCO - Job Status Overview Table

TBTCP - Background Job Step Overview

Regards,

Nitin.