Unable to create delivery - SapSql_ARRAY_INSERT_DUPREC

Hi experts,
   I have searched thru threads relating to the error in creating delivery but still no solution.  I wonder if anyone has come acorss this issue ? I have created  a sales order. Then I try to create delivery using VL10A or VL10 or VL01N. THe update is terminated with error 'SAPSQL_ARRAY_INSERT_DUPREC.
In the delivery, i deleted an output type designated for Fax before saving the delivery.  After saving, it shows the delivery doc number but the doc is never created.   If i don't delete the output type, then i don't get the error.  The error refers to sap program like SAPLV05I or LV05UI15 or SD_Partner_Update.
I try to put a breakpoint in these sap programs but it did not go there.   Pls offer any suggestions you may have.  Thank you.  Joyce

Dear Joyce
Have you checked these threads ??
[SAPSQL_ARRAY_INSERT_DUPREC|DUMP "SAPSQL_ARRAY_INSERT_DUPREC" WHILE MODIFYING A SALES ORDER]
[SAPSQL_ARRAY_INSERT_DUPREC|SAPSQL_ARRAY_INSERT_DUPREC - ABAP runtime error]
thanks
G. Lakshmipathi

Similar Messages

  • Unable to create delivery using ADSUBCON

    Hi Gurus,
    I am unable to create delivery using ADSUBCON transaction for the PO which has material with different Order Unit. My base unit of measure is EA where as the Order unit is Roll. If I delete the order unit system allows me to create delivery where the PO.
    Why the system does not allow me to create the delivery when the order unit is different than base unit of measure.
    Thanks in advance,
    Shashidhar
    Edited by: Shashidhar on Jan 29, 2011 5:19 AM

    HI,
    Its already been  maintained.
    Shashi

  • Re:Unable to Create Delivery !

    Hi all,
    I have created a sales order dated today, i.e. 12.1.2008. When I select the tab "Item Overview", the confirm/delivery date is taken by default as 15.1.2008. If I try to change the date to current date, it doesn't accept.
    When I use VL01N, I get an error message "No schedule lines due for delivery up to the selected date".
    Hence, I am unable to use VL01N to create delivery and hence unable go to the next step of creating a billing and generate an Invoice.
    Can anyone help?
    Please let me know.
    Thanks,
    Amba Prasanna

    hello, friend.
    you tried to change the delivery date in the sales order from 15 jan 2008 to 12 jan 2008.  the system will not allow you because the configuration settings and the master data (probably material master) have entries that tell the system to calculate delivery time to at least 3 days (includes purchasing, picking, loading, delivery preparation lead time, replenishment lead time etc.).   the system is telling you it is impossible to delivery before 15 jan 2008.
    before doing VL01N, make sure that in the sales order there is a CONFIRMED quantity in the schedule lines tab.  take note of the confirmed date, because this is what you need to put in VL01N.
    when doing VL01N, use 15 jan 2008 or a later date.  make sure you have the right shipping point and sales order reference.  this should work for you.  however, if this still does not, then there could be other settings that need to be checked.
    please inform us what item category and schedule line category is determined in your sales order.
    hope this helped, and please do reward if it did.
    regards.

  • Schedule line confirmed but unable to create delivery

    hi,
    schedule lines are confirmed but still not able to create delivery, stock is available in the storage location, no reservations are against the storage location, when i try to create a delivery, delivery quantity field is empty then when i try to enter deliver quantity and picked quantity system give error message ; only 0 ea of material XXXXX available.
    issue has high priority kindly assist me with this

    hi,
    There are so many reasons for not able to create a delivery.
    1) Check the stock in storage location In MMBE
    2) In MD04 check the requirement whether the stock is reserved for any other order
    3) In MD04 or in material master check if any safety stock is maintained.
    regards,
    balajia

  • Unable to create delivery

    hi
    i have stock alot of stock, and my order is fully ready no issue with schedule lines or stock in the order, but when i try and create a delivery its saying that one item doesnt get copied in my delivery saying the following
    only 0.00 PAL OF MATERIAL AVAILBLE.
    I can se alot of materials available via MMBE and via MD04.
    HELP help

    Hi,
    Check whether you have already created some sales orders or deliveries for that material.
    If youhave indeed created some sales orders or deliveries then you shall see that in MD04, the material is reserved for these created sales orders/deliveries.
    That may be the reason that the system is not allowing you to create delivery.
    If you still want to create a delivery then you have to make some modifications in Availability check settings particularly for checking rule -delivery

  • Unable to create delivery with reference to STO

    Hi,
    Facing this error while creating del with ref to the STO.
    Configured the following:
    maintained shipping data for both receiving and supplying plants
    shipping point dertermination
    material extended to the sales area
    Document is incomplete: You cannot save the delivery
    When the system checked whether saving delivery was permitted, it determined that the requirements stored in Define Incompletion Procedures for this document do not allow this subsequent function.
    Please suggest
    regards
    Joseph

    Hi,
    Please check for master data - Vendor master of supplying plant for receving plants purchasing organisation and also supplying plant in additional data in purchasing tab in vendor master
    Customer master for supplier's sales organisation
    Check if shipping point, ship to party / customer, delivery type picked in sto properly
    Check for the STO set up in SPRO
    Delivery type assignment for supplying plant
    if everything is ok, Create delivery in VL10B for sto, if it errors, check for log clicking on log icon
    give error description
    Regds

  • Unable to create delivery for BOM items not in stock??

    Hi Experts,
    We have created a sales order with Parent item and its 3 BOM items, with pricing doen at BOM items. Of the three BOM items, stock exists for only 1 item. When we are trying to create the delivery, it is bringing only the stock item in delivery overview and not the items without stock. We would like:
    1. System to bring all the items while creating delivery. It may not permit picking and PGI till the stock is brought in system.
    2. System to not allow creating delivery till stock exists for all the required items.
    For the non-stock items, system is not allowing to carry out the availability check also. It can give a future date and confirm the quantity for future delivery!!
    Please provide your expert opinions asap. Points would be awarded to all helpful answers.
    Regards,
    Peeyoosh.

    Hi Peeyoosh,
    had you a look at the customizing of your item categories for delivery? Did you use the standard item category TAN? Perhaps the customizing of "availabilty check for delivery item" and "Check quantity 0" in your category for delivery will bring you forward.
    Regards Thomas

  • 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 create delivery through ME2O in subcontracting process

    Hi,
    I am trying to create delivery for the subcontracting order in ME2O, but it was giving the error. Stock also exist for component material.
    The error messange is:
    "An item with no delivery quantity is not permitted. Item will be deleted".
    Please let us know the reason.
    Thanks in advance!
    Thanks,
    Jana

    Hi
    Please check the Stock overview MMBE of the material, in the stcok overview check the stock qty click on
    details and check if any stock qty is reserved for any delivery.
    Usually the delivery is created but PGI is not done , in such cases systme reserves the stock for that delivery, in the sytem it shows that stock is availble but that may be reserved.
    Thanks & Regards
    Kishore

  • Unable to create delivery of Sales order

    while doing VL01N error message given by the system is
    'Material 5000004 is not defined for sales org. 2000 distr.chann.  lang. E' .
    Where i have to maintain distribution channel for material so that i can be able to create delivery.
    Thanks
    Parimal

    go to MM01, now give the new combination of your Sales organisation + Dist.channel fill up the Sale relevant data.
    Select the sales org1, sales org2, sales gen plant, sales text etc and fill up the data and save it.
    Now, your material is extended to the required  combination. You proceed now as normal.
    Another way is to go for common master on distribution channel in VOR1.
    In MM02, click on the "Additional data" button and fill up the language "English" here and save.

  • *MRP unable to create Delivery Schedule Lines in MM Scheduling Agreement*

    Hi Experts,
    I need your help...
    The issue is, in-spit of maintaining Source List with an u201CScheduling Agreement with item No.u201D & u201CSource List Usage in MRPu201D as 2 (Record relevant to MRP. Sched. lines generated automatically), MRP run does not generate Schedule Lines, instead PRs are created.
    Please help me to understand such behavior and fix the issue as the requirement is to generate Schedule Lines only.
    Thanks,
    Pratap

    Hello
    Please check
    1) Source List maintained properly in terms of Material # ; plant # ; proper POrg ; Schd Agr # and line item# ; proper validity date & MRP relevant indicator
    2) Please also check Quata arrangement if you are using. whether % is maintained correctly against the vendor
    3) MD03 , Delivery schedules- should be 3
    4) check your planning horizon whether it is NETCH or not
    5) check material master -MRP2 view, Procurement type is F- external procurement, schedule margin key if you are using
    if everything above is set, then I feel it should work
    Also please verify-
    lot size, safety stock and the corresponding prod volume for MRP input v/s the stock available in MMBE
    example.
    MD04, we can see the open del lines.
    if SS = 50 , prod volume is 150
    1) if MMBE shows 200 then it wont generate any schedule.
    2) if MMBE is 180 and your lotsize is 40, then after MD03, you will have a schedule line of 40 (provided if everything is set properly)
    Please ensure there are NO open delivery lines . if you find such in MD04, then please close open delivery lines
    in calculation of MRP, system considers such open delivery lines are going to receive and no additional schedule line generated even after MRP run
    thanks

  • Unable to create delivery for STO between different stroage locations

    Hi,
    i created PO for STO between differen storage locations belonging to the same plant.
                 At the time creating PO iam getting warning message " Of material RM-999999, only 0 KG are available on desired     
                 date". what could be the reason?
    when iam doing vl10b, PO is displaying but when iam selecting the PO line and clicking on the background button it is not generating any delivery document number and it is not showing any errors?
    can any one help on this.

    Hi Praveen,
    While executing VL10B, you are actually planning to create outbound delivery for STO PO.
    The STO PO will be due for delivery on that date and hence PO is displayed in the transaction.
    The error message specified by you means on the due date of delivery, there is no material quantity exists at supplying storage location. This could be because no quantity exists in storage location or there could be some reservations available for available quantity or some other quantity is booked under some other outbound delivery document on or before that date.
    Check for stock on posting date via t-code MB5B and proceed accordingly.
    Hope this resolves your problem.
    -Ravi

  • Unable to create delivery for sustitute delivery in CRM complaint

    Hi,
    I have created a complaint with sales item in CRM system.Now I created return request which is distributed to ECC as sales order.Processed Returns delivery. Everything is updated in CRM complaint.
    Now i created Substitute delivery request in the same CRM complaint for the replacement. This item is updated in the same sales order in ECC. When I try to create a delivery for this sales order system is not allowed.
    Order cannot be delivered (see long text)
    Message no. VL461
    Diagnosis
    Possible reasons include:
    The copy conditions specified in Specify copy control for deliveries do not allow the order to be delivered.
    The order is blocked for delivery.
    The order document is incomplete.
    My doubt here is when i check the delivery document type, it's LR(returns delivery) for both the cases( for returns and substitute) since the transaction type is same. Now how could I differentiate since first case is returns delivery and second case is substitute delivery which is going out.
    Appreciate your help.
    thanks you
    Regards
    Nagi

    U can manually input LF delivery type in Vl01N screen and do the delivery.

  • Unable to create delivery even though stock is available in MMBE

    Hi,
    It is giving the following error while doing delivery.
    Item 900001:only            0 each from material XXXXXX are available.
    Thanks & regards,

    Hi
    kindly check out..
    Co09...
    besides, in MMBE check out in which st location as well as Batch stock is maintained..
    apart from that also check out batch status in MSc2N..
    hopw u will get any clue from there..
    thanks
    mahesh

  • Unable to create single delivery through scheduling agreement - MM37

    Dear All,
    In our scenario, we are creating scheduling agreement with tcode - ME37 for multiple material and for each material we create multiple delivery creation date schedule with past date (ME38).
    Then we create delivery with VL10D, we put scheduling agreement number in purchase order tab - purchase order field & Execute.
    It creates multiple deliveries but we want to have single delivery.
    We implemented SAP note - 377501 , but is is still not working.
    Kindly advice,
    Regards,
    Bhushan.

    Dear Lakshmipathi,
    Thanks for your reply.
    Yes, I searched the forum & got list of reasons for delivery split but wasn't able to identify exact reason.
    But first I want to confirm,
    1. Whether is it correct process to create delivery through VL10D for scheduling agreement (ME37) ?
    2. Also to overcome delivery split, we implemented SAP note - 377501 but did not worked.
    Therefore I am thinking to implement SAP Note -  386340, Kindly advice.
    Regards,
    Bhushan.

Maybe you are looking for