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: 

How much time it takes for a job status to get updated in to TBTCO table?

Former Member
0 Kudos

Hi all,

We have a program that fetches the Job count and job name from a third party tool(UC4) and then searches for the status of the job in the TBTCO table.

In some rare cases we found that the TBTCO table had not updated with the Job details when the call was made to it.

Do we have any SAP scheduler settings which determines after a particular time the status gets refreshed in the TBTCO table once the job is triggered?

1 REPLY 1

former_member156446
Active Contributor
0 Kudos

hi may be checking Sy-subrc and using wait for X seconds should be a convenient way to code.

I doubt if there is any schedule to update the table..