List out all completed PO

Hi experts,
May i know how to list out all completed PO? Means The PO has fully delivered and invoiced.
Thanks.

Check ME80FN...here you can choose Yes against Delivery completed from the dynamic selection...in the output choose Purchase order history so that you can get both MIGO & MIRO number.
Regards,
Indranil

Similar Messages

  • Monthly report listing out ALL open PO

    Hi,
    As our management requested, we need a monthly report listing out ALL open PO for CDG, APR   Someone tell me to input cost centre but it is time consuming to input it as we have over 100 cost centers.  Do you know if I can input SPG/profit center or other data to run this report instead ?  Please advise the transaction code and how to perform it, such as need to know the profit center #, organization code etc
    Thanks
    Raja

    hi
    go to ME2N
    then select Scope of list  ALV
    Selection parameters  as           WE101     Open goods receipt   (select as per ur need )
    then execute u will get the list for open po
    now if u want it to specify the  profit center then go to ME2N and select dynamic selecion  (shift +F4)
    now u will get a smaal scrren , in purchaseing doc item selct profit center
    now u can see the profit center selection field ,give a proper profit center and follow the process as given above
    hope it help
    regards
    kunal

  • Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?

    Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?  Or do I have to click each one and write down the image name by hand?
    Thanks!
    LJ

    Alternatively use a browser:
    Use the Firefox Web Developer Toolbar
    https://addons.mozilla.org/en-US/firefox/addon/60
    Images > View Image Information
    or the List All Images Add On for Firefox
    https://addons.mozilla.org/en-US/firefox/addon/3688
    or the Web Developer tools in IE8 (or earlier), F12 > Image > View Image Report

  • Do we have any standard T Code to list out all deleted Handling Units?

    Hi,
    Do we have any standard T Code to list out all deleted Handling Units?
    Thanks
    Krish

    Hi,
    Please find the below link :
    http://www.scribd.com/doc/3262778/SAP-HU-T-CODE
    Regards
    Sreedhar Reddy

  • An EUL query to list out All the Columns  (Fileds) for each Workbook

    Hi,
    I'm using Discoverer 10.1.2.2 on an Oracle 9.2.0.6.
    Does anyone have the EUL query that lists out all the names of Workbook/Worksheets and the names of their fields/columns. I would greatly appreciate it.
    Thanks

    Hi
    While it is not possible to read the workbook itself, whenever Discoverer runs a worksheet so long as you have enabled the gathering of statistics then a row is written to the EUL5_QPP_STATS table. In that table the column called DOC_NAME is the workbook, the column called DOC_DETAILS is the worksheet, with the CREATED_DATE being the date the worksheet was run. There are other encrypted columns in that table that contain the EUL items that were queried.
    Look at this code:
    SELECT
    QS.QS_DOC_OWNER    USER_NAME,
    QS.QS_DOC_NAME     WORKBOOK,
    QS.QS_DOC_DETAILS  WORKSHEET,
    TRUNC(QS.QS_CREATED_DATE) DOC_DATE,
    *(LENGTH(TO_CHAR(EUL5_GET_ITEM_NAME(QS.QS_ID)))+1)/9 ITEMS,*
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),1,  6)) ITEM1,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),10, 6)) ITEM2,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),19, 6)) ITEM3,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),28, 6)) ITEM4,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),37, 6)) ITEM5,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),46, 6)) ITEM6,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),55, 6)) ITEM7,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),64, 6)) ITEM8,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),73, 6)) ITEM9,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),82, 6)) ITEM10,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),91, 6)) ITEM11,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),100,6)) ITEM12,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),109,6)) ITEM13,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),118,6)) ITEM14,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),127,6)) ITEM15,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),136,6)) ITEM16,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),145,6)) ITEM17,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),154,6)) ITEM18,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),163,6)) ITEM19,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),172,6)) ITEM20
    FROM
    EUL5_QPP_STATS QS--,
    --   APPS.FND_USER          USR
    WHERE
    --   QS.QS_DOC_OWNER = '#' || USR.USER_ID AND
    *(LENGTH(TO_CHAR(EUL5_GET_ITEM_NAME(QS.QS_ID)))+1)/9 < 21*
    AND QS.QS_CREATED_DATE > '01-JAN-2009';
    In order to run this you must have run the EUL5.SQL when connected as the owner of the EUL. This script can be found in the $ORACLE_HOME\Discoverer\Util folder of the machine where the Discoverer Administrator tool is installed.
    Try it out for yourself and you will see how it works.
    Best wishes
    Michael

  • Help needed on listing out all tag names using XML Rules in ExtendScript(InDesign)

    Given a document with elements already in place, I am looking for a snippet of code to walk down the XML tree only two levels
    deep to printout the names of each of the tags (not attributes).  I am just using javascript in extendscipt to accomplish this.  Ultimately,
    I want to provide this list in a checkbox dialog and use those checked items to develop a TOC.  This latter part, I have in place.
    It is just the pushing of the tag element names into an array that seems to be cumbersome for me at this point.
    Any shortcut snippets out there that someone can provide?
    A shorter version of this request....Is there anyway to just list out all element.markupTag.name of an XML tree, not knowing the xpath naming?
    Using "//*" obviously is not working....

    well..
    Document.xmlTags.everyItem().name will get you a array of all the xml tags in the document. Maby that will help you?
    another way, and you can use it recursively:
    myObject.xmlElements.everyItem().markupTag.name
    will get you an array of tag names. use something like: http://stackoverflow.com/a/15806501 to remove duplicates.. and.. enjoy

  • Is there any report in SCCM 2012 to list out all the physcial machine and all the virtual machine?

    Is there any report in SCCM 2012 to list out all the physcial machine and all the
    virtual machine?
    and list all VMs for each physical server.

    Hi,
    there is no such builtin report but you can easily crete one as all information is in the database.
    http://www.scconfigmgr.com/2014/01/24/create-custom-reports-for-configmgr-2012-with-report-builder/
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • List out all on hold POs

    Hi Expert,
    Can you please guide me how to list out all on hold POs? What is the transaction code i can use? How to do it?
    Thanks/Regards,

    Use the Report ME2N,
    Go to Dynamic Selection,
    List down the Folder: Purchasing Document Header, Select the field: Incomplete
    Put the X in Incomplete field and run the report. It will give the POs which are on HOLD.
    Regards
    Vikrant Hande

  • List out all synntax errors pf report at a go

    Hi all,
        I have a requirement to copy the entire customised report from 4.6 system to ECC 6.0 and to clear all the syntax errors. In ECC6,there are no customised objects which are in 4.6 system. So, in syntax check, I am finding only one error at a time and its panic as my report is a bigger one. I activated my program forcebly to use EPC check. Even in EPC, I am getting only one syntax error at a time .Can you suggest any other way for listing all the errors so that it'll be easy to decide  the useful objects to be created in new system and the objects that can be excluded.
    Thanks.
    Edited by: Jaya on Jun 22, 2010 9:33 AM

    Hi,
        it is working for me..
    the problem is for some of the syntax error like in data statement ,it is showing only that,
    But if you have syntax error which is other than that it wil show u all,
    Try the below code and do syntax check for it. with that check box check,
    REPORT  ZCM_TEST.
    WRITE : / 'temp.
    data : it_mara type STANDARD TABLE OF mara.
    write : / 'temp'.
    data : it_mara type STANDARD TABLE OF s_mara.
    WRITE : / 'temp.
    data : it_mara type STANDARD TABLE OF s_mara.
    but if you put any data statement before the Write : / 'temp. it will not work and show only one error,,,
    i m checking y such strange things is happening!!!
    thanks,

  • Developed a report to list out all shipments that are yet to deliver.

    hi,
        what about shipment report.how to devolop this report.which tabls and fields we have to used for this report. give me some example for this report.

    Hi
    The shipment Tcode is VT01N cretae   VT02N /VT03N change and display
    VTTK and VTTP are the tables
    but these doesn't contain the details of Delivery
    So you have delivery number (VBELN) in VTTP table
    So link that VBELN(delivery) field to delivery tables LIKP and LIPS and get the delivery details and use the Item no's of shipment and delivery to get the data
    So by using the above tables you will get the entire data
    if needed goto VBFA table which displays the complete document flow
    Reward points if useful
    Regards
    Anji

  • How can i get a list of all the apps i purchased last year?

    i would like to get a summary of all the apps i purchased as well as the prices

    Open App Store and sign in with your Apple ID. Click on the Purchase icon in the toolbar. This will list out all your App Store purchases. It will not list prices, but you can look those up for each purchased application.
    There should also be an account summary. Click on the Account link under Quick Links on the right.

  • List of all sales condition records(VK13)  with a particular tax code

    Hi all
    We have a requirement to list out all  sales condition records created through VK11 which has a particular tax code in it.Say list of all condtion records which have tax code as 'IA'. Could you please let us know the easier way to pull out such report.
    We understand that we can get such list from tables KONV and KONP but we are not able to correlate output from such tables with condition record display in VK13. Any pointers to this would be highly appreciated.
    Regards,
    Santosh

    Hi,
    Use KONH and KONP tables. condition record whole information will be stored in these 2 tables.
    In KONH table you will get header information of the record. like condition type,condition table, created date and validity periods. In varkey field sales area and material other info. .. Note the record number 0000007609.
    Goto KONP table, enter same record number in condition record number field. you will get item level information.
    Regards,
    Chandra

  • Function module to list out a report's input/output parameters

    Hi experts,
    I'd like to know if there is a function module which can list out all the input and output parameters (variables, tables, etc.) by giving the report name as input.
    If not, please suggest a way to find out the input/output parameters.
    Regards,
    Ancy

    Well, they're not input/output parameters, and really you shouldn't refer to them as such.  A variable is simple what it says - a variable.  You could, I suppose, refer to data sources.  But then, the report could be getting data from a set of function modules.
    So my assumption is correct, you are talking about a where-used list.
    >Check out tables like CROSS. To find other useful tables, put an SQL trace on, do the where used, and see what tables are hit.
    matt

  • To List out BAPI in a system

    Hi All,
    Is there any way to list out all the activated BAPI's in a system thro' a funtion module or report?
    Rgds,
    J.Jayanthi

    Hi,
    Here you are -
    DATA : LANGUAGE TYPE SYLANGU VALUE 'EN',
           API_METHODS TYPE SWOTMETHOD OCCURS 0.
    CALL FUNCTION 'SWO_QUERY_API_METHODS'
         EXPORTING
              LANGUAGE            = LANGUAGE
         TABLES
              API_METHODS         = API_METHODS
         EXCEPTIONS
              OBJTYPE_NOT_FOUND   = 1
              METHOD_NOT_FOUND    = 2
              METHOD_NOT_API      = 3
              METHOD_NOT_RELEASED = 4
              PARAMETER_ERROR     = 5
              OTHERS              = 6.
    The tabls parameter will give you the information you need. First test it in SE37 and see if you are going to get what you want.
    And reward points to the answers and close the thread.
    Regards,
    Anand Mandalika.

  • Is it possible to list out CATALOG ITEMS GROUP in a Query Result of a Request Offering??

    Hi Experts,
    Is it possible to list out  CATALOG ITEMS GROUP as a result of Query Result in Request Offering ?? Because each and every Catalog Items Groups are being created as a SingleTon Child Class of System.CatalogItemGroup. i.e., Each CatalogItemGroup instance
    will have its own singleton class.
    Is it possible to list out all CatalogItemGroup Instances consolidatedly in the QueryResult Window??
    Though the System.CatalogItemGroup class is an Abstract class, I tried to list out the Classinstances via powershell command as below, which lists all catalog group instances, Note: Actually these are instances of SingleTon
    Child Classes
    "Get-SCClassInstance -Class (Get-SCClass -Name System.CatalogItemGroup)"
    But when I configured the QueryResult window with the "System.CatalogItemGroup" class, it doesn't list out any Group instances in the Porta.......
    Am I missing anything, Any suggestions please???
    Thanks and Regards, Narayana Babu

    Thanks Anton, I already tried that too... But it doesn't list out any Group instances in the Portal.
    Since each Catalog Groups are individual Single ton Class instances derived from "System.CatalogItemGroup" class. Therfore If I specify the internal ID of the abstract class "System.CatalogItemGroup" in the tag below, it doesn't list any in the
    Portal.... But if I specify ID of any one of the derived singleton class, it does displays the one instance of that particular class..
    Thanks and Regards, Narayana Babu

Maybe you are looking for

  • Error while setting up Weblogic Portal(10.3.6) db connection

    HI All, I am a newbie to Weblogic Portal so kindly correct me if im wrong anywhere... I am trying to set up a new instance for Weblogic Portal 10.3.6 While setting up a new domain i got the error below: CFGFWK-60850:  Test Failed! Later wheni tried r

  • Ipod nano lost all songs- tried to restore and wont

    Hi, I hope someone ca help me. The ipod nano lost songs. when connected to itunes- all songs seemed to be able to be loaded onto the device- but once disconnected they were not there. Then tried to restore (didn't need update) and it said that it wou

  • Features in ECC 6.0

    Hi,   I am new to the ECC 6.0 version and have several doubts about the usage of different features. Please find below my questions and help me in understanding them and use. 1) Enhancement: There are two types of enhancements Implicit and Explicit.

  • B520 DIsplay Driver Problem

    Hello :-) I had to update my b520 for windows 7 ultimate since it was using home premium ... I erased the entire hard drive and create seperate paritions so i lost everything their but since i had the DRIVER CD i wasn't scared ... So after i installe

  • Updating xref2 in bseg table

    hello does anyone know which transaction updates bseg-xref2? and how to update it