cancel
Showing results for 
Search instead for 
Did you mean: 

Billing Document with zero price

Former Member
0 Kudos

Hi Friends,

The scenario is as

Sometimes, the user updates the price in billing document, then some manual conditions are not been updated. So sometimes, the basic price of the material becomes zero and user saves the document with zero base price.

My question is

How to avoid it by giving some pop -up message or information that the base price in document is zero.

Or is it require to have some customization.

Kindly help in this regard

Thanks in advance

Shailesh Choudhari

Accepted Solutions (1)

Accepted Solutions (1)

former_member217082
Active Contributor
0 Kudos

Hi Shailesh

If the user updates price at billing level and the basic price of the MMR becomes Zero and if you need a popup then assign a new subroutine to the VPRS condition type and maintain a logic in the subroutine that if the Basic price becomes zero then it has to give a popup.

Regards

Srinath

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try this

Maintain condition upper and lower limit for condition type.so if any manual changes also happens and if the amount does not fall in the limit than it will give error.

Path is

spro->sales and distribution - > basic functions -> pricing ->pricing control ->define condition type ->maintain upper and lower limit

Enter your condition type,upper and lower limit,calculation type,currency,unit of measure.

Note: Its valid for all your condition records related to your condition type.