cancel
Showing results for 
Search instead for 
Did you mean: 

Require details on Backend tables for Process chains

0 Kudos

Hi Experts,

I have two process chains which will be running simultaneously , both the process chain has the Rollup step & Attribute change run step in them.

Consider a Scenario , where in Rollup is going on in Process chain 1 & Attribute change run step is going on in process chain 2 , then in taht case a Dead lock happens because both uses same master data.

Im planning to write a zprogram & include  in both the process chain to check wheter any rollup is running for the Cubes which is using the same master data.

Kindly suggest me any where i can get the data from Standard tables or if there are any program / fm to handle this ?

Regards

Sri

Accepted Solutions (0)

Answers (2)

Answers (2)

ravi_chandra3
Active Contributor
0 Kudos

Hi sriram,

If possible keep that 2 PC in the meta chain so that you won't get the overlapping problem.

Hope you got it,

Regards,

RaviChandra.

RamanKorrapati
Active Contributor
0 Kudos

Hi Sriram,

If possible, then change the time of starting PC2 or PC1, it won't overlap that step.

Please look at the below tables. Even you can search  at SE11, tables types as RSPC*.

RSPCPROCESSLOG

RSPCCHAIN

RSPCCHAINATTR

Thanks