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 job schedule

Former Member
0 Likes
495

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.

3 REPLIES 3
Read only

Former Member
0 Likes
444

TBTCO

TBTCP

V_OP

these are the tables and views which will answer your query

Read only

0 Likes
444

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.

Read only

ThomasZloch
Active Contributor
0 Likes
444

Function module BP_CALCULATE_NEXT_JOB_STARTS should come close.

Thomas