Not able to delete inbound delivery.

Hi Gurus,
Please help me delete inbound delivery. I have a ticket where user is not able to delete inbound delivery. I tried to delete this delivery and I’m also getting the same errors that user is getting.
I have tried to insert real screen shots from production system in this post to give a better understanding of the scenario.
The situation is: PO was created for 2 line items for same material but different batch, for different quantities.
For line item 1:
1.      Two separate partial deliveries were received along with 1 delivery note each, for quantities 14,957.130 KG and 855.017 KG.
2.      Goods issue was posted for both quantities.
3.      Invoice receipt was done for both quantities.
4.      Goods receipt was done for both quantities.
5.      However, goods receipt was later reversed for quantity 14,957.130 KG.
Screenshots Line item 1
For line item 2:
1.      One delivery was received for full quantity of 292.112 KG.
2.      Goods issue was posted for same quantity.
3.      Invoice receipt was posted for same quantity.
4.      Goods receipt was posted for same quantity.
5.      However, goods receipt was later reversed for full quantity.
Inbound Delivery screens below:
Error VL32N screen
Message in VL09 when trying to reverse goods movement with reference to inbound delivery:
Please tell me how can this inbound delivery be deleted?
Points will be awarded for right help.
Thank you for viewing.

Hi
BV Yadav:
1. it's the business user who posted the invoice, and posted goods issue the was it appears in PO history.  i'm not sure how they did it.
Kamlesh: I tried both, changing the document date and delivery date to current. i still got same error. still not able to delete inbound delivery.
Tomas Figura: Puaway QTY is already 0. this field is blank, nothing in it. pic below:
Note: someone has suggested to follow the process to reverse as many postings that have been done against the PO as possible and ultimately delete the PO, this will break all links between PO and inbound, outbound deliveries. and hence, there won't be a need to delete inbound delivery anymore.  then the business user can start the brand new process from scratch by creating a new PO, create a new outbound, inbound deliveries, and all. what do you guys think of it? Please comment.
Thank you guys.

Similar Messages

  • Not able to delete a delivery after revenue recognition is reversed

    Hello Gurus,
    We have a situation for certain Sales Order types after creation of Sales Order -> Delivery and PGI, we do revenue recognition. But there was some mistake and delivery needed to be deleted and recreated if needed. So after doing revenue recognition reversal we are reversing the PGI. After this when we try to delete the  Delivery ( which would have got deleted if there was no revenue recognition process ) we get the below error.
    Is it a problem with the way Revenue recognition is configured or does the standard behave like this. If the Invoice is also present in the above I am able to cancel the Invoice. If you think its a problem with the way Revenue reccognition is configured please advise.
    Item 000010 cannot be deleted (revenue recognition status)
    Message no. VL896
    Diagnosis
    The delivery or delivery item cannot be deleted.
    System response
    The document cannot be deleted since the delivery contains items that
    reference sales document items that are relevant for revenue
    recognition. When the goods issue was posted, the system created revenue
    lines that had already been recognized. This means that there are
    subsequent documents in revenue recognition for this delivery.
    Procedure
    If you no longer require the delivery or delivery item for deletion, set
    the delivery quantities to zero and repost the goods issue. Make sure
    that the quantity zero is allowed in Customizing for the delivery item
    category. When the goods issue is posted, the overall processing status
    is set to C and the delivery can be archived. Message determination
    should be configured not to send any messages in this case. To make sure
    that the system makes revenue corrections if there are differences
    vbetween billed and recognized values, set a billing-relevant rejection
    reason in the sales document item if more than one partial delivery is
    allowed.
    If you still want to use the delivery, adjust the delivery quantities
    accordingly. Alternatively, deliver the referencing sales document item
    again. Note that the sales document item cannot be delivered again if
    only a partial delivery is allowed.
    What are the changes I can do to Delete the Delivery?
    If I cannot Delete the Delivery, Should I make the Delivery as 0 qty and create a new delivery with changed qty and do further process. Or should I reject the Sales Order and create a new sales order with exact qty and do further process.
    Please advise.
    Regards,
    SNK.
    Delivery has one line item. For the above case scenario, invoice is there for some deliveries and for some deliveries there is no invoice. Eg: SO -> DN -> PGI -> Rev Recog -> Iv or SO -> DN -> PGI -> Rev Recog. Requirement was SO was wrongly created as the qty was wrong or in some cases SO needs to be rejected. I am able to cancel Invoice. Rev recog is reversed. PGI is cancelled by VL09. Not able to delete Delivery and I get the above error. Ideally I thought since Rev recog is reversed, Delivery should have been deleted but not happening and above error comes.
    SO - Sales Order DN - Delivery IV - Invoice
    Edited by: sapconsultnt on Dec 16, 2009 5:06 AM

    Hello,
    Please review the Note 1224871 which introduced this functionality.
    Regards,
    Raghavendra YN

  • Issue while deleting Inbound delivery.

    Hello All,
    Here there is an issue while deleting Inbound delivery.
    GR ie 101 movement type is done for 1000 stocks.
    Later GR reversal ie 102 movement type is done for 200 stocks.
    So now in MD04 transaction inbound delivery is opened for 200 stocks.
    I am trying to delete Inbound delivery for 200 stocks but it doent allow.
    wht to do?please help

    I think you have used 102 and manully amend the qty.
    The inbound has 1000 qty, you reverse 200 qty. You should amend inbound delivery document qty to 800 and not delete it.
    Appreciate to revert is solution works for you.

  • Not able to delete line items using BAPI_OUTB_DELIVERY_CHANGE

    Hi,
        Not able to delete line items of a delivery using BAPI 'BAPI_OUTB_DELIVERY_CHANGE', with thte below code and even return parameter has zero messages.
    I have even checked existing below posting.
    https://www.sdn.sap.com/irj/scn/logon?redirect=http%3a%2f%2fforums.sdn.sap.com%2fthread.jspa%3fthreadid%3d782509
    Below is the code that i am using.........
    *wa1-deliv_numb = wa_lips-vbeln.
    wa1-deliv_item = wa_lips-posnr.
    APPEND wa1 to item_data.
    wa-deliv_numb = vbeln_so .
    wa-deliv_item = l_item.
    wa-del_item = 'X'.
    APPEND wa TO item_control.
    w_header_data-deliv_numb = vbeln_so .
    w_header_control-deliv_numb = vbeln_so .
    w_delivery = vbeln_so .
    *w_header_control-dlv_del = 'X'. "Delete whole Delivery
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
      EXPORTING
        header_data    = w_header_data
        header_control = w_header_control
        delivery       = w_delivery
      TABLES
       item_data      = item_data
        item_control   = item_control
        return         = return.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
    I have even  tried uncommenting item_data parameter but not able to delete line item.....i am able to delete whole delivery but not line items .........can any one of u help me in resolving this issiue plz ???
    Regards,
    M, Manohar

    Kindly use WS_DELIVERY_UPDATE to delete the items
    Sample code:
    L_VBKOK-VBELN_VL = vbeln_so.
    clear l_vbpok.
             refresh l_vbpok.
             l_vbpok-vbeln_vl = vbeln_so
             l_vbpok-posnr_vl = wa_deliv_item.
             l_vbpok-lips_del = c_x.
             append l_vbpok.
             set update task local.
             call function 'WS_DELIVERY_UPDATE'
               exporting
                 vbkok_wa = l_vbkok
                 commit   = ' '
                 delivery = lv_delivery
               tables
                 vbpok_tab = l_vbpok
               exceptions
                 others   = 0.
             commit work and wait.

  • Delete inbound delivery against PO after goods recipt

    Hi Gurus,
    I have a question regarding the link of Purchase Order and Inbound delivery status indicator.
    This is my scenario. I had created a purhase order with qty 10, I have received GR using MIGo for 4 qty.
    After one month I have created inbound delivery  for the reaining qty 6 against the same PO.
    When I am trying to delete this delivery document system throughing the error message "cannot delete inbound delivery as the status of the document is partially completed".
    why system linked the delivery document with previuos goods reciept?
    how can I delete the inbound delivery?
    please suggest
    Thanks.
    Sreeram

    Sreeram,
    From the PO, get the confirmation control key value from confirmation tab and go to SE16 on table T163G with this value. My guess is field WEREL for confirmation category LA has a value of "X". If this is the case, that explains the behavior as you described in your posting. When the inbound delivery is created, the program will update the quantity reduced field in the confirmation tab of PO by GR quantity (4 in your example). With this update, you can no longer delete the inbound delivery.
    So to delete the inbound delivery, you will need to cancel the GR. Once the GR is cancelled, you should be able to delete the inbound delivery. Once the inbound delivery is deleted, you can re-post the GR so you stock data can be restored to its original value.
    Revi

  • Deleted Inbound Delivery data

    Hi Gurus,
    We have deleted some inbound deliveries in the sytem .Now we want to see those inbound delivery data like Handling Units and packing data.Can I know how to see this data.I have tried vl06i but this report does not show deleted inbound delivery data.
    Is there any other way where I can see this data.
    Thanks,
    Shekar

    Deleted inbound delivery cannot be viewed in VL06 report.
    you can check in VL03N is you have those delivery numbers or you can also check if you have those documents number with ref to which these inbound deliveries are created
    Thanks
    Raghav

  • Delete Inbound delivery

    HI ALL,
    I am use warehouse management & Handling unit. I want to delete the inbound delivery that the picking status is complete.
    How to do that ? could anyone tell me please ?
    Thanks & Best Regards,
    Saiful arif

    Hi Saiful,
    To delete the inbound delivery, you must firstly move the SU back to its original place. Once this is done, you can then un-assign the HU from the delivery and then you should be able to delete the delivery.
    Please try again with LT09.
    Kind Regards,
    Patrick

  • Not able to delete file from external hard disk

    I connected my external hard disk to my macbook pro. But am not able to delete any file since it says the file cannot be deleted when I move it to trash. Could you let me know how to delete a file from the external hard disk?

    How is your HDD formatted? NTFS? FAT?
    Did you write files with rights? When you strike +I on any file, you can see its rights; if you're read-only, you may change your file's rights.

  • I changed my Apple ID that using an invalid email address to a new one and I am trying to update iCloud account on iPhone5 with iOS 7.1.2, and I am not able to delete iCloud account without the old password.

    I changed my Apple ID that using an invalid email address and I am trying to update iCloud account with my new Apple ID on iPhone 5 with iOS 7.1.2. I am not able to delete iCloud account without the old password. Is there a way to update the Apple ID of my iCloud account?

    Many people are having probalems with this right now.  The only solution I've seen that seems to consistently work is the one posted by Brackers28 here: https://discussions.apple.com/message/23020591#23020591.  This only works if you still have access to your old email account.  If you don't, you'll have to have Apple help you reset the password for your old account so you can turn off Find My iPhone and sign into your account with your correct ID.

  • Not able to delete emails from Shared mailbox

    Hello Team,
    I have a mailbox which is shared. User A is having access on that mailbox.
    I have added That mailbox as additional Mailbox. when i click on delete button or right click delete i am not able to delete that messages and from any folder.
    I have configured User A profile on multiple system and in each and every system i am not able to delete emails
    I am using O365 business plan and my Outlook is professional plus with latest update
    I removed the mailbox which is shared and added that account as Multi Ex so i am able to delete it
    I am running scripts in background so i dont want to add that mailbox as Multi Ex(By going into account settings and adding new email with credentials)
    I have given full access to User A on that mailbox on the portal. I removed the access and then re added the access and then also i am not able to delete emails
    I have tried safe mode
    I have tried online mode
    I have tried cached mode 
    I have tried Right clicking folder for example Inbox and given User A as owner permission from outlook.
    I have done the same method of giving permission from OWA
    If i open Mailbox in OWA by logging in Using User A and then clicking another user's mailbox and opening mailbox which is shared and i am able to delete emails there.

    Exchange doesn't do that.  POP3 is a single mailbox client mail retrieval protocol, not a mail transport protocol. 
    Any attempt to use it as a mail transport protocol is a great big kludge. 
    Exchange is designed to connect to the Internet using SMTP.
    Small Business Server includes a POP mail puller, but I don't recommend it because, again, it's a great big kludge.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Not able to delete some of the pages in subpage

    Hi,
    I am not able to delete some of the subpages in a pagegroup and it gives the following error mentioned below can any one shed some light so that it can be fixed.
    the error that surprised me during the page deletion is
    Internal error (WWC-00006)
    Error while deleting page. (WWC-44130)
    Unexpected error - User-Defined Exception (WWC-35000)
    Unexpected error - User-Defined Exception (WWC-35000)
    Path ID does not exist. (WWC-50001)
    this is the same problem with some of the pages is the same page group but a different set of subpages.
    My portal version is 10.1.2.0.2 (Build: 150).
    it would be very nice of them if any one could give me a solution for this.
    Best Regards,
    Vijay.

    Only photos taken with the iPad, copied onto it via the camera connection kit, or saved from emails/websites etc can be deleted directly on the iPad. Photos that were synced from your computer are deleted by moving/removing/de-selecting them from where they were synced from on your computer and then re-syncing.

  • I have changed my Apple ID name and I want to change it on iCloud, however I am not able to delete the previous account because I need to turn off the Find my iPhone - and for that I need to log in with the old name and that is not working. Help anyone?

    I have changed my Apple ID name and I want to change it on iCloud, however I am not able to delete the previous account because I need to turn off the Find my iPhone - and for that I need to log in with the old name and that is not working. Help anyone?

    Hey tulgan,
    This link will provide information on what to do after you change your Apple ID:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

  • I am not able to delete my files.

    I am not able to delete my files. When I delete file It ask me for password, and then It delete from system but hard does not show any free space that must be created when I delete some file. Please help me.

    After deleting ,no data is going trash.
    I am getting this problem from 3 three days. Rebooting system is not working. It seems like that when I delete file its move to some other location.
    If it is security feature then please tell me how can I change it?

  • Not able to delet the order

    hi friends
    I am not able to delet maintenance order. I have the following error message when I try to. What should I do? Thanks.
    Balance of ORD 1000006902 is not zero
    Message no. KO115
    Diagnosis
    The balance on object ORD 1000006902 is not zero. That is, there are still costs on the object.
    System Response
    The object cannot be closed and the deletion flag must not be set.
    Procedure
    Settle the object before you close it or set the deletion flag.
    I have tried to settle the order with transaction KO88 (single order settlement) . i am getting message
    There are no accrued amounts; settlement is not possible.

    Hello WISH,
    i guess you have to repost the cost of the internal order to another internal order (probably of the header level) before you can delete the internal order.
    Kind regards

  • Not able to delete app icons that are in loading stage and more than 20mb, so cant be loaded completely.

    I am not able to delete the app icon (loading) of more than 20MB file app.
    I have downloaded them to my itunes but they just dont go away even after syncronising.
    just to mention i have 3G network but no wifi at present.

    Try resetting the iPad. Hold down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple logo appears and see if the loading icon is still there.
    If that doesn't work, try deleting the app from the iPad and then sync it again. Delete the app by syncing with iTunes and deselect the app.
    While your iPad is connected to your computer and iTunes is running, select your iPad on the left side bar, click on the apps tab in the iTunes window on the right, Uncheck the box next to the name of the app and then sync (click on apply) to remove the app from the iPad. Restart the iPad - hold down on the sleep button until the red slider appears, then slide to shut down, hold the sleep button until the Apple logo appears to start up.
    Then connect the iPad to the computer again and go through the same process except this time select the app and click on apply to put it back onto the iPad.
    See if that doesn't remove the loading icon.

Maybe you are looking for

  • Need to know the program names to which the table is used

    Hi, I am using a table <table1>. For Example : MARA table. I need to know in what are all the program's the MARA table is used . Please let me know in which tcode can I know the details. Thanks, Karthik

  • Cannot Fax PDF files (Fax looks &@$##$%)

    We are working with a medical group which uses a fax server to distribute about 200 pages a day to various other doctors. The documents are stored in an electronic medical record as pdf files (made using acrobat).  they are then sent to a fax server,

  • Rezising or resolution change???

    Hi, I have shot RAW images worked on them and saved them as High resolution JPEGS. I would like to send a large number of these images to the subject, and want them to print ok to 5*7 size, but was wondering the best way of doing this - is it to save

  • HT4009 Restoring of non-renewing in-app Purchases

    The Getting started with In-App Purchase on iOS and OS X (published February 3, 2014) document in "Restoring Previous Completed Purchases" specifies that non-renewing purchases must be transferred to other devices. In-App Purchase Type: Non-Renewing

  • Art - single clicking a song and art displays

    Does anybody know how to tweek the settings in iTunes to where you can click on any song in your library and the art pops up (vs. double-clicking and the song starts)? I've seen this done before, just not sure if maybe it was an older version of iTun