cancel
Showing results for 
Search instead for 
Did you mean: 

Validations for WBS Levels

Former Member
0 Kudos

Hi PS experts,

In my current project we have 4 levels of WBS.

I have created one project with L4 WBS Element GKAB.00001.XX.XX.XX

In the same project (GKAB.00001), I have created the L4 WBS Element as GKAB.00002.XX.XX.XX (Note:This is the second project's WBS)

Our system is accepting this.(but should not).Can anyone tell me how to solve and write the Validation for to control this issue.

Please give me the prerequisite and check for this.

Thanks in advance,

Sanju...(points will be awarded for solution)

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sanjana,

I guess I have understood it correctly, there are two different projects. One of them is having is having 10th digit as 1 (GKAB.00001.XX.XX.XX) and there's is another one which is having 10th digit as 2 (GKAB.00002.XX.XX.XX). And you are able to create a WBS GKAB.00002.XX.XX.XX in your first project which actually should not be allowed.

Here's the validation you need to create:

Prerequisite can be: PROJ-PROFL (Project Profile) = 'XXXXX' AND PRPS-PRART (Project Profile)= '01' (Or just anyone of them) - For your first project

Check: PRPS-POSID :10-10: LIKE '1'

Error Message: Check 10 digit of the WBS element or something to that effect.

Thanks

BS.

Former Member
0 Kudos

Hi

If ur Project definition is GKAB.00001 ( 12 characters )

then

prerequisites

PRPS-STUFF='1' or PRPS-STUFF=2or PRPS-STUFF=3 or PRPS-STUFF=4

Check

PRPS-POSID: 1-12: = PROJ-PSPID: 1-12:

Warning

WBS code not matching with prj definition

Rgds

Edited by: Shrikrishna Rasam on Aug 6, 2008 2:59 PM

Edited by: Shrikrishna Rasam on Aug 6, 2008 3:02 PM