Validations in PS....
I am trying to use validation in the Project.
Can any one tell when are the call up points 110 and 120 trigerred ??
I want to validate one of the user defined fields in WBS.
Everything is working fine when I simulate the validation. But when I enter a value in the user defined field and save the project then I do not get the error message as expected.
Does anybody have an idea what could be wrong ??
Hi
Pl see if you have checked the check box for Automatic validation in the relevant project profile.
Raghuveer
Thanks Raghuveer,
It worked!!!
I want to validate the customer number in one of the user fields in WBS.
The formula builder in the validation screen, it seems, does not support table fields other than fields from PRPS.
Can this be done thru some user exits ?? If yes how ??
Can u guide me in this ??
thanks
hello
to use a user exit in validations, you have to perform following steps;
- copy SAP standard program GGBS002 to ZGGBS002
- create a user exit in this program (such as U902, U903 etc)
- the user exit you defined in the above mentioned program will be visible in validations on screen tab 'Exits'
- configure your validation with 'User exit' as option
hope this helps. let me know if you miss anything.
cheers
thanks many thanks. it worked perfectly