Error in PO close

Dear MM expert,
We have some PO that we can not close it by tick in "Delivery complete".
Problem is:
Purchase order still contains faulty items Item 100
"Delivery completed" indicator cannot be set for item 00100
*Quantity smaller than invoiced quantity 150,927.000
Can anybody advice/solution me why this problem is occured?
Thanks and b.rgds
Bishnu
25/04

Hi,
it seems that, for the line item 10 iin your PO u may have changed the quantity after posting the miro, which is less than ur invoice quantity. so plz make it correct to reolve your problem.
regards
jash

Similar Messages

  • When i click Yahoo mail, firefox is closing, says send error report or close

    The new Yahoo Mail is updated, so when i open yahoo mail, the browser says " firefox encountered... error . Send error report or close". This is the error window dialogue box appear.
    After that, the complete firebox browser closing, how do i open my yahoo mail.
    GMail and other websites is working fine. The problem with only Yahoo mail.
    Please help.
    My important mail has to be read.

    See:
    *https://support.mozilla.com/kb/Firefox+is+already+running+but+is+not+responding
    *http://kb.mozillazine.org/Profile_in_use

  • Photoshop Elements 10 will not open.  I get Error message that says "Runtime Error!" and closes.  What do I do?

    Help.  Photoshop Elements 10 will not open.  I get Error message that says "Runtime Error!" and closes. What do I do?  What does it mean?  I bought Elements 10 at a retail store.  It did work for a while.

    Hi,
    Can you post back with the following.
    1.  The full Model No. and Product No. of the notebook ( from the service tag underneath your notebook ) - see Here for a further explanation.
    2.  The full version of the operating system you are using ( ie Windows 7 32bit ).
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Iturns encounters an error and must close during transfer to ipod

    Ok it's way late for me but I've been messing with this for the past 41/2 hours. I just want my music
    I had my motherboard replaced. Got the computer back and it removed my downloaded songs. Finally figured out how to get approval back after it requested that I upgrade. Now Itunes opens works fine until I try to update my ipod. Then a few moments after it starts the update it says 'Itunes had encountered an error and must close' click ok and the thing closes.
    I have done the following:
    Removed and reinstalled Itunes/Quicktime
    updated Ipod
    Turned off Norton / Asked it to accept itunes
    Used Windows cleanup
    Msconfig
    went to ewido.net/en/ and deleted all the malware
    Installed quick time stand alone
    Restarted computer after each thing i did.
    Any ideas on how to get this to work???

    Hi all,
    Thanks again for the help.
    I moved the usb to the back of the computer but that still did not fix the problem. So I went to use Windows clean up but it did not list itunes. I also went to the add/remove program and asked it to delete itunes but it didn't do much but remove the option and Itunes shortcut was still there and it was still listed in program files. So I went to the actual folder on my c drive and removed it. Emptied waste basket then restarted my computer. I reinstalled Itunes from my original disk figuring I could go back to the later version. Well it still found and installed the latest version. This time It wouldn't open itunes so I reinstalled Quicktime by itself then opened it and then itunes. with both programs opened I hooked up my ipod and it updated!!! I thought I was going to have to give it up.
    I'm so happy it is finally working again.
    Thanks again for all the ideas.
    theresa

  • I just downloaded the trial of Photoshop.  Every time I try to open it, it comes up with an error message and closes less than 5 seconds into being opened.

    I just downloaded the trial of Photoshop.  Every time I try to open it, it comes up with an error message and closes less than 5 seconds into being opened.  Does anyone know how I can fix this?  I tried rebooting my computer and reinstalling photoshop.  Thank you!

    i7 is quite fast. that's what i am on too. You may need to
    It would be necessary that you have to use "Adobe Creative Suite Cleaner Tool". (see Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 )
    The order varies depending on your individual needs:
    1. Maybe you have to activate/deactivate, so please have a look there:
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    2. Sometimes, we know in the meantime, the "opm.db file" is the culprit. In this case you should delete it.
    3. Did you already try "uninstalling and re-installing"? Be careful with (de)installing aso. by (de)installing by your own resources. As much as I regret it and as strange as it may seem I fear it's a challenge for Adobe's Creative Cloud Cleaner Tool. Sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!)
    I quote: Adobe Creative Suite Cleaner Tool helps resolve installation problems for Adobe Creative Cloud and Adobe Creative Suite (CS3-CS6) applications. The tool removes installation records for prerelease installations of Creative Cloud or Creative Suite applications. It does not affect existing installations of previous versions of Creative Cloud or Creative Suite applications.
    Please use: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html   and follow the prescribed sequence of operations
    4. If necessary and for further questions click through http://helpx.adobe.com/contact.html or http://helpx.adobe.com/de/contact.html or
    Det finns också ett svenskt språkiga chatt. http://helpx.adobe.com/se/contact.html and if "open" please use chat, I had the best experiences. I quote from Adobe's employee Preran: The chat button is activated as soon as there is an agent available to help.

  • I have a strange error when I close  a combobox:

    I have a strange error when I close a combobox:
    <mx:ComboBox
    id="currencyComboBox"
    prompt="Select Currency" dropdownStyleName="dropdown"
    labelField="currencyName"
    >
    <mx:close>
    <![CDATA[
    selectedItem = ComboBox(event.target).selectedItem;
    calculateCustomerData();
    ]]>
    </mx:close>
    <mx:change>
    <![CDATA[
    selectedItem = ComboBox(event.target).selectedItem;
    calculateCustomerData();
    ]]>
    </mx:change>
    </mx:ComboBox>
    RangeError: Index '7' specified is out of bounds.
    at
    mx.collections::ListCollectionView/getItemAt()[E:\dev\3.0.x\frameworks\projects\framework \src\mx\collections\ListCollectionView.as:422]
    This only occurs when its dataprovider is from a result event
    rather than its dataprovider from a predifined arraycollection.
    private function handleGetBanks(event:ResultEvent):void{
    bankResult = new ArrayCollection((event.result as
    ArrayCollection).source);
    currencyComboBox.dataProvider = event.result as
    ArrayCollection;
    rather than using the following as a dataprovider:
    <mx:ArrayCollection id="currencies">
    <mx:Object label="AED" />
    <mx:Object label="AUD" />
    <mx:Object label="CAD" />
    <mx:Object label="EUR" />
    <mx:Object label="NZD" />
    <mx:Object label="USD" />
    <mx:Object label="ZAR" />
    </mx:ArrayCollection>
    Can anyone see what the problem might be?

    Sorry my mistake, the change event was being called before
    the close event. Then I could debug and find the problem

  • When I try to launch the edit tab, I get a error message to close restart my computer and try again.

    When I try to launch the edit tab, I get a error message to close restart my computer and try again.

    The editor saved prefs often get corrupted. This is because PSE saves your settings each time you close the application. Problems can sometimes occur if you don’t let the program close properly or if you launch another application too quickly whilst closing down Elements. You may need to rebuild the editor preferences to resolve any conflicts. To begin, close Elements.
    Hold down the Ctrl+Shift+Alt keys and simultaneously click on the Edit button on the welcome screen. After a few seconds release the three keys and look behind the welcome screen by closing it. Alternatively hold down the three keys whilst  clicking on the desktop icon for the Editor or PhotoshopElementsEditor.exe in the Programs folder. Keep holding down all three keys for a few seconds; then release. You should get the settings option.
    When you see a pop up box with the words: Delete Adobe Photoshop Elements Settings File?
    Click on Yes
    Then wait whilst Elements rebuilds the preferences.

  • When downloading this update an error occurred. Close the process and try you later again it.

    I have Apple iMac and OS X 10.10.1 - Yosemite and Photoshop CS 5
    Update from Bridge CSS 4.0.5; Photoshop 12.0.4 for Photoshop CS 5; Camera RAW 6.7-Update; Update for Extension Manager CS5 5.0.
    I have this error for one year:
    When downloading this update an error occurred. Close the process and try you later again it.
    And with Mac OS Yosemite the printer menu does not fall. Does not function to printing any longer

    Hi @artem98765,
    Welcome to the HP Forums!
    It is a terrific place to find answers and suggestions.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp that when you tried to do a recovery back to factory you received the error incomplete recovery.
    As you did not state if how you were doing the recovery I will include documentation for the process along with a troubleshooting document.
    HP PCs - Performing an HP system recovery (Windows 8)
    HP PCs - Troubleshooting HP System Recovery Problems (Windows 8)
    If you are still unable to complete the recovery please contact HP support for further assistance.
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • I am attempting to load CS6 from a disc and get an error message to close Bridge exe.  Bridge is not

    I am attemtpting to load CS6 from a disc.  I get an error messsage to close Bridge exe even though Bridge is not running.

    See also http://helpx.adobe.com/creative-suite/kb/error-installation-cannot-continue-bridge.html

  • Exporting error: Lightroom has encountered an error and must close

    In LR 1.0 (Trial), every time I attempt to export my images, I get "Lightroom has encountered an error and must close." Details of the error point to first discburning.dll and then ntdll.dll as the culprits. I am only able to export using the "Export Presets."
    Prior to using LR 1.0 (trial), I used Beta 3, then 4.0, then 4.1. Prior to the first install of LR 1.0, I was warned by a friend to uninstall any older versions of LR. I did, the install was successful. After encountering this error, I uninstalled LR, followed by deleting the LightRoom Program Files folders, the backups, the databases, the settings, and registry entries. After reinstallation, the problem still exists.
    I've seen discussion (without definite resolution) of this issue in the beta forum, thanks to Google.
    Any ideas?

    So how do I disable nView. I've accessed the nView Desktop Manager from the Control Panel and discovered that the "nView Desktop Manager" only had the Enable button and that only 2 of the 11 tabs (Profiles was the only other active tab) were grayed out. I can only assume that nView is disabled and has been while I've been having this ptoblem. Just the same, I went so far as to uninstall the drivers altogether, reboot, launch LightRoom again. Upon trying to export, I get the same exact error. Please help. I really loved LR in Beta, expecially 4.1, but this problem really makes it difficult to work with.

  • ITunes as encountered an error and must close

    Everytime I try to install/unistall or open iTunes it says it has encountered and error and must close. The error message where you can send a report. Also when I try to unistall Quick time. It will not let me.

    hi TPee!
    Also when I try to unistall Quick time. It will not let me.
    it sounds like the initial problem is likely due to a broken quicktime. so if we can replace your QT, we should be able to get itunes launching again.
    with that strategy in mind, could you let us know what error message you're getting when you try to uninstall QT? include error message numbers if you're getting any.
    love, b

  • Error message and close down application

    Error message and close down application when trying to import images in Lightroom. Any thoughts?

    Also:
    Which operating system?
    Which version of Lightroom?
    Which camera?
    How are you importing the files - cable to camera? Card reader?

  • Hello, Whenever I try to download Premier Pro CC I get an error message to close (CEPHtmlEngine, CEPHtmlEngine Helper). However, all my applications are closed except for Creative Cloud.

    Hello, Whenever I try to download Premier Pro CC I get an error message to close (CEPHtmlEngine, CEPHtmlEngine Helper). However, all my applications are closed except for Creative Cloud.

    Terminate the processes in task manager/ activity monitor.
    Mylenium

  • Error message to close firefox appears upon app launch and indicates that a copy of firefox is already open. How do I find the open copy and close it permanently?

    When I go into my daughter's account and try to launch Firefox (she was previously using Safari) an error message pops up indicating to "Close Firefox: A copy of Firefox is already open. Only one copy of Firefox can be open at a time." Except that I don't see an open copy of the app, unless it somehow is launched at login, a setting I don't see either. Firefox works fine on other user accounts.

    Is there still a default profile folder present?
    * /Users/&lt;user&gt;/Library/Application Support/Firefox/Profiles/&lt;profile&gt;/
    If not then delete the file [http://kb.mozillazine.org/profiles.ini_file profiles.ini]<br />
    That will cause Firefox to create a new default profile.
    * http://kb.mozillazine.org/Recovering_a_missing_profile

  • I have tried uninstalling and reinstalling Firefox several times. Every time I try to open Firefox I get an error message saying "Close Firefox"," A copy of Firefox is already open. Only one copy of Firefox can be open at a time."

    I uninstall Firefox, then reinstall Firefox, try to open Firefox, and get an error message in a popup box saying,
    "Close Firefox"
    "A copy of Firefox is already open. Only one copy of Firefox can be open at a time."

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • ITunes has encountered an error and must close every time I try to open it.

    I happen to have an iPod Video 30GB and I was happily using iTunes for a few months after acquiring my iPod when suddenly, out of the blue, when I tried to open iTunes, it came up with an error which basically said that it had encountered an error and had to close. The problem is that the window doesn't even get to open.I have read through countless FAQ's on the website and none of them seem to be getting near the problem.I sent an error report and I then checked if the problem had been solved. It said 'No'.I am wondering if anyone else has this problem and if they know how to fix it.

    malware is any kind of MALicious softWARE.
    Popups, spyware, adware, virus, worm.....you get the idea.
    Maybe try ewido.
    I haven't been on these Apple discussion boards for a while, but several months ago, ewido was catching malware that other programs missed.
    Free at www.ewido.net/en/
    Good luck

Maybe you are looking for

  • Start Up Problem - HP Split 13 x2 PC

    Hello, I need help with my new laptop-tablet (Ultrabook). I bought it for almost a week now. I am having problem with power on/start up operation. Whenever i tried to switch it on by pressing the power button, it wont start up... there will just be a

  • Report this post ?

    Today I just noticed a link at the bottom of posts that says "report this post". I became level 2 two days ago, and am wondering if this is new to level 2 users, or if it is new to all users as of today (march 1st). I didn't notice this yesterday, bu

  • PPro CS4 "unknown recorder error"

    Premiere Pro CS4 and Premiere Elements 7.0 are both having the same problem on this machine.  During the digitizing process (F5 - Capture window) it will randomly stop digitizing and a window titled Recorder Error pops up with the unhelpful message "

  • Map LDAP/eDir "Language" and Vibe "Locale" attributes ?

    Hello, We can map a lot of LDAP/eDir user attributes with the Novell Vibe user attributes. Now, I would like to know if it is possible to map the "language" attributes ? The idea is to get the user "language" attribute from eDir and, based on it, to

  • LIBTUX_CAT:305 error

    Hi , The BBL is not getting executed and gives a failure . I am getting the follwing error in the ULOG 061148.babbage!BBL.774.1.0: LIBTUX_CAT:350: ERROR: Configuration file parameters do not match existing bulletin board. 061148.babbage!BBL.774.1.0: