cancel
Showing results for 
Search instead for 
Did you mean: 

Table to get scheduling details for an interrupt variants in SAP BI

mohit_agrawall
Explorer
0 Kudos

Hi All,

We have lot of interrupts in our process chains. Sometimes it's difficult to get the parent process chain.

We are thinking to get the tables from where we can find SE38 program variants' details.

Is there any table where from we can get the event/parameter details of an interrupt variant?

Thanks

Mohit

Accepted Solutions (0)

Answers (1)

Answers (1)

karthik_vasudevan
Active Contributor

Hi Mohit

Please try RSPCINTERRUPT and RSPCINTERRUPTLOG for these details. This should give you the required information.

Hope this helps

Regards

Karthik

mohit_agrawall
Explorer
0 Kudos

Hi Karthik,

Thanks. I can get the event and parameters now. But how do I get the parent process chain which satisfies this interrupt.

If I have the list of variants that satisfy these interrupts. Is there any way to get event and parameters for these variants and in which process chains they are used? so that I can match them with interrupt event/parameters and prepare one list with interrupt details and it's parent chain.

Thanks

karthik_vasudevan
Active Contributor
0 Kudos

Hi Mohit

The table RSPCINTERRUPTLOG gives the process chain detail as well.

Please check again

If my understanding is not right, please explain your requirement again

Regards

Karthik

mohit_agrawall
Explorer
0 Kudos

Hi Karthik, I know I can use this table to get the process chain in which the interrupt variant is defined.

But I want to know where from this interrupt gets satisfied. If it comes from an ABAP step of a different process chain then I need that chain ID and step.

Hope it's clear now.

Thanks

Mohit