‎2009 Oct 05 9:18 PM
Hi Experts,
Is it possible to check the list of dates on which a batch job gets executed as per batch job definition? Some table or function module which shows the list of dates on which a batch job gets executed?
Thanks for your time.
‎2009 Oct 05 9:27 PM
TBTCO
TBTCP
V_OP
these are the tables and views which will answer your query
‎2009 Oct 27 1:43 PM
Hi,
Thanks for taking time to respond to my query.
I've a job defined with 5-4-4 calendar (factory calendar) and wondering if it is possible to see the list of dates on which my job gets executed.
The tables/views which you mentioned only shows the execution date of immediate next job which I can see from SM36 job definition.
Hope this clarifies.
Thanks.
‎2009 Oct 27 1:47 PM
Function module BP_CALCULATE_NEXT_JOB_STARTS should come close.
Thomas