‎2009 Feb 09 8:40 AM
Hi all,
I need an enhancement or BADI in PR to validate WBS element no.I have used ME_PROCESS_REQ_CUST badi's PROCESS_ACCOUNT. Here it throws an error but still allows the Badi to save.I want Badi which doesnt allow to save when error in WBS no.
‎2009 Feb 09 3:14 PM
Hello,
In the method PROCESS_ACCOUNT of the BADI ME_PROCESS_REQ_CUST, when your validation fails, please make message type 'Error'. Then you will not be able to save Requisition. We use this BADI for similar validation.
Thanks,
Venu
‎2009 Feb 10 1:01 PM
Hi,
In the method PROCESS_ACCOUNT of BADI ME_PROCESS_REQ_CUST raise an error message if the WBS element is having problem.
So the execution will be stopped and user will not be able to save it.
Regards
Arindam
‎2009 Jun 30 6:24 AM
When the user doesnt check during account details it doesnt throw an error. so put the validation at check level and it is working.