cancel
Showing results for 
Search instead for 
Did you mean: 

Process chain tree

amine_lamkaissi
Active Contributor
0 Kudos

Hi experts,

I am under BW 7.01. Let's say that i have a meta chain MC containing 3 process chains :

PC1

PC2

PC3

Is there anyway (transaction/table/others) allowing me to know that PC1 for example is part of MC?

Thanks.

Julie

Accepted Solutions (1)

Accepted Solutions (1)

RamanKorrapati
Active Contributor
0 Kudos

Yes, Table - RSPCCHAIN, pass your meta chain technical name to process chain(chain_id).

observe Column TYPE and VARIANTE. you may play with those. you may get what you need.

TYPE - chain and Variante will shows technical name of local chain.

Or

Go to same table and try to see the contents with below input values.

Type - CHAIN

Variant - PC1(technical name), display the data

Under chain_id - you will see meta chain technical name.

Answers (3)

Answers (3)

amine_lamkaissi
Active Contributor
0 Kudos

Thanks guys.

Amine

Former Member
0 Kudos

Hello,

Goto Se11

Table RSPCCHAIN

Enter PC1,PC2 and PC3 in process variant field. (Technical Name of your metachains)

Enter "CHAIN" in field "Type"

You will get the Parent chain technical name in "Process chain ID field"

Thank You

anshu_lilhori
Active Contributor
0 Kudos

I am not sure but how about using where used functionality in such case.

Regards,

AL

amine_lamkaissi
Active Contributor
0 Kudos

Hi Anshu,

Unfortunately, the option isn't available.

Amine