Unable to GI delivery as the quantity is no complete

Hi All,
I have Sales order for 100 EA (10 EA <--> 18.347 KG).
Created delivery for the same.
with Batch split
900001  <--> 12 EA (22.016 KG)
900002 <-->  82 EA (150.445 KG)
900003 <---> 6 EA (11.008 KG)
Total 100  EA ( 183.469 KG)
where as header is 183.470 hence we are not able to proceed with posting of GI document.
Error - VL 062 --> Full delivery is required
Suggest an approach to do GI.. this kind of urgent delivery.
Thanks in advance for your inputs
Nag

SAP is mathematically correct.
You are unable to define a conversion rate for 1 EA and just 3 decimals for the KG (you used 10 EA in your coinversion)
But you then have batches with smaller quantity than 10 EA, hence SAP has to round the quantities to 3 decimals.
and in your case you have finally a small difference of only 0.001
But this has a conflict with your settings made for total delivery in your customer master (which is then copied from there to your sales order and delivery).
I guess you have there an entry with C for Partial delivery, which means total delivery only.

Similar Messages

  • Unable to create delivery with zero quantity

    Hello,
    I am trying to create a Delivery using DIAPI. When I set the quantity as zero for a line item. The Delivery Note gets created with quantity 1.
    I am able to create a delivery with no quantity from SBO client.
    SAPbobsCOM.Documents vDLN = (SAPbobsCOM.Documents)c.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDeliveryNotes);
                vDLN.CardCode = "C20000";
                vDLN.Lines.SetCurrentLine(0);
                vDLN.Lines.ItemCode = "A00001";
                vDLN.Lines.Quantity = 0;
                if (0 != returnval)
                    c.GetLastError(out errNo, out errMsg);
                    Console.WriteLine(errMsg);
                    return;
    Thanks and Regards,
    Sheetal

    It is DIAPI bug Note - 1001970
    DI - Wrong Quantity updated when creating delivery document
    The note 1001970 has not been released yet but should be soon.
    This issue is candidate to be fixed in Business One version 2006
    Regards,
    Sheetal

  • Unable to post return delivery whne the input material is batch managed

    Hi,
    While clearing the Subcontract GRN where the input material is batch managed, unable to put return delviery and the system throws error and unable to complete quantity posting.
    Please guide me.
    Regards,
    RR Gopalan

    This is caused due to some technical restrictions in QM.
    When the reverse movement is being posted through QM process, the goods movement is being created in the background and it is being posted without reference to a existing material document. That is the system behaves as if you create a return delivery via MB01. In this case, the system cannot determine the batch number. As the reverse is created in the background and the components are determined internally and the batch cannot be passed over from the QM transaction. To prevent postings and avoid unnecessary inconsistencies in stocks,system will issue the error message.
    Workaround:
    The message M7389 is configurable. Hence please check in transcation OMCQ and set this as warning message. This would allow you to post the return delivery, But the problem is the batch nubmer would be wrong. So, You can define the corret batch number in the user-ext MBCFC010, it's MM related, You'd better to work with your MM colleagues.
    Best Regards,

  • How to restrict the excess quantity delivery from the delivery note ?

    Dear All,
    As we know we make the delivery note with the reference of sales order so ordered quantity will be copied in the delivery note automatically. At the time of picking we can reduce the delivery quantity and make the partial delivery.
    But for example I have the sales order of quantity 5 and I make the delivery with refernce of same Sales order so my delivery quantity comes 5 and now if I make the quantity 7 instead of 5 in delivery note only and do the picking of 7 quantity yet system is allowing me then PGI is also possible. It means I delivering excess good than the ordered quantity. Which should not happen to make the cycle full proof.
    I dont what setting is required to avoid this major error. please Gurus Reply soon.
    regards,
    Vojas

    Hi,
    Use t-code 0VLP, select your item category which u determining in delivery >>> Go to details>>>in fron of Min/Max Qty put option B
    Check minimum qty   --- B (Situation rejected with an error message)
    Check overdelivery  --- B (Situation rejected with an error message).
    When user try to change qty,system will give error.
    Kapil
    Edited by: Kapildev Farakte on Dec 28, 2009 10:33 AM

  • PO Delivery charges  as fixed  independent of the quantity supplied.

    Dear All,
    We were given a Delivery charges code "ZFR2" for entering lumpsum
    delivery charges in Create PO transaction ME21N; The value entered
    against this code is getting apportioned with the GR quantity.
    A lumpsum is a fixed amount and should be independent of the quantity
    supplied.
    Could you provide any user exit or any standard configuration , so we can make the  Delivery charges  as fixed  independent of the quantity supplied.
    Client doed not wnat to settle tje cost at the of LIV
    Pl help me in this reg
    Rgds
    Nishit

    Hi,
    As per standard SAP your requirement can't be met, please refer the Note 304178 - Absolute conditions in purchasing documents. I have pasted what is contained in the note, this cant be done.
    Summary
    Symptom
    Absolute conditions, for example, used at item level in the purchase order item, are calculated down to the item quantity.For the goods receipt, if a quantity differing from the item quantity is posted, this absolute condition is nevertheless quantity-dependent since it is only calculated proportionally.
    Other terms
    Delivery costs, freight costs, freight, absolute value, FRB1
    Reason and Prerequisites
    For the goods receipt, the actual posted quantity is not yet available, as far as the program is concerned, at price determination.If the actual posted quantity is available later, the condition technique is not used again for the calculation.Therefore the only option remaining is the proportionalization of the condition values.
    Solution
    None.

  • Restrict the system to create the delivery for certain quantity

    Dear All,
            Can we able to restrict the system for the creation of delivery for some quantity.
    For example
        We have created the sales order for  100 quantity.
    Now we want that at the time of delivery creation system must restrict to some quantity (say only 5 qty not more than that)
    looking for your reply.
    Regards
    Pawan

    Hi,
    Can please checkout through the following areas-
    1. In sales order at item level maintain underdelivery tolerance as 95% of 100 qty.
    2. Check in material master of sales view i think some functionality but its work all the materials not for particular sales order.
    3. Write the code in exit V50STAT at the delivery creation for quantities.
    Rewards if it helps
    Regards
    Goutham

  • Block the Quantity in Sales Delivery

    Hi,
    I want to block the Quantity in Sales Delivery if it is Exceeding the Quantity in Sales Order.
    The scenario is..............
    I m creating a sales order for one or more line items with Quantity as 100.
    based on this sales order i m creating a Sales delivery (it can b partial too)
    if the Deliver Quantity exceeds the Order Quantity,
    either it shoudn't allow the Document to b added
    or show a error msg
    Thanks in advance

    Hi,
    Please select this and paste in "SBO_SP_TransactionNotification"- Stored Procedure
    IF @transaction_type IN (N'A', N'U') AND (@Object_type = N'15')
    BEGIN
    declare @numlinii int
    SELECT @numlinii = (LineNum + 1) FROM DLN1
    WHERE DLN1.DocEntry = @list_of_cols_val_tab_del AND
    ((Quantity > BaseOpnQty))
    ORDER BY LineNum ASC
    IF (not ISNULL(@numlinii, 0) = 0)
    BEGIN
    SET @error = 10
    SET @error_message = N'Quantity is invalid in Line ' + CONVERT(nvarchar(4), @numlinii) + N' !'
    end
    END
    SAGAR

  • Hi i have been lucky enough to take delivery of the Nikon D810 but am unable to upload the raw images into LR5 or Photoshop CC 2014 is this just a matter of waiting for a new version of ACR ??  Thanks

    Hi i have been lucky enough to take delivery of the Nikon D810 but am unable to upload NEF files into LR5 or Photoshop CC 2014 is this just a matter of waiting for the next version of ACR ???

    What version of Camera Raw do you have?  Do Help - About Plug-in... - Camera Raw to see.
    If it's not 8.5, which is the latest current release as of this writing, you might want to look this over:  Camera Raw updates cannot be applied
    Just looking over the list here - Camera Raw plug-in | Supported cameras - I don't see the D810 listed at all.  Maybe that page isn't updated or maybe the camera is newer than even the newest Camera Raw release, in which case you'll have to wait for Camera Raw 8.6.  Note that Adobe often releases beta versions early so the wait may not be that long...
    -Noel

  • The Sender unable to receive delivery and read receipts

    The Sender unable to receive delivery and read receipts through ironport (outbound).
    How does the delivery and read receipts works in ironport?
    However, The Sender able to receive delivery and read receipts without ironport (outbound).
    Please help!
    Alex Ling

    Hi Alex,
    At this time, the IronPort does not support positive DSNs ( read recipiects ). Refer to the following Knowledge Base article:
    http://tinyurl.com/yo78ns
    -whardison

  • Enhancement to change the quantity while creating outbound delivery

    Dear All,
    Is there any enhancement to change the Actual Quantity while creating the Outbound delivery.
    I have tried using the BAdI LE_SHP_DELIVERY_PROC in the method CHANGE_DELIVERY_ITEM. But i am not able to change the quantity. In the runtime it allows me to change the quantity. After saving the document the quantity is not changed.
    I do not know what all are the parameters and fields to be passed to change the quantity. If anyone knows please help me.
    Anyone guide me to do this requireemnt.
    Thanks & Regards,
    M.Ashok kumar.

    Hi Ashok,
    I have a similar issue, i have done the same as you did by changing the fields LFIMG_FLO and LGMNG_FLO.
    But though Delivery qty is getting update but picking qty is remaining the same.
    Suppose when user give Delivery qty as 8 and Pick qty as 8, i am able to change the delivery qty to 5 but not Pick qty to 5.
    can you please let me know how to acheive it.
    Regards,
    Kartheek.

  • Error in GR when delivery qty PO quantity

    Hello!
    we create NB type POs for inter company transactions. If the PO qty is 10 and we actually deliver 11 (goods issue = 11), we are unable to do the GI against the delivery with the error message that the PU quantity exceeds by 1 unit.
    I have checked the vendor master for the supplying plant but unable to find any setting that would enable us to do the Goods receipt in the receiving plant for the actual qty shipped i.e. 11 units. Can someone tell me where this setting is so we don't et this error and can receive the goods against the delivery w/o modifying the PO? We don't want to receive against the PO because that causes imbalance in the quantity and the remaining would remain in MB5T.
    Many thanks.

    Hi,
    This error is due to the fact that the GI qty and the PO qty differance.When you try the delivery at VL10G, or VL10B sytem creates the delivery for the PO qty.and when you try to change the pick qty and do the PGI this error will come.Please check the qty at MMBE for the supplying plant.I do not know why the GI should be more if the PO qty 10.
    If you post transactions other than the PO qty delivery completion issues will exists so that the indicator can not be taken.
    How ever you post 10qty GI and let the receiving plant receive 11 and change the PO qty to11 and do a delivery for the excess and PGI it.
    Regards,

  • Free goods determined in Delivery over Order Quantity in Sales Order Item

    Hi Gurus,
    I've a problem about using free goods determination.
    First I created free goods master record with following information
    ZG1010012060075 From 100 PC -> Free good ZG1040012060075 2 PC
    Free goods Category = '2' (Exclusive)
    Free goods delivery control = 'E' (Delivery proportional to quantity in main item)
    Then I've created Sales Order with
    Item 10 ZG1010012060075 4,000 PC.
    Item 11 ZG1040012060075(Free good) has been automatically determined for 80 PC
    Then I've splitted Item 10 into 4 deliveries. The result of free goods determine in each delivery are as follow:
    Delivery#1)
    Item10 ZG1010012060075 = 1,176 PC
    Item20 ZG1040012060075 = 24 PC
    Delivery#2)
    Item10 ZG1010012060075 = 1,176 PC
    Item20 ZG1040012060075 = 24 PC
    Delivery#3)
    Item10 ZG1010012060075 = 1,176 PC
    Item20 ZG1040012060075 = 24 PC
    Delivery#4)
    Item10 ZG1010012060075 = 472 PC
    item20 ZG1040012060075 = 9 PC
    *Remark : Total quantity of 'ZG1040012060075'(free goods) = 92424+24 = 81 PC
    (Greater than 80 PC)*
    I think the system determined free goods in Delivery#4 correctly due to rounding up. But It might not be over the order quantity in Sales Order Item 11. Even though I've set the item category in delivery with Check overdelivery = 'B' (Situation rejected with an error message), the free goods are determined over order qty. BUT if I change delivery qty in delivery#4 Item20 from 9 PC -> 8 PC -> 9 PC, the error message occurred.
    My point is to fix the system not determine free goods in delivery items over order quantity in sales order item.
    Has anyone met this situation before? Do you have any idea about this issue?
    Best Regards,
    Prachya Lalitnorasate

    Dear Sai,
    Thank you for your advice, but it didn't solve my problem.
    I would like the system to determine free goods with proportional to main item AND In the last delivery main item delivered completely free goods must be determined equal to remaining open delivery item.
    Do you have any idea about configuration/customization?

  • In BI SD how to get Sales Document wise Order Delivery and balance Quantity

    We are on the verge of SAP BI implementation. We are facing a problem as in BI we have to
    show Sales Order wise - Order Quantity then associated all the deliveries and the Quantity delivered
    and finally Billed Quantity
    Format Required is
    Order No         Order Qty      Delivery Qty     Billed Qty
    We are using 0sd_c03 cube here Order , delivery and Billing come as separate Line items
    Now bringing them to one line item is a chellange for us
    can any body help us
    Thanks
    Shivani

    Hi,
    Merging of Order, delivery and billing information is not so easy.
    In ECC we have a new datasource for Open order quntity against delivery available check those datasources once may be useful.
    [Extraction SD Sales: Order Delivery|http://help.sap.com/saphelp_nw04/helpdata/en/21/ca6d07d5b807459ec8957dad97c179/frameset.htm]
    --> This datasouce provides information regarding order qty, delivered qty and status. But no billing related information available.
    --> Pull billing information into a separate datasource and merge using sales doc no (with reference doc no in billing). to get billing related info.
    --> Multiple orders can be billed together, so distribution may not be correct. check ...
    Hope it helps
    Srini

  • Not able to change the quantity....

    Hi experts,
    When I create standard order in CRM and save it, I can do the followup of other transactions in ECC. My problem when I want to change the order quantiy in crm order, the system is not allowing me to enter or change any data. It is showing the message transaction is being processed........
    Pls help me reg..   my client requirement is he need to update or chande the order quantity in crm only.
    I even deleted the delivery and try to change the order quantity in crm, even it is not allowing me to enter the quantity.
    Waiting for ur reply, best information is always rewarded.
    Thanks & Regards
    lalit

    Hi,
    You can check the Scenario maintained for the orders.
    Cehck table CRMPAROLTP in R/3 (Tcode SM30)
    Cehck for entry:
    Parameter Name = CRM_SCENARIO
    If parameter value is 'X'. This means order created in CRM once replicated to R/3, is treated as R3 document and no changes will be possible in CRM system
    Check for note 541113 which describes scenario.
    Set a scenario that suffices your requirement.
    Kindly reward with points in case helpful
    Sharif.

  • [OIBT] , 'Another user has altered the quantity of batch  .....

    Hi All
    I Have this problem when I've try to make a Delivery Notes
      Set pdoc = pCompany.GetBusinessObject(oDeliveryNotes)
      pdoc.CardCode = CardCode
      pdoc.CardName = CardName
      pdoc.DocDate = Date
      pdoc.DocDueDate = Date
      pdoc.TaxDate = Date
      Set pdcLine = pdoc.Lines
    'Loop
    do while mObj.count
      pdcline.ItemCode = mObj.ItemCode
      pdcline.Quatity = mObj.Quantity
      pdcline.Price = mObj.Price
      pdcline.BatcNumber = mObj.Batch
      pdcline.Quanity = mObj.BtchQuantity
      RetLng = pdoc.Add
      If RetLng <> 0 then
          LogDf oCmp.GetLastErrorDescription , PATHDF ,True
      End If
    Batch is present in the B1 and the Quantity is the same... I make this operation in a Loop iteration
    Bye Thx..

    Please check this thread:
    Error While Making Inventory Transfer
    Thanks,
    Gordon

Maybe you are looking for

  • How to find out the projects with status "Invalid"?

    I'm new to Oracle Projects -OP. We are on 12.0.4. This' my new job. I have a task of "Remove projects with status 'Invalid' ". Questions: How to access the OP forms to verify the existent of the invalid projects? What are the PA tables having the sta

  • IE7 & Flash Movie not displaying FF works fine

    Hi, I have an issue with IE7 and my Flash video movies. When I use IE7 (7.0.5730.13) the 6 videos (flash movies) on the page do not display all 6 BUT in FF they all display and my navigation menu works fine. The video boxes/placeholders change when I

  • IN comparator in preparted statement

    Hello, I'm trying to convert a SQL query to a prepared statement, but I seems it's not working correctly I've this SQL string as resource FileFormat.GET_BY_ID_LIST=SELECT * FROM files_formats_list WHERE id in (?) ORDER BY nameand in the code I add a

  • Pages Full screen view second external monitor

    I use a 24" monitor as my primary display when i'm at my desk with my Macbook Pro. Is there anyway to get pages full screen view to display on the external monitor instead of the macbook pro screen?

  • Compressor not working after archive & Install of OSX

    Greetings, I was getting TONS of kernal panics, and I had to archive and re-install OSX (which fixed the panics). Now Compressor will not submit to the queue. When I hit submit, cluster has no options in the drop down (I usually use 'this computer',