cancel
Showing results for 
Search instead for 
Did you mean: 

PMIN condition Type

Former Member
0 Kudos

Please explain me the usage of PMIN condition type.

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This minimum price condition type will be used if we want to have a specific minimum price no matter what the price after the discounts provided are deducted.

Following Settings are required:

Include this condition types along with price condition types.

Make it Automatic entry means it is not manual.

Give Requirement as 2 -> Item with Pricing.

Give AltCty as 15 -> Minimum Price.

Give Acct. Key as ERL.

Example

A company has defined minimum prices for materials. When a material is sold, it should not be sold for a price below the predefined minimum price. When pricing is done for a sales document line item, if the net price of the item falls below the minimum, the system should automatically compute a surcharge to bring the price up to the minimum price. To accomplish this, the user would define the minimum prices using the condition type PMIN. PMIN would be defined in the pricing procedure and condition value formula '15' would be assigned. Using the formula, the system compares the minimum price with the net price calculated to that point in the pricing procedure. If the minimum price is not met, the system computes the necessary surcharge and assigns it to the PMIN condition line.

Regards

AK

Reward points if helpful

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you Ayub.

Former Member
0 Kudos

hi,

by using condition type PMIN. if the line item net price is determined manually for

particular material and if it is less than the minimum price . the difference amount will be taken as surcharge by the system.

pls reward points if the answer is helpful

Regards,

Murali

Former Member
0 Kudos

PMIN minium order value.

this discount willl be fixed after discounts and all other prices ...like once the netvalue goes less than the value in PMIN records then this cond type will be activated and all other price conditon types will be deactivated

cal type ( routine 6 ) -- whcihc will compare wether net value is greater or PMIN is greater.