Application Development and Automation 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 table name

Former Member
0 Kudos
2,704

Hi,

In which table all the back ground job name get stored.

Regards,

Karthik

1 ACCEPTED SOLUTION

Former Member
0 Kudos
538

TBTCO

Max

3 REPLIES 3

Former Member
0 Kudos
539

TBTCO

Max

ferry_lianto
Active Contributor
0 Kudos
538

Hi Karthik,

Please check the following tables..

<b>TBTCJSTEP</b> - Background Job Step Overview

<b>TBTCO </b> - Job Status Overview Table

<b>TBTCP</b> - Background Job Step Overview

Hope this will help.

Regards,

Ferry Lianto

DavidSolaliga
Explorer
0 Kudos
458

Hi Karthik,

Each table see different jobs, through in transaction SE16

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

Regards,

David Solaliga