cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can I verify the CronJob elapse time by flexquery ?

Former Member
0 Likes
192

Hi Community,

I have been tracking the elapse time on a cronjob execution, however, I want to compare with others executions.

Do they know how can I verify the CronJob elapse time by flexquery ?

I've used the below query, but, doesn't contain the elapsed time:

SELECT * FROM {cronjob}

Regards,

Juan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes
SELECT * FROM {cronjob} WHERE {code}= ?code

 /*Tracking CronJob Progress*/ select * from CronJobHistories where p_jobcode = ?p_jobcode

https://help.sap.com/viewer/d0224eca81e249cb821f2cdf45a82ace/6.7.0.0/en-US/b8004ccfcbc048faa9558ae40...

Answers (0)

Ask a Question
Top Q&A Solution Author