cancel
Showing results for 
Search instead for 
Did you mean: 

How to determine the source of Events triggered in a process chain

Former Member
0 Kudos

Hi ,

We have almost a 100 process chains, and of these approx 20-30 local process chains are triggered by events raised within other process chains. These events are raised via BP_EVENT_RAISE using the ABAP process type.

However, our problem is to identify the source of these event trigger - i.e. which process chain triggered this event ?

Looking at SM64, the event history does not display the source for these events.

Is there any table or program that we can use to determine the source of these events which are triggered.

Any help is much appreciated and points awarded.

thanks

BK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

do check in the program /SSA/BWT . or TCODE - ST13 -- enter BW-TOOLS and execute. -- Choose Process chains and execute --- Select the date and time for which you want to see the process chains and execute again.

This will give you the entire list of process chains triggered, status, timings(start, end, overall runtime). Once clicked on the process chains it will show you the steps in theprocess chains, data loaded in the data targets, source system, etc...

hope it helps.

Former Member
0 Kudos

Thanks Maddy, this is helpful, but quite manual intensive.

We are looking for a solution which can be automated via a custom program. therefore, any pointers to the underlying tables and relationships will be quite useful.

Thanks

Binu

Answers (0)