Im trying to write a validation on WBS which should behave something like below:
Level 1 WBS A is Account Assigned
Level 2 WBS B is also Account Assigned.
Then Error!
I want only the child WBS elements to be account assigned and not the superior elements.
Ive tried to write the validation but its not behaving as intended.
Prerequisite:
PRPS-BELKZ = 'X' (WBS element)
Check:
RCJ_PRPSUP-BELKZ = 'X' (Superior WBS element)
Message:
Error
Please suggest how should I build a validation