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

Similar Messages

  • 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

  • How to find list of all open windows?

    Hi,
    I was wondering how to find a list of all open windows on the
    desktop. I have been able to use this to find the number of open
    windows in the AIR application:
    var windows:Array =
    NativeApplication.nativeApplication.openedWindows;
    test.text = String(windows.length);
    I cant seem to get the list of all open windows on the
    desktop though or the names of the windows.
    Any pointers would be appreciated.
    Thanks!

    Thanks anirudhs. I had a feeling this was the case. It just
    seemed odd that the built-in function calls like orderToBack() and
    orderToFront actually put the AIR windows behind or in front of all
    the windows on the desktop. Somehow AIR is finding the list of open
    windows on the desktop. I just didnt know if there was some way to
    access AIR's way of finding the windows. Guess it must be a
    protected function. Thanks!

  • 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

  • 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

  • In F-53 system listing out wrong open item

    Hi Guru's,
    while making outgoing payment in F-53 system listing out 'A001' & 'B001' company code open item rather than 'A001' company code open item. In the selection screen we are giving only company code 'A001'.
    This vendor has been extended for both the company code.
    Could you please help me to bring selection screen company code open item only.
    with regards,
    Jammy

    in f-53 after giving all the required information in document header bank account number and amount click on process open items without giving the vendor code on the main screen of f-53
    there check which company code is selected and then give the vendor code and co code and process again
    and let me know if you are facing the same problem again
    Also check the vendor open items for each co code in FBL1N

  • List of all open PO's

    I need a list of all POs "open" (I mean: Material not shipped yet to the End Customer, but still in warehouse And for Services still open in ML81N)
    for a specific plant... so can you tell me which tables i have to link to take a report? or else how to make the report?
    you can reply to me in [email protected]

    Hello Ganesh Kumar,
    For Open Purchase order - ME2L (By Vendor number) / ME2N (By PO number) /ME2M (By material number) with selection parameter WE101
    For Service order, you an use ME2S (PO reporting with services)
    Hope this helps.
    Regards
    Arif Mansuri
    Reward if answer is helpful.

  • List of All(open /closed Inquires)

    Hi guys,
    Can some one help me witht the program / main select Query that gives me the complete list of all the inquiresy (Open/Closed) unlike "VA15" gives only the details for open Inquires irrespective of the customer entered .If we need All inquires in "Va15" it ask for the customer code.I want all the inquires from certain period for all customer .I treid with Tcode "VA15N" but it doesnt show the inquiry description and the customer name .Its confusing for the users.Do some one have a "Z report for the same?
    Please help

    VA15N calls the function module SD_SELECT_SALES_DOCUMENTS to extract the data.  Internal table structure T_VBMTV of this function module stores the extracted data (which include customer name etc.). Put an external break point on this function module & execute VA15N to see how the input parameters are passed to the FM.

  • 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

  • Report listing Material and Open PO Qty

    Hello,
    Is there a standard report that can give me the following?
    Material | Open PO Qty
    This would be specified for a particular purchasing organization, they are just looking for what is currently on order amongst all of their materials and they do not want to see the purchase order # in the report...just a total of what is on order.  Any help would be greatly appreciated.  I have tried looking into transaction ME2M but unfortunately WE101 scope of list isn't a selectable option for us.
    Thank you,
    Andy

    Thank you for the responses.  I solved this by going into transaction ME80FN, specifying a specific purchasing organization and all purchase orders over a fixed period for document date (I used the beginning of this year to today).  I then execute this, select the "Delivery Schedule" layout and export this into Excel.  Subtract Quantity Delivered from the Scheduled Quantity via a PivotTable, and this can give me a list of open PO's for a specific material.
    Not the easiest way to find the information, but it does work using a standard report.  For more consistent reporting ABAP development would probably be recommended.

Maybe you are looking for

  • Error while installing OFM 11g - Oracle Identity management suite 11g

    Hi, I am getting following error while installing Oracle Identity management suite 11g (Oracle Internet Directory & Oracle Virtual Directory) on Red Hat Linux 5.0. "Error in invoking target 'client_sharedlib' of makefile '/apps/idm/Oracle/OracleHome/

  • Phonegap - loading an external PDF/XLS/DOC/etc, what happens?

    Hey all, I'd like to make a phonegap app but I'm curious how one part of it will act. This would be a very simple brochare-ware type app (like apps that show off cars, etc). It will contain office-esque docs (.pptx, .docx, .xlsx, .pdf, etc). These do

  • Getting the absolute or relativ (file)path to servlet location

    hi my servlet needs to create some files. thatfor i need a reference location such as the root of the webapp dir or the location of the servlet or something like this, so i can build the paths relative to the servlet/webapp location. is there a way t

  • About signing applications

    i searched the forum and the internet and i found the Signsis application that works on the phone. I managed to install it but it seems it doesn't accept the .cert and .key files that came with it ( from the OPDA) which means i have to make a busines

  • Unable to backup/delete/change encryption key after SSRS 2008 R2 installation

    Hi, I am having issue with SSRS 2008 R2 Std installation with Sharepoint integration. hope may get some help from here. During the SSRS configuration in the SSRS Config Mgr the following error message come up when access web service URL/backup/delete