cancel
Showing results for 
Search instead for 
Did you mean: 

Customer validation on all levels of WBS

former_member256837
Contributor
0 Kudos

Dear All,

I have done validation on 1st level of WBS that customer field is must to fill in or it gives error message.

How do i do this for all levels of WBS?

Regards,

Smile

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Don't specify any level in the validation, thus, the validation applies for all WBS

former_member256837
Contributor
0 Kudos

Hi,

Thanks for reply!

I did as you say.

But still system validates for level 1 wbs element and lower level does not.

regards,

Pritam

Former Member
0 Kudos

In prerequisiste of validation at WBS level maintain the logic such as

PROJ-PROFL = 'XYZ'' AND PRPS-STUFE >= '2' i.e you are doing a prerequisite for project profile XYZ and WBS level > 2. This validation will be applicable for all conditions matching.

If you just want level then maintain PRPS-STUFE >= '1' , so that validation will be carried out for all levels of WBS greater then 1.

Thnaks

Sarang

former_member256837
Contributor
0 Kudos

Thanks!!

Answers (0)