Application Development 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: 

Check if the UnitPrice field is 0,01

0 Kudos
102

Check if the UnitPrice field is 0,01, this is because the check that the net price shouldnu2019t be empty can be overrun with entering a dummy value of 0,01.

Net Price should always be entered correctly on the Purchase Order which should not be equal to 0,01?

Please let me know ur anss?

Thank you.

Best Regards,

Nagendra.

2 REPLIES 2

Former Member
0 Kudos
74

Hi Nagendra,

You can try out the BADI ME_PROCESS_PO_CUST ,in the interface PROCESS_ITEM

for your requiremnet.

Thanks,

Sumit

Former Member
0 Kudos
74

hmmm i would think twice befor implementing such a logic.

1. Users are not silly, if 0,01 wont work, next they try is 0,02 or 0,1 or such. then you had to implement a solution for this as well.

2. What happens if you by occasion have an article whichs unit price for a certain unit is 0,01? then you wont have a possibility to order it, since you are forbidding to save the order.

3. You can NOT avoid ALL the errors/cheats users do. Users are responsible for their System, and if they input ****, they gotta live with it that the output will be **** as well.