cancel
Showing results for 
Search instead for 
Did you mean: 

How to find scheduled process chains?

0 Kudos

Hello gurus,

I have to find out whether a process chain is scheduled or not.

I tried table RSPCTRIGGER, but I don't know exactly which criteria(s) in this table says if the process chain is scheduled.

In transaction RSPC I have some process chains where I see the menu item "Displaying scheduled Job(s)", in some I don't see this item.

Where (in which table) can I find this difference between those process chains?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Jürgen!

Run a SQL-trace for both examples. At some place the chain with scheduled jobs will be different, either a found value where the other on had no results, maybe even some selects more based on this value.

Regards,

Christian