cancel
Showing results for 
Search instead for 
Did you mean: 

Minimum price of a material

Former Member
0 Kudos

16.10.2007

Hi friends,

Other than PMIN is there any other way by which I can enter the minimum price of a material and check the same while creating sales documents.

Regards,

Udaynath.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Uday,

If condition records are maintained for this price, a lower limit and an upper limit can be set in the condition record.

But if this price is entered manually, then one way to check is through a requirement / routine. Maintain the minimum price as a lower limit in a dummy condition record and in the custom requirement / routine compare the value entered by user (available during runtime) with the lower limit maintained in condition master. For an unacceptable value, deactivate the condition type by setting SY-SUBRC to 4 if its a requirement. If its a routine, simply overwrite the condition value with the lower limit so that everytime user changes it to a lower value, it gets overwritten by the minimum price.

Please award points if you find it useful.

Cheers,

KC

Former Member
0 Kudos

Thanks Krishna,

Used the lower limit option in the condition record.

Regards,

Uday

Former Member
0 Kudos

Hi,

This is the only available in SAP to check the minimum price condition. In Other scenarios you don't have requirement to check the minimum price condition.

Hope this question is Answered.

If yes award points to me

Bye

Venkat.