cancel
Showing results for 
Search instead for 
Did you mean: 

Condition type PMIN Minimum Price for material

Former Member
0 Kudos

Hello

We have a requirement where we need to maintain minimum price of material in master.

Whenever in sales order price is entered and is lower than minium price for material maintained it should automatically add the difference as surcharge. If the price maintained is more than the minimum price maintained it should not do anything.

I guess we have to use Ctype PMIN for this. I amy using this condition type have created a condition record and maintained a minimum price for this material f09 as rs 1000

Now when i am creating sales order price picked up from pricing condition record for that customer is 500 . Now it should automatically add Rs 500 in condition line item for condition type PMIN.

What is happening is it is showing me my base price as 500 and it is adding PMIN as 1000 to the base price and showing total base price as 1500

If price maintained in pricing condition record is more than 1000 for ex 1200 even then too it is adding PMIN as 1000 and showing total base price as 2200.

Please let me know what am i missing...

Regards

SANJEEV

Accepted Solutions (0)

Answers (2)

Answers (2)

Shiva_Ram
Active Contributor
0 Kudos

In the pricing procedure, add routine 2 as routine under requirements and routine 15 as routine under alternative calculation type against the condition type in the pricing procedure. Then test by creating a new document.

Regards,

Former Member
0 Kudos

-T code VK11 - Maintain condition records - You can use the upper and lower limits functionality in the condition records for those specific materials.

-Also Make this condition type as mandatory then check it out.

Regards