4500157269 -Document is incomplete: You cannot save the delivery

Hi all,
When I try to create an outbound delivery for an STO using t-code VL10B, i get an error saying the following:
Error Log for coll. run 0000740903.
            4500157269 000000 Document is incomplete: You cannot save the delivery.
           LongText               Detail                 Diagnosis
                    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 advise how to overcome this problem.
Thanks
Kaveri

Hello Kaveri,
It seems to me that the "incompletion procedures" for replenishment delivery have not been fulfilled to create the delivery.
Can you please check what is the incompletion procedure assigned to your replenishment delivery and what fields in that procedure are mandatory to be filled before the delivery document gets generated.
If these fields are not filled, then the delivery creation fails. Please check the details in the config (LE>Shipping>Basic Shipping functions>incomplete control for deliveries>Assing incompleteness procedure and then define incompletion procedure for the field information at the header and item level).
If this seems to be lengthy, please check with your SD guy who can quickly check it for you about the incompletion procedure requirements.

Similar Messages

  • Error: Document is incomplete: You cannot save the delivery

    During MB1B, mov type 343 in decentralized environment getting error "Document is incomplete: You cannot save the delivery"

    Sharing screens from ERP Customization mov 343
    In warehouse mov 343
    Entries are maintained for mov 343

  • Document is incomplete you cannot save the delivery

    hi experts
    when i am trying to save sales order its saying G/L account is missing , and even i saved and and doin delivery material is not pickect and in picking tab qty is zero in gray color inactive mode.
    so please can you tell me what have to do complete document and how can i get that qty in picked qty.
    Thanks in advance
    madhu

    Hi Madhu,
    For completing the document, you need to follow the given steps.
    Go to VA02 --> Open your order --> Click at "Enviroment" --> Click at "Analysis" -->  Click at "Account Determination"
    Left hand side, you can see your condition type. Open the tree and maintain the same combination in T-code VKOA with the right G/L account.
    I dont think it stop you to create delivery, but it should not allow you to bill.
    So 1st complete the order then go to VL01n --> create your delivery --> Click at "Subsequent function" --> Click at "Create Transfer order" --> It will take you another screen --> give your delivery number --> warehouse numnber --> Enter --> on next screen click at Generate TO --> Save it
    Come back to VL02N --> Enter yoru delivery number --> Now you can see the picking is already done.
    Hope it helps,
    Regards,
    MT
    Edited by: M T on Apr 8, 2010 11:08 AM

  • Error: creating Delivery for STO PO:Document is incomplete: You cannot save

    Dear Gurus,
    I,m  carrying out STO between two plants with in same company code.I have ctreated STO-PO(doc type UB)
    When proceed for delivery using VL10B the following error is creeping in:"Document is incomplete: You cannot save the delivery"
    The technical data provides the following info
    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.
    Message number :VU 013
    Any body has an idea how to proceed i have already all the settings related SD.
    Regards
    Praveen

    Hello Praveen Kumar
    Please check the below Note
    Note 335504 - Not possible to save delivery because of VU013
    Hope this helps
    Thanks
    Arshad

  • You cannot save the document on the file system (WIS 30903)

    Hi Experts,
    I just would like to inquire if anyone of you is familiar with this error?
    I've tried to search for WIS 30903, but the results were very limited.
    Just thought that someone here might have experienced this and know
    the cause and solution for this error.
    Kind Regards and Many Thanks,
    Mark

    Hello Mark,
    Are you trying to save Webi report from Webi Rich client?
    What is your BO version?
    If you are using BI 4.1 SP02  and trying to save the report from rich client..we can get this error..to resolve this you may need to have Admin rights..
    Please note that report will get save even if you get the above error..
    Regards,
    Naveen D

  • STO-IBD:Document incomplete cannot save the delivery

    Hi All,
    I have created new plant copied from  another plant .
    SPED condition record created in VV21.
    Now i created STO process as follows
    1. Created STO and confirmation tabe with "shipment notification"
    2. OBD using VL10D
    3. PGI done
    4..Now as per config and sped condtion record .. it should create the inbound delivery and same way it happend and tested and it worked well till yesterday
    today morining it is showing below error msg only for the newly created plant and other plants are working well.
    Some times it also initially shows error message .."Inbound delivery intiated in new task" and finally shows the above error message.
    Help me how to proceed to get inbound delivery for this.
    Thanks,
    Muru..

    Hi Muru,
    The first step to take here is to check the delivery creation process to identify which element is causing the error in the incompletion process.
    Can you see the same error when creating the IBD in VL31N? To catch it in debugging of the SPED output you can set parameter ledsp_debug_mode to 'vl10'. In debugging you can check the entry of XVBUV table to see what is incomplete.
    Regards
    Stephen

  • Cannot save the selected regions

    I'm just trying to set up a site for a client. I don't use Dreamweaver so I'm trying to create editable regions in the browser, following the instructions (http://help.adobe.com/en_US/InContextEditing/Administrator/index.html#editable).
    When I put a tick in the checkbox and click on Save, I get an error message: "You cannot save the selected regions, etc". The region is not dynamically generated - in fact this is a very simple static page with no scripts at all, nothing complicated. Here's the URL: http://www.artonhart.com.au/guestbook.html
    The region I'm trying to select is a td, id=guestbook.
    What to do?
    Jen

    Well... as for the table structure thats not exactly correct. The proper way to code a table is as follows
    Please read this thread: Re:  Editing a Table using ICE
    define div
         define table
              define table body (create a repeating group if you have repeating cells)
              define table rows
                   define table headings (can be editable if enabled)
                   define table rows (enable repeating if you like)
                        define table data (create editable cells)
    <div
    id="repeating-table">
      <table width="100%" id="Name_Table">
    <tbody ice:repeatinggroup="*">
          <tr>
           <th width="331"> <h2>Column Heading 1 </h2></th>
    <th width="76"> <h2>Column Heading 2 </h2></th>
    <th width="58"> <h2>Column Heading 3 </h2></th>
    <th width="50"> <h2>Column Heading 4 </h2></th>
    <th width="50"> <h2>Column Heading 5 </h2></th>
    <th width="42"> <h2>Column Heading 6 </h2></th>
    <th width="55"> <h2>Column Heading 7 </h2></th>
    </tr>
          <tr ice:repeating="true">
            <td
    class="style-it" ice:editable="*">content 1</td>
    <td ice:editable="*">content 2</td>
            <td
    ice:editable="*">content 3</td>
            <td
    ice:editable="*">content 4</td>
            <td
    ice:editable="*">content 5</td>
            <td
    ice:editable="*">content 6</td>
            <td
    ice:editable="*">content 7</td>
          </tr>
    </tbody>
      </table>
    </div>

  • Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension ".wmv" at the end of the name. The required extension is ".webarchive" --if I save it this way, i just get a web address rather than the wmv

    Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension “.wmv” at the end of the name. The required extension is “.webarchive” --if I save it this way, i just get a web address rather than the wmv

    Find the URL for the WMV, paste it into Safari's address bar, and press the Option and Enter keys.
    (66873)

  • I've noticed that in the new version of Firefox that you cannot save multiple tabs at one time like the previous Firefox 3.6.or so and I wanted to know if I can find that feature again?

    I've noticed that in the new version of Firefox that you cannot save multiple tabs at one time like the previous Firefox 3.6.or so and I wanted to know if I can find that feature again?
    In the previous versions of Firefox when you went to you Bookmarks menu it gave you the options to either Bookmark This Page 'command' + 'D', Subscribe to this Page, Bookmark All Tabs 'up-arrow-key' + 'command' + 'D', and Organize Bookmarks 'up-arrow-key' + 'command' + 'B' however in the newest version of Firefox there is no Bookmark All Tabs so you can bookmark all the tabs that you have up in one window at a time. So I need to know if it is possible that the feature is now in a different place, is gone altogether, or if you can get that feature another way?
    For me personally and my work I go through hundreds of web pages a day and save around half of those so it is imperative that I be able to bookmark more then one tab at a time because I can't be bothered to bookmark every single page separately and then go through hundreds of tabs in my Unsorted bookmarks in order to sort those bookmarks. It is simple inconvenient to sort every bookmark individually that is why the previous version of Firefox with the Bookmark All Tabs button was superior in its convenience.

    Right click any tab and choose "Bookmark All Tabs".

  • I am trying to download iTunes, but cannot save the file because the thank you page comes up right away.

    I am trying to download itunes 11.1.3. 
    I cannot save the file,ItunesSetup.exe. 
    I click on Save File and nothing happens, I use XP.  The thank you page comes up right away

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Error in Portal: The Standard transport system is active.You cannot save

    Hi Experts
      In Portal,I am trying to save a BW Query as view in 'Favorites' or 'BEx Portfolio' or 'My Portfolio',I can't able to save it as i am getting
    "The Standard transport system is active.You cannot save" msg
    Please update me what is the reason and how to resolve this error
    Thanks in advance

    Hi,
    SAP Note : 356018 might be handy.
    Regards,
    Sandeep Tudumu

  • Infopath cannot save the following form - this document library was either renamed or deleted

    Hi there,
    I'm working in InfoPath 2013, using a remote desktop connection to a Windows 7 machine publishing to an on-prem SharePoint 2013 server.
    When creating my form, I go to publish it to a form library and get the following error:
    InfoPath cannot save the following form http://myformlocationandname This document library was either renamed or deleted, or network problems are preventing the file from being saved. If this problem persists, please contact your network administrator
    I've tried updating a library, creating a new library, but neither work. I can however, edit a list and customise the form to then publish back without a problem.
    If anyone could offer any advice, I'd be very grateful! :-)
    Thanks very much,
    Alex

    Step1: First, the method of control :
    Add
    Windows Server Feature: User Interfaces and Infrastructure -> Desktop
    Experience 
    Reboot 
    Start
    Windows Services -> Themes service
    Step2: I did not answer:
    Go to SharePoint and create new Subsite
    Created Test Subsite

  • Acrobat XI cannot save the file, cannot read document

    Recently acquired Acrobat XI with a new scanner. with several specific files that were sent to me, I get an error message that it cannot save the file because it cannot read it error (135). 3 out of 4 documents are originals. The 4th was apparently printed out and scanned. No problem with it. Any suggestions? I've pretty much tried everything and only solution seems to be creating jpgs files and then turning them back into a PDF file. Another party who received the files reports she has no problem with it. My guess is that she has an older version of Acrobat. I'm having the same problem with the Reader version.

    Thanks for the response. I sent a response to the email notification but since I don't know if that puts my response on the forum, I'm putting it here as well. Yes, Under "help" I've run the updates multiple times and none are available. I did see a fix that sounded like it was for this type of situation but I could not find the switches in the program to carry out the recommendation. It sounded like the problem was that XI has trouble "reading" some documents and gets "hung" as a result. The solution was to turn off this feature. But I don't see how I can do that. I downloaded Soda PDF (alternative program) and it did not have any problem with it. Also, someone else opened it with no problem.

  • PPT has found an error and cannot save the file in Microsoft Powerpoint2010

    I have been working in 2010 for 6 months and this is the 3rd time I have experienced this error.  I am using my own 2010- created, macro-enabled template - I want to save the file but I get an error message stating PPT
    has found an error and cannot save the file. 
    This has happened on both newly created files using this template, and files previously successfully saved.  The template has been used without error many, many times.
    I have on occassion been able to save as a 97-2003 file and then resave (with some loss of function) as a 2010 macro-enabled file, on another occassion I was not able to do this and lost some work.
    Copying into a new document didn't solve the problem. Copying into a different template didn't solve the problem.
    Any ideas what is happening, and how I can stop it happening?
    Kind regards

    Hi,
    Have you tried saving the file in *.pptm format (basically this extension is for powerpoint presentation with macros)
    Maybe try Save As and see if you can save it under a different name.
    Once you get the file closed, then reopen PPT and go to Office Button | PPT Options | Resources. Run Office Diagnostics there.
    In addition, make sure you have a local printer driver installed and set as the default printer. And it really might fix the issue.
    Here's info on what to do:http://www.pptfaq.com/FAQ00952.htm
    Sincerely

  • GB won't open- This is what I get... Path does not exist: /Library/Audio/Apple Loops Index  st: /Library/Audio/Apple Loops Index w/out this directory you cannot use the Loop Browser

    Path does not exist: /Library/Audio/Apple Loops Index  st: /Library/Audio/Apple Loops Index w/out this directory you cannot use the Loop Browser.  Then I get this message...
    Instrument Library Invalid
    GarageBand Ecpects a valid instrument foledr in /Libraty/Application Support/GarageBand
    Please choose a valid instrument Library folder or quit and re-install GB
    Any solutions?

    Is this a new installation of GarageBand or has it worked before on the same computer?
    Or have you transferrred your GarageBand from a different computer?
    The error message is saying, that your GarageBand installation is incomplete. There are essential foldrs missing in your system library. 
    Check, if indeed both folders are missing or if only the permissions are set incorrectly.
    Your system library (the folder "System" directly on your system drive) should have the following folders inside the folder "Audio", and they need to be readable by the system and by administrators.
    And in the folder /Library/Application Support there should be the Instrument Library.
    If these folders do not exist (or no longer exist), restore them from your backup-  If your GarageBand version is a new installation, the application may not hve been downloaded or installed completely, then reinstall GarageBand.
    What is your GarageBAnd version, and how did you install it originally?
    Regards
    Léonie

Maybe you are looking for

  • How can I remove dotted circle U2 songs from my iPhone?

    I've faced with the annoying 'Unable to download item' pop-ups in every time after the phone booted. Seem this happen after upgraded to iOS 8 and after downloaded U2 SOI album. Things I've tried.. Remove iTunes gift album "Songs of Innocence" from yo

  • Signature option in Adobe Reader.

    Why is the signature option in Adobe Reader one "greyed out" for iPad users, you can no longer access your signatures and add them to a document ?

  • Spare tips for Lenovo 90W AC/DC Combo Adapter

    Just got the Combo Adapter, and wanted to order a spare tip to charge my Motorola cell phone with it. Dumb question - will the spare tip plug into the power cord of the adapter, or do you have to use the dual-charge cable for the tip to work? I rarel

  • Query using SDO in JDeveloper - NullPointer

    I have this java lines for query: DocsOddcModuleServiceImpl docs = new DocsOddcModuleServiceImpl(); FindCriteria findCriteria = new FindCriteriaImpl(); FindControl findControl = new FindControlImpl(); DocsOddcVOSDOResult result = docs.findDocsOddcVO1

  • How to hide Frieght in PO Print out...

    hi guru's Can anybody explain how to hide the frieght charges in PO print out.If the frieght vendor is different from Main vendor, my client wants to Hide the frieght charges only in Print outs, please any one explain the configuration details for th