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: 

Reg: Tables to findout status of Batchman jobs

former_member213277
Active Participant
0 Kudos
632

Hi Experts ,

Is there any table which gives the information about scheduling of batchman jobs i.e. table should give the list of the batchman jobs that are scheduled daily, weekly, monthly.

I found some tables but these tables(J_5H1_RUNTIME, J_5H1_BWAAPL) but these tables gives the information about the batchman jobs that are already started, but i need the table that gives the information about the batchman jobs that yet to be start but already scheduled.

Please help me <removed by moderator>

Thanks in advance

naga

Edited by: Vinod Kumar on Aug 17, 2011 11:57 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos
167

Pls refer to tables TBTCP, TBTCO, V_OP and you should get all the info.

BR,

Diwakar

3 REPLIES 3

Former Member
0 Kudos
168

Pls refer to tables TBTCP, TBTCO, V_OP and you should get all the info.

BR,

Diwakar

Former Member
0 Kudos
167

Hi,

Check in TBTCO table. Set your selection criteria in SE16 like

PERIODIC = X and STATUS = S. you can get all the scheduled jobs. Any of following field will be filled for periodically scheduled jobs.

PRDMINS

PRDHOURS

PRDDAYS

PRDWEEKS

PRDMONTHS

Former Member
0 Kudos
167

Hello Nagaraj,

If you go to T code- J5hen and on the main screen if you select the reporting Option.

You can find the Run time statistics/Histogram  which gives you the details of the Batchman Jobs Start and End Timings for the selected date range.

You can find out in the system as which table it is linked to (as I have not done the home work and will let you know shortly) and you can get the details of the table which you are searching.

Thanks and Regards

Sushma C N