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: 

Job log

Former Member
0 Kudos
5,334

Hi all

How can i retreive the job log? What is the table for the job log?

or must i use the fm BP_JOBLOG_READ to retreive it?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
274

Hello Gary ,

I dont think there is anty table which stores the Log Info for the Scheduled Job .

If you thinking that the Job Log which we see in SM37 after Selecting Job Log that is retrieved from some DB table then thts not the case .

Kindly check by Debugging after selecting JobLog in SM37 .

The table is actually prepared in several steps.

Hope this Helps.

Praveen

9 REPLIES 9

Former Member
0 Kudos
274

Hi,

Please check the following tables..

TBTCJSTEP - Background Job Step Overview

TBTCO - Job Status Overview Table

TBTCP - Background Job Step Overview ..

Regards

Mukesh Kumar

former_member386202
Active Contributor
0 Kudos
274

Hi,

Check tables TBTCO TBTCP TBTCS

Regards,

Prashant

0 Kudos
274

TBTCO TBTCP TBTCS

sorry all the above table does not store the job log information.

What is the table to store the log information?

Former Member
0 Kudos
274

Hi,

Tables relaated to the Job Management are :

TBTCA

TBTCB

TBTCCNTXT

TBTCCTXTT

TBTCCTXTTP

TBTCI

TBTCJSTEP

TBTCO

TBTCP

TBTCR

TBTCS

TBTFFONTMAP

TBTFFONTMAPDEF

May be your question is answered but would help to get some addition information abt Batch Job Management tables,

Regards,

Lalit

0 Kudos
274

hi , thank for helping.

Do you know which table store the job log information?

Let say i gt this Jobname: abc.

I want to know the job log for this job.

Which table can i reference to?

Former Member
0 Kudos
275

Hello Gary ,

I dont think there is anty table which stores the Log Info for the Scheduled Job .

If you thinking that the Job Log which we see in SM37 after Selecting Job Log that is retrieved from some DB table then thts not the case .

Kindly check by Debugging after selecting JobLog in SM37 .

The table is actually prepared in several steps.

Hope this Helps.

Praveen

Former Member
0 Kudos
274

Check this file : /usr/sap/PRD/SYS/global/200JOBLG

Where you replace PRD by your system ID and 200 by your Client

0 Kudos
274

I found this file in ALL11 and downloaded it but I cannot open. What app can I use to analyse the logs?

Former Member
0 Kudos
274

yes you have to use BP_JOBLOG_READ FM I doubt you would be able to deciphar by going into that file directly on app server.