Minimum quantity sales order

Hi all,
Am trying to restrict (via a warining message) users from creating sales orders with less than a minimum quantity for a given material and a given customer. I read in some threads that I should use transaction VD51, but the only thing I can do is to specify minimum delivery quantity. Can you please suggest a solution? Thanks

Hi,
Since your scenario of minimum order qty, setting it in the material master might not solve as you told. But you can think of creating dummy contracts ( quantity contracts ) for those customers whose those minimum order quantities as per your requirement. And whenever you want make a sales order for these customer make sure refer these contracts and reference the quantity fully. Now, from the quantity contracts
customer A - 5, B - 10 so on ...., units is copied into sales order as you desired.
Hope it helps. Please reward if useful.
Also just to add, since you are new I suggest you practice and understand the various functionalities provided in SAP that you can on your own imagine these kind of options where you use the application as per the requirement.
Thanks & Regards
Sadhu Kishore

Similar Messages

  • Delivery quantity is greater than schedule line confirmation quantity (sales order)

    I am creating a sales order with 30 Mt. I confirmed 10 Mt (partial confirmation and based credit block) in schedule line Now I am going to create the delivery system automatic taking 10 Mt but when I am going to change the delivery means when I increase the delivery quantity (20 Mt) then system allowing to do the further process.
    As per my understanding system should not allow to increase the delivery quantity m     ore the sales confirm quantity.
    Please suggest how I can restrict.
    Thanks & Regards
    Sujit

    Thanks for your reply,  As you suggest "B" is there. But its not working.  For ref. screen shot is attached.
    For reference I am providing some more details:
    => We are using "Make to order" process. After creation of sales order we assign the stock to sales order using T-code MB1B , Movement type 412E, 
    => Auto credit check applicable
    => Confirmed quantity in schedule line based on credit limit.(Auto credit check at Sales order level)
    => Avail. Check is 02 and check. rule is "AE" .
    Thanks and Regards
    Sujit

  • Minimum and Multiple Order Qty attributes by product

    What are the options for managing Sales Order Multiples. Would like to have the option of setting required or optional quantities. For example, Product A is shipped on a pallet with 12 units. Would like orders to be managed as 12, 24, 36 etc. In other words, the 12 would also become an order minimum. In some cases this should be mandatory. Is this an item master field? If not, how is it normally managed? As an added bonus, the ability to flag these multiples as mandatory for only certain customers or sales channels would be better still. Any ideas?
    Thanks,
    Chris

    Hi,
    This is the definition of your questions:
    Order Multiple u2013 you can set a multiplication factor for ordering the item e.g. in
    case you define 5 in this field and14 items are required, the MRP will recommend to
    order 15 items (3X5=15). If 18 items are required, the recommendation will be to
    order 20 items (4X5).
    Minimum Order Qty u2013 you can type a minimum quantity for ordering items by the MRP.
    The planning data is apply when there is a requirement (sales order, forecast, production orders (for the child item) and reserve invoice.
    JimM

  • Close open sales order

    Dear Guru,
    In our company scenario we have created one contract of 200 quantity and with reference to this contract we have created sales order of 100 quanitty out of 100 quantity 50 was delivered and invoiced. If we closed this open (50 quantity) sales order by selecting reason for rejection then fully quantity of sales order becomes 0 and full quanity of contract shown open.
    For Example.
    Contract quantity: 100 Quantity
    Sales Order Quantity: 10 Tons
    Delivery & Invoiced Quantity: 9 Tons
    If I put a reason for rejection for this item I expect to have the quantity which has not been delivered / invoiced and has been rejected added to the open quantity (90 + 1=91). However, after selecting a reason for rejection, the total quantity of the item goes back to the contract (Contract with 100 Tons).
    Thanks in advance,
    Kind Regards,
    Viru M

    Hi Viru,
        Please consider reducing the sales order item quantity.
    Best regards.

  • Sales Order  VS Delivery Alert

    Dear Experts ..
    My client need a following Alert .....
    EXP:--
    If My Sales Order No 1  quantity is 100 and i delivered 110 base on sales Order No 1 at that time required to send  a alert  as per assign user...
    please Provide me the query for the same..
    Thanks and Regards
    Manegsh Pagdhare.

    Hi
    The following alert lets you view the amount that is exceeded in delivery of sales order
    declare @cant as int
    declare @cant2 as int
    declare @ultentg as int
    set @ultentg = (select max(t0.docnum) from odln t0)
    set @cant = (select sum(t1.quantity) from odln t0 inner join dln1 t1 on t0.docentry = t1.docentry where t0.docnum = @ultentg)
    set @cant2 = (select sum(t1.quantity) from ordr t0 inner join rdr1 t1 on t0.docentry = t1.docentry where t1.targettype = '15' and t1.trgetentry = @ultentg)
    if @cant > @cant2
    begin
    select t1.itemcode as 'ItemCode', t1.dscription as 'Product', t4.quantity as 'Quantity Sales Order', t1.quantity as 'Quantity Delivery' from odln t0 inner join
    dln1 t1 on t0.docentry = t1.docentry inner join ordr t3 on t1.baseentry = t3.docnum inner join rdr1 t4 on t3.docentry = t4.docentry
    where t0.docnum = @ultentg and t1.itemcode = t4.itemcode and t1.quantity <> t4.quantity
    end
    Greetings

  • How to update multiple Sales Orders with one IDOC using IDOC_INPUT_ORDCHG

    Hi Gurus,
    Here's my scenario:
    Consider there are 2 Sales Orders for same Purchase Order -
    Open Quantity
    Sales Order 1
    Article A1
    1
    Sales Order 2
    Article A2
    1
    Say if I want to change Open Quantity of both SO 1 & SO2 by dispatching 1 Quantity each for Article A1 and A2 via ORDCHG, observed that in Include LVEDBF0N, XVBAK-VBELN is checked for only 1 Sales Order.
    Whether it is possible to update multiple SOs with one IDOC using IDOC_INPUT_ORDCHG?

    Hi,
    Check out this link, this deals with the problem you are facing.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/802f0ed1-a17a-2c10-7db4-d515a5b047ed
    Regards,
    Runal

  • Delivery of Contract Quantity after Order Line Item Rejection

    Hi,
    We have following scenario:
    The Sales Order (100 units) is created with reference to Contract (500 units) and then partially delivered (95 units).
    As the small residual of 5 units is remaining so we have put reson for rejection for line item.
    When we try to create new Order with reference to Contract then system is considering the 500 units again. Actually as per contract, system should consider 405 units (500 in contract - 95 already delivered)
    Also if we will not reject the line item then 5 units will not be considered for delivery.
    We would like to design the solution wherein we can deliver all 500 units.
    Thanks in advance.
    Regards,
    Sameer

    Hi Sameer ,
    The described case is part of standard behavior. Look below the exaplanation:
    The open quantity of a contract is calculated only from the ordered   
    quantity. It does not consider the delivered quantity.                                                                               
    When you set the reason for rejection, it means that this order is not 
    related to the contract. So the copied quantity is set to zero.        
    If you wish that the relation to the contract remains,                 
    you should reduce the order quantity to the delivered quantity.                                                                               
    So if you create a sales order with reference to a contract and you    
    enter a reason for rejection in the sales order we reopen the quantity 
    in the contract. We suppose that the customer wants to get these       
    quantities at a later time.                                                                               
    In both cases, our suggestion is the following:                        
    instead of rejecting the sales order item or set delivery tolerance,   
    you should decrease order quantity directly,                           
    so that delivery quantity= sales order item quantity.    
    I hope it clarifies the situation.
    regards
    Ruy Castro

  • Sales order to deliveries ??

    Hi Gurus,
    We are creating a Open quantity sales order, and deliver the goods to the customer in that time how much he wants. if the price was increased we will add one more line item with different price in the same sales order. like wise a lot of line items..
    in MTO process the stock we are transfering from one line item to another line item (old line item to new line item), but my problem is if the sales order line item is 60, when i am doing the delivery only one item it showing 10, in that system showing error against that line item 10 there is no stock...
    i want if the sales order line item is 60, in sales order also i want 60.. i have maintain copy control properly..
    Please advise...
    Thanks in advance.

    Hi,
    In MTO Process you have to maintain Sales Order Stock.
    Goto MB1C and post the stock wih Movement type 561 and Special Stock indicator E.
    Specify the Sales Order number and the line item number and enter the material Number and the Quantity you want to Deliver.
    If you have more than one Line Item repeat the same process for all the line items in the Sales Order.
    I think this will solve your problem.
    Reward if Helpful
    Regards
    PAVAN

  • Minimum order quantity for sales orders

    Hi,
    I need to check the configuration settings where the sales orders can be blocked if the ordered quantity is less than that of minimum order quantity.
    Pls threw some light on this.
    Points assured
    Kitty

    Dear Krishna
    Go To OVAH t code
    message class V4 and message no 082
    Change from warning to error
    The mininum order qty for a material can be set in sales org data 1 tab
    If for a material mininum order qty is set to 10 and if an order is placed for anything less than 10 you will get error message straight away
    No need of any userexit
    With Standard customizing it is possible
    This has has been tested by me recently and you too can test it
    Regards
    Raja

  • Minimum quantity in sales order

    Hello friends,
    Can anyone tell me how to maintain minimum quantity in sales order, (Not Minimum order quantity of material master) as only maximum (target) quantity is maintainable in sales order at Item level? So after this development in sales order, one can enter two quantities (minimum and maximum) so that sale can be done between this quantity range.
    I know this is not possible without exits or developments, but please tell if someone has came across the same scenario which exits used by you.
    <b>Required Minimum Order quantity Field in Sales Order at item level like Cumulative Order Quantity in Sales Units (VBAP-KWMENG) at proper position in Transaction-> VA01-VA02-VA03.
    Program name: SAPMV45A Screen number: 4900 or wherever it is adjusted at item level i.e. Additional Data B Tab.</b>
    Thanks in advance
    Warm regards
    Amit

    Hi Prabhu Peram,
    I want to maintain a input field can you throw some light on the same.
    Regards
    Amit

  • Minimum Quantity in Sale Order based on Ship To Party city

    Dear Experts
    It is possine in Std SAP to get information or error message based on Minimum Quantity in Sale Order based on Ship To Party city??
    Thanks
    Krishna

    No it is not possible.  You have to go for sale order User exits in the program MV45AFZZ - USEREXIT_SAVE_DOCUMENT_PREPARE
    thanks
    G. Lakshmipathi

  • Help me.... (Minimum Quantity Order) in Sales Order

    Dear guru
    i have created Material like mobile phone, in material Sale-org 1 i have mention minimum quantity as 5 no to be order and i creat sales order as 2no of mobile phone, but the minimum quantity display mesage showing like total weight, not total quantity, how can i display error message like min quantity 5 no  should to be order.
    regards
    Mohammed Renu
    [email protected]

    Hi
    Check the unit of mimimum order qty in MM01... That may be as KG...
    <b>Minimum Order qty Unit will be same as Base unit of measure...</b>
    If You have KG there you have to maintain base unit of measure as you need may be EA-each/PCS  for your requirment...
    Reward if helpfull
    Muthupandiyan

  • Sales Order with minimum maximum quantity

    Hello SAP Masters,
    How to maintain a sales order with minimum - maximum quantity? Is there any programme which i can use to map this scenario?
    Thanks in advance
    amit

    hi,
    we can only maintain minimum order qty. We dont have anything in std. to maintain a max order qty. We need to change the screen in material master. Also update the std. MVKE of material master (Sales view) with a zee field just as we have min. ord qty.
    It takes a good bit of customization and also we need very high authorizations from the business owners to do this enhancement.
    Else a simple way out is .. create  a contract with a dummy customer which can be changed at the sales order level, for that material and make all the sales orde with ref. to that.
    Hope this helps. Pl. reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • Process Sales Order based on minimum order

    Hi Sap gurus,
    Can any one Help me Out regarding How the System should have capability to process Sales Order based on minimum order quantity and minimum order value and How we will map In sap
    Thanks
    Points will rewards
    Regards
    Rajesh

    Hi,
    We can set the control for Min order quantity in the Sales org1 view. Like wise we can control min order value also.
    For that we have to use two condition types AMIW & AMIZ.
    AMIW is min order value, where as AMIZ is min ord surcharge
    Let's say AMIW value is 50,000.If the order value is less than 50,000 then AMIZ comes into picture.Amiz compares the automatically determined order value and AMIW value.The difference of those two values Amiz takes as surcharge and it overwrites the automatically determined order value with this value.
    Like wise we can maintain min order value also by using this two cond types.
    In the pricing procedure
                            subtotal      req   Altcal   Altcond+bv
    AMIW                D
    AMIZ                                  2         13
    Award me points if u satisfy
    Thanks,
    Sudheer

  • Charge sales order value with a minimum value

    Dear All,
    I have one requirement where I would like to charge my sales order value with a minimum value. For example, a minimum sales order value requirements are set at $1,400.00 (the minimum values can be different based on the different materials) per order, if the value of the order exceeds $1,400.00, therefore no minimum fee is applied or displayed and the customer is charged the actual value of the order; if the value of the order is less than the minimum thus the customer is charged the minimum. We also can set the minimum as quantity.
    Is there any standard functionality through which this can be done.. or any suggestion?
    Your help is highly appreciated.
    Thanks and best regards,
    Jo

    You can maintain the Condition Record with Condition Type as AMIW wrt to Division & Price Group.You can change the Accesses as per your requirements.
    Best Regards,
    Ankur

Maybe you are looking for