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: 
Read only

Batch and Background job error tables

Former Member
0 Likes
2,948

Hi,

Please let me know in which tables can I find the error messages for the batch or the background jobs run.

I checked in TBCTO table there it gives me the information of just if the job is Finished or Running.

I need to know the exact tables where can i find all the error details.

Thanks & Regards.

Ramesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,631

TBTCP table gives the full details ..

or Use Fm..

BP_JOBLOG_READ - Fetch job log executions.

regards,

Prabhudas

Hi,

Please let me know in which tables can I find the error messages for the batch or the background jobs run.

I checked in TBCTO table there it gives me the information of just if the job is Finished or Running.

I need to know the exact tables where can i find all the error details.

Thanks & Regards.

Ramesh.

3 REPLIES 3
Read only

Former Member
0 Likes
1,632

TBTCP table gives the full details ..

or Use Fm..

BP_JOBLOG_READ - Fetch job log executions.

regards,

Prabhudas

Read only

0 Likes
1,631

Hi,

The table TBTCP gives only the details of the job status if there is any specific errors in the Batch or Background jobs which table should I check.

Thanks & Regards.

Ramesh.

Read only

0 Likes
1,631

generally the messages for Job status stored in T100 table..

if you see the code in FM---BP_JOBSTATUS_READ.

they are retrewing the status from T100 table.

so it is better to use fm rather than tables..

regards,

Prabhudas