2007 Dec 21 7:35 AM
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?
2007 Dec 21 8:22 AM
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
2007 Dec 21 7:37 AM
Hi,
Please check the following tables..
TBTCJSTEP - Background Job Step Overview
TBTCO - Job Status Overview Table
TBTCP - Background Job Step Overview ..
Regards
Mukesh Kumar
2007 Dec 21 7:38 AM
2007 Dec 21 7:44 AM
TBTCO TBTCP TBTCS
sorry all the above table does not store the job log information.
What is the table to store the log information?
2007 Dec 21 7:41 AM
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
2007 Dec 21 8:16 AM
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?
2007 Dec 21 8:22 AM
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
2010 Aug 04 1:02 PM
Check this file : /usr/sap/PRD/SYS/global/200JOBLG
Where you replace PRD by your system ID and 200 by your Client
2013 Sep 05 6:11 PM
I found this file in ALL11 and downloaded it but I cannot open. What app can I use to analyse the logs?
2010 Aug 04 1:21 PM
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.