Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enhancement in PR

Former Member
0 Likes
843

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.

3 REPLIES 3
Read only

Former Member
0 Likes
565

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

Read only

Former Member
0 Likes
565

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

Read only

Former Member
0 Likes
565

When the user doesnt check during account details it doesnt throw an error. so put the validation at check level and it is working.