Find PO Qty still to be delivered

Dear experts,
Following 105 movement of a material,from which table and field can i know the quantity still pending against PO ordered qty ?

hi
use t code ME80RN  then give doc no if u have then doc category as F
and excecute
then click on change view button there u can find the po history there u can find all the history regarding the pos
or
go to ur po and and check po history
rewrd if helpful
regards
kunal

Similar Messages

  • In ME2L transaction, Still to be delivered Qty showing after Short Closed

    Hi,
    We have a PO with 50 qty pending, which is showing in ME2L transaction. Now we want to short close this PO.
    Through ME22N transaction, we has short closed this PO.
    But till now, in ME2L Still to be delivered qty showing 50. How can we see the Open PO list now...
    Regards..

    Hi Anil,
    How u have short closed PO.
    Select PO Line items and click on Lock symbol for blocking.
    then execute ME2L transaction, so that you can see "To be Del. Qty." as Zero
    Regards,
    VB Rao

  • ME2L : still to be delivered is not displayed correctly in ALV report

    Dear All,
    The still to be delivered and still to be invoiced quantity is not being displayed correctly in ME2L report. In BEST format the report displayes the correct values. In the ALV form the quantity is same as the ordered quantity.
    can anyone he

    If the selection is the same for BEST layout and ALV layout then the results should equal.
    if a field in ALV display has a different value than in the old list display, then it pretty much looks like a bug, and bugs can only be erased by program changes from SAP via OSS notes.
    Check SAPNet for notes, open a message yourself to SAP if you dont find any.

  • Wrong 'Still to be delivered' & 'Still to be invoiced' quantities against service POs in ME2* reports

    Hello All,'
    I have come across some strange issue in all ME2* reports when I am checking the service POs.
    Few of the service POs are showing zero quantity for still to be delivered & invoiced when the service entry sheet is yet to be created & invoice has to be posted. However the amount for both i.e. still to be delivered & still to be invoiced are showing for those POs. In few of the POs where the service entry sheet has been created the still to be invoiced is showing as zero. The 'Delivery Schedule' tab page it shows correct open quantity.
    Please do note that we have indicator ' service-Based invoice verification' is marked & GR non valuated is not marked. Delivery completed & final invoice indicators are not set.
    I have searched the forum as well as SAP market place & came across few threads & notes but non of them has helped yet. The details are as follows,
    Notes-
    1855902
    706149
    1336237
    1449459
    1852810
    Threads
    ME2K - Still to be Invoice.........
    ME2N Report was showing wrong info
    Timely help will be appreciated.
    Manoj P.

    Hi Dev,
    Thanks for the information.
    ME2S won't be of much help for us as we want to know the pending quantity or still to be delivered quantity on item level & not on services level in one go for all the POs (including service, material POs too).
    Pleas find the screen shots below,
    Also check out the details in the 'Delivery schedule' tab page.
    Thanks
    Manoj P.

  • I have activated iCloud on iPad2 and iPhone4S (both on iOS 7) using the same Apple ID and signed into 'Find my iPhone' still my iphone is not visible in my devices. I can only see my iPad.

    I have activated iCloud on iPad2 and iPhone4S (both on iOS 7) using the same Apple ID and signed into 'Find my iPhone' still my iphone is not visible in my devices. I can only see my iPad.

    On your iPhone, try toggling Find My iPhone off, then back on after a few seconds.

  • Tried to upgrade os4 to os7 but could not due to "find my iphone" still turned on.   Could not turn off at that stage so set up as new iphone.  Now icloud will only accept past id email address which i no longer have,  but itunes on my phone has my correc

    Tried to upgrade os4 to os7 but could not due to "find my iphone" still turned on. 
    Could not turn it off at that stage so set up as new iphone.  Now icloud will only accept past id email address and password which i no longer have,
    but itunes on my phone has my correct current id and password.  I need to restore my back up from itunes, i did not use icloud.
    Any help please. 
    I did try yesterday but did not realise at that time that itunes had correct apple id.  Hopefully this is a good thing!

    Thank you for your prompt reply.
    I have looked at icloud.com/find numerous times and my iPad is not showing at all (see picture below). As I said I did turn off 'Find My iPhone' on my iPad and then erase all settings and data before taking it to the repair centre.
    The gentleman at the repair centre said that the device won't restore because "Apple thinks that 'Find My iPhone' is still turned on" (I'm repeating what he said).

  • BAPI_GOODSMVT_CREATE - Still to be Delivered Quanity

    Hi All,
    In the transaction Me23n, I can display my Purchase Order Number.
    In the Header Data, Under the Status tab, I can see the Quantities as below:
    Ordered: 400
    Delivered: 300
    Still to be delivered: 100
    Now I run the BAPI_GOODSMVT_CREATE with the appropriate data and quatity eq 1. Now the data in the PO becomes:
    Ordered: 400
    Delivered: 301
    Still to be delivered: 0
    How come the 'Still to be delivered quantity' is becoming zero?
    What I can do for this?
    I am pasting the code I am using below:
      lw_goodsmvt_header-pr_uname = sy-uname.
      lw_goodsmvt_header-pstng_date = sy-datum.
      lw_goodsmvt_header-doc_date = sy-datum.
      lw_goodsmvt_header-ref_doc_no = <<Purchase Order Number>>
        lw_goodsmvt_item-po_item    = 40.
        lw_goodsmvt_item-move_type  = '101'.
        lw_goodsmvt_item-mvt_ind    = 'B'.
        lw_goodsmvt_item-plant      = <<Plant>>.
        lw_goodsmvt_item-material   = <<Matnr>>.
        lw_goodsmvt_item-entry_qnt  = 1.   
        lw_goodsmvt_item-stge_loc   = '0001'.
        lw_goodsmvt_item-move_stloc = '0001'.
        lw_goodsmvt_item-po_number  = <<Purchase Order Number>>.
        lw_goodsmvt_item-no_more_gr  = 'X'.
        APPEND lw_goodsmvt_item TO lt_goodsmvt_item.
    Kindly Help
    Ankur Malhotra

    Hey Guys,
    Thanks a lot, After a long time a problem of mine got solved so fast
    Like we check the check box 'Item OK' in MIGO transaction, I will filling that parameter for the same purpose. Guess the BAPI take cares of that.. Am I right?
    And there are other two questions which I am asking else where too but not getting any answer, so I will ask here too:
    How to Update the 'Delivery Note' field in the Header of GR.
    1) If I fill the lw_goodsmvt_header-ref_doc_no parameter of the BAPI with the PO Order Number, The Delivery Note field gets updated by the PO Number. But if I am filling anything else in the parameter like any alpha-numeric value, I am not able to post a GR. How can I achieve this.
    2) Also I need to know how to update the 'Quantity in Delivery Note' using this BAPI?
    Ankur Malhotra

  • TS5249 After reverting back to Garageband 6.0, I find that I still lack all the Garageband Effects (Distortion, Vocal Transformer, etc.). The Garageband 10 "AU" plug ins are there instead. I need help getting the old effects back.

    After reverting back to Garageband 6.0, I find that I still lack all the Garageband Effects (Distortion, Vocal Transformer, etc.). The Garageband 10 "AU" plug ins are there instead.
    For background: I lost my v6 because I had to reformat my whole hard drive. When I reformatted I lost GB and everything else I had. I downloaded GB (unaware of the awfulness that is v10) from the App Store. The fact that v10 does not have all my favorite and most used effects from v6, I uninstalled v10 and redownloaded v6 from my App Store Purchases. I load up v6 only to find that all the default effects are there for each instrument, but when I go to add an effect (i.e. Distortion, Vocal Transformer, Flanger, etc.), instead of the list of classic effects, there's the list of awful AU effects from v10. What gives?!

    I don’t have this issue, but I am looking to learn about which parts of the old GarageBand can safely migrate to the new GarageBand 10. 
    (Personally, I like most of what changed in the new version.  I sorely miss a few features, and I submitted some detailed feedback.  If you think similarly—or if you hate the new version like babygotbackup—do the GarageBand community a favor, and send in your own feedback!  From the menu, select GarageBand ▶︎ Provide GarageBand Feedback.)

  • How do i fix bootcamp Assistant I didn't even install anything yet I tried installing windows but before I did anything it wouldn't open I went to Utilites in finder and it still wouldn't open Could someone suggest how to fix the problem

    How do i fix bootcamp Assistant I didn't even install anything yet I tried installing windows but before I did anything it wouldn't open I went to Utilites in finder and it still wouldn't open COuld someone suggest how to fix the problem

    You can try to update to the current Firefox 28 release.
    *Help > About Firefox
    You can find the full version of the current Firefox 28.0 release in all languages and for all Operating Systems here:
    *http://www.mozilla.org/en-US/firefox/all.html
    It is possible that the <i>cookies.sqlite</i> file that stores the cookies is corrupted if clearing cookies doesn't work.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete other present cookies files like <b>cookies.sqlite-journal</b> in the Firefox profile folder in case the file cookies.sqlite got corrupted.
    *http://kb.mozillazine.org/Cookies
    *https://support.mozilla.org/kb/Deleting+cookies
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to find deliverd qty and status ?

    Hi,
       I adviced to make use of follwoing tables VLPMA,VBUK and LIPS, to find deliverd qty and delivery status, i already got set of material number in an internal table, i have to join the above tables to get the values based on internal table.
    I gone thro the tables, but i could't get proper link, experts plz provide same sample code to proceed.
    Thanks and Regards,
    Babu

    Hi,
    For any SO check if any Delivery is created. If no, the SO Qty is open Qty.
    If yes, check the diff in Delivery and SO qty. The diff is open Qty.
    The joining condition is:
    LIPS-VGBEL = VBAP-VBELN and
    LIPS-VGPOS = VBAP-POSNR.
    or
    For each Sales Order Item (VBAP-POSNR) take the ORDER Qty field (VBAP-KWMENG) and substract the Del QTY field(LIPS-LFIMG).
    that gives the Open order Qty.
    or sum up at the order level.
    Sum up all Order Qty's and Del qty's .
    difference gives the open order qty.
    there is no straight field
    reward points for useful answers

  • When Location Services are turned off, does Find My iPhone still count as turned on?

    Let's say I use iCloud, so I turned on Find My iPhone.
    But, I like to save battery, so I turn Location Services off while Find My iPhone is enabled, and I understand completely that if Lost Mode is enabled, then Location Services are turned on and enable Find My iPhone.
    Scenario:
    I go traveling. I lose my phone. It gets stolen. Location Services were turned off (I like to save battery). If the thief were to try to restore the phone, would he/she get a message saying "Find My iPhone is enabled. Please turn it off before restoring this iPhone."? OR, since Location Services are off, would the restore go on ahead without any confirmation?
    This scenario is assuming I don't activate Lost Mode before the thief can plug the device into his/her computer and attempt a restore.
    So when Location Services with Find My iPhone enabled are turned OFF, would Find My iPhone still be considered ON and therefore, give a confirmation message before any restoration?
    I just want to verify that I'm still secure even when I turn off Location Services to save battery.
    Thanks for reading!
    -iJN4
    Device: iPhone 4 (3,1) running iOS 7.1.2

    No.

  • Folders keep disappearing in Finder - they're still there but can't be seen

    I have folders that keep disappearing from the finder, however, the folders are still there and I can find them in Spotlight and see them in my third-party browser, PathFinder.
    I'll give the example, I have a Volume named Video. It is where I save all my FCP projects and related video files. When I opened the Volume, only about a third of my folders were there. First, I freaked, thought I lost all my work, then I did a spotlight search for one of the specific missing folders.
    I searched "Encodes" in spotlight, the folder appeared, I clicked it, it opened in the Finder and when I check the full path info it shows as being located at "/Volumes/Video" - which is where it should be. But if I go to the Video volume in the Finder it is still not visible.
    I opened PathFinder and went to the volume and the folder was right where it was supposed to be.
    The folder is not hidden and my Finder is set to show invisible files anyway. Any ideas why it wouldn't be there or visible and what I can do?

    Hi,
    I searched "Encodes" in spotlight, the folder appeared, I clicked it, it opened in the Finder and when I check the full path info it shows as being located at "/Volumes/Video" - which is where it should be. But if I go to the Video volume in the Finder it is still not visible.
    Just a guess, but I wonder if you could have a "ghost folder" named Video in the /Volumes folder on your startup disk, with the missing items being stored there instead of actually being on the Video volume.
    The /Volumes folder is supposed to contain only the "mount points" for mounted disk volumes, but sometimes an actual folder can mistakenly get created there, possibly as a result of a failed copy operation. If /Volumes contains a folder with the same name as a mountable volume, then the system might be unable to mount the real volume the next time without changing the name of the mount point by adding a number. This changes the filesystem path to the mounted volume, but doesn't change the name of the volume icon displayed on the desktop.
    If you Get Info on a folder within Video that you CAN see in Finder, does the volume name in the full path have an extra number on it, something like "/Volumes/Video 1" ? That would be a clue that there is more than one place named "Video".
    It's easy to check this by looking directly in /Volumes. First you should eject and then physically disconnect all external drives. /Volumes is a hidden folder, and the usual way of peeking into it is:
    Finder>Go menu> Go to Folder
    enter /Volumes and click Go
    In your case, since your Finder is set to show hidden files, you could just look directly at HD>Volumes.
    /Volumes should contain what looks like an alias to the startup volume. Don't touch this, or any other aliases. Do you also see any folders which are NOT aliases, with names similar to the disconnected volume, possibly with added numbers? If there is such a "ghost" folder, is your missing stuff in there?

  • If I block safari will find my iphone still work

    If I block safari app on iPhone 5c will FIND MY IPHONE Still work?

    Yes, blocking all data would prove to be a problem for Find My iPhone, and it would only work when connected to wi-fi. Also, you could not block other internet browsers, except you could block the installation of other apps. You could restrict Safari and the installation of apps, which would prevent using Safari and installating other web browsers, and that should still allow cellular data for Find My iPhone. You would also have to look at any other data using apps, such as Facebook, Twitter, etc. that would user Internet if you were to see about not using Smart Limits. That is a hard call to make.

  • Mobileme is dead.  Will find my iPhone still work?

    mobileme is dead.  Will find my "Find my iPhone" still work much longer?
    It seems to for now, but did Apple mention a replacement for "Find my iPhone" without mobileme?
    -Apple 2GS

    MobileMe is NOT dead - where did you get that idea?  iCloud will eventually replace MobileMe, but it's still in beta and there will be MANY announcements about the transition before it occurs.  Right now, iCloud also provides Find My Phone,  but I wouldn't rely on it as it's still beta code.

  • If a lost or stolen iPod touch is reset by the finder, will I still receive notifications through Find My iPhone if it connects to Wi-Fi after the reset?

    If a lost or stolen iPod touch is reset by the finder, will I still receive notifications through Find My iPhone if it connects to Wi-Fi after the reset?

    If the device is completely reset and restored to defult settings, then it will not notify you because all the account informmation will have been removed. (Which is probably a good thing too)
    ~Lt. Leviathan

Maybe you are looking for

  • Display of image in rtf template

    Hi, I have a tag in my xml file like <ImageDistributeur>IMAGE:D:\EXPLOIT_UNPMF\Edition\Image\L29004G.tif</ImageDistributeur> and the image is stored in the particular location specified inside the tag. The xml file doesnt contain the image... My ques

  • Requirement: New tool to migrate attachments within KM repository

    Dear Colleagues                                                                                I need to write a new migration tool to migrate atttachments in KM.(NW                04s SP10) I will give you an example                                 

  • 802.1x and Windows Domain Controller with ACS

    Wow, I am having a tough time getting my ACS and the Domain controller to work with 802.1x PEAP. Can somebody explane to me how to set up the domain controller (Active directry) to get a PEAP cert? Some other questions. If I am using PEAP and 802.1x

  • Copy and paste a map/forecast

    I have to do a month long project for a college class and am having a hard time copying a surface map. There seems to be no print screen key or other special thing that would help me out.  Am I sol?  I am really frustrated!  So any help would be grea

  • Dropping  table using procedure

    Hi I am trying to drop all the tables available in the tname column of temp table .I am using the following procedure create or replace procedure xyz is v_table temp.tname%type; v_temp varchar2(100); cursor c is select tname from temp; begin open c;