cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean Expression for PS- Substitution

Former Member
0 Kudos

Hi,

I need a help with substitution:

I need to copy location (PRPS-STORT) at level-2 WBS element to level 3 &4 WBS elements using substitution. i.e, whatever value of STORT is there at level 2 should be copied to level 3 &4 without manual entry. What Boolean expression can make it possible?

I am able to define 'Prerequisite' RCJ_PRPSUP-STUFE = '2' AND RCJ_PRPSUP-STORT = 01 and then for 'Sustitution' PRPS-STORT = '01'. This way I can achieve the purpose, if steps are created for each STUFE and STORT separately. But I guess this is not the right / economical way of doing substitution.

Any better methods, please ?!!!

Murali

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sreenivas,

That's it. Thanks a lot.

Murali

Former Member
0 Kudos

Try this:

Pre-req: Level (PRPS-STUFE) >= '3'

Substitute: Location Field RCJ_PRPSUP-STORT

Regards

Sreenivas