cancel
Showing results for 
Search instead for 
Did you mean: 

minimum price

Former Member
0 Kudos

Hi

If there is a material which is minimum selling price is fixed @ $5. If you want to sell it any amount above $5 you are free to do so, however if you want to sell @ $4.99 that is below $5 the sales person would be required to go through some permission/approval.

Thanks in advance

Chandu

Accepted Solutions (1)

Accepted Solutions (1)

reazuddin_md
Active Contributor
0 Kudos

Cond type:AMIW you can use to for minimum selling price - but this is @ Header level, which will cumulate all line items in the order, if that order value is lesser than the specific limit then system will control accordingly.

- But for your requirement, you need to have minimum selling price @ Item level. Need to go with enhancement & bit of coding is required to restrict so.

- we had similar kind of requirement, where the line item value is less than the specificied limit, Block will be triggered in "Billing Block" & there is another report to release these blocks which can be access by the concerned dept only.

Include: MV45AFZZ used

Hope it adds info.

Regards,

Reazuddin MD

Answers (5)

Answers (5)

Former Member
0 Kudos

As you do not want to Sell below 5 USD.Below one is suggested.

Introduce one Condition type in your pricing procedure "As Minimum Selling Price"(Maitain VK11 for this for all material)

Write one Routine Which will check your Selling Price Condition type Value and "Minimum Selling Price" Condition Value.If Value is less than Selling Price Condition type Value -THEN That Item will be assigned to Reason for rejetion(May be saying price below Minimum). And all such Rejected Order item will tracked by Sales Person and If he Ok -Then he can remove it and Proceed.

Sanjay

Former Member
0 Kudos

Hi,

You can try to set the upper limit and lower limit in condition table using tcode VK12.

You may refer to below print screen for better understanding.

http://rukawaw-tb.blogspot.com/2010/10/set-upper-limit-and-lower-limit-for.html

Thanks.

Edited by: Lakshmipathi on Oct 19, 2010 3:59 PM Since you ignored the Moderators' requests repeatedly, the points you earned since Sep'10 (applxy 52) have been deleted. Even after this, if you continue to paste your blogs, then I am sorry to say, all your points will be deleted. A team is monitoring your posts and hence, please avoid this practice

Former Member
0 Kudos

Hi Chandu,

Pls do not post the same thread in two forums.

Regards,

Ramesh.

Former Member
0 Kudos

hi,

In addition to this this requirement can be achived by using "Status Profiles" functionality, not sure but you can think of this

for more details check

<<Self promotion of blog deleted>>

Edited by: Matt on Nov 8, 2010 9:07 AM

Former Member
0 Kudos

Hello Chandu

May be you can work with upper/lower limits in the condition record, thus restricting the manual changes in the order. User would get an error message in such cases. However you may not get the onetime override functionality with this.

The other option would be to maintain the limits in a custom table and use a Slaes order user exit to block the order if it falls below and let authorized persons have the ability to unblock.

Hope this helps.