cancel
Showing results for 
Search instead for 
Did you mean: 

To check who trigger the Process Chain

former_member399569
Participant
0 Kudos

Hi,

We have a few small process chains that been called by other main process chains.

And at the same time, this small process chains has been called by the ABAP program.

So now, my question is how do I check/trace the this process chain flow... i.e. who trigger the process chain coz from the log it only display for that small process chain. if possible, i want something like full architecture/connection for that small process chain.. *i dont think the standard can give me..

in other word, i want to know 'where used list' for this small process chain.

i have requirement to re-schedule some of the loading job. to do this, i need to know whole design.

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

To check if your chain was triggered by another chain you can take a look on ST13

then click on the chain name

then you can see the main chain (the first one) which triggers other chains.

former_member399569
Participant
0 Kudos

Resolved by myself.. To check for the parent and children process chain, you can use table RCPCPROCESSLOG where TYPE = Chain and from the INSTANCE you can get the process chain details and log.

Thanks a lot

RamanKorrapati
Active Contributor
0 Kudos

Hi Zaid,

Go to your require process chain, Menu >> Process Chain >> Attributes Execution user. Always Process chain gets executed by this ID. last activated by . You can see the required information.

like below

Thanks

former_member399569
Participant
0 Kudos

For my case, the execution ID definitely will be this 1 RFC ID 'ALEREMOTE'. If I want to know who trigger the process chain, then I need to check the triggering job in SM37.

But still this not answer my question on how do I get the main process chain that call this small PC.

thanks again

RamanKorrapati
Active Contributor
0 Kudos

Hi Zaid,

If employee was activated and triggered directly at RSPC, last changed user id will be the Employee id not ALREMOTE.

right click of start variant Pc--> Right click,display message, see the details on Batch monitor tab.

Thanks

former_member399569
Participant
0 Kudos

so far, no user has run directly via RSPC. All has been scheduled at certain date and time.

Except those that has been triggered from ABAP program. But still cannot get the user ID.

RamanKorrapati
Active Contributor
0 Kudos

Hi,

If user not triggered directly at Process chain, then you can't find his details.

if he created any new job at sm37 , then you can searc there by giving job name, you can find user id.

Might be useful.

http://www.tli-usa.com/download/tipstricks_and_techniques_for_optimaluseofprocesschains.pdf

Thanks