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: 

Get Start and End times for each step in a job

Former Member
0 Kudos

Can someone tell me how to get the start and end times for each step in a background job? Table TBTCP only stores the time that the step was saved in a background job. Table TBTCO stores the times for the entire job and not each individual step.

Thanks.

Ryan

1 REPLY 1

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check this tables and FM perhaps they may help

TBTCJSTEP - Background Job Step Overview

TBTCR - Batch scheduler execution time

TBTCS - Background Processing: Time Schedule Table

GET_JOB_RUNTIME_INFO

Regards,

Ferry Lianto