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.

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

  • 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!

  • 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.

  • Regarding All open sales order & want to close them

    Hi All,
    My client want the list of all open & partially open sales order in the time period excluding cureent & previous months & want to close all those sales order with partally open & fully open status
    Regards,
    Rohan

    Rohan in t-code mass find the reason for rejection and also try and block the sales order if you find it useful.
    Steps are below:
    First have those open order references in an excel sheet.
    Go to MASS, input Object Type BUS2032 and execute. There block "Sales order header data" and click on "Fields". There select the field "MASSSDHEAD_S-LIFSK" and execute.
    Now click on "Multiple selection" (right arrow), copy those order references and press "Shift+F12" and execute. There on top, assign some block and execute. All your sale orders will be blocked.
    On the other hand, you can also change the status of those sale orders by assigning "Reason of Rejection" in mass. To achieve this, go to TCode MASS, input Object Type BUS2032 and execute. There block on "Sales Order Item Data" and click on "Fields". There block the field "MASSVBAP-ABGRU" and execute. Follow the same procedure as explained above.
    Now see the document flow of those sale orders.
    Edited by: Muhammad Ali Lozada on Dec 28, 2010 12:32 PM

  • Cancel all open PO's

    Hi friends,
    I want to cancel all open PO's.
    Kindly help....
    Regards,
    vimal

    Hi
    You can use Transaction ME2N with selection parameter WE101 to list down all open PO's
    Use transaction  MEMASSPO for flagging the deltion falgs for all the line items in the PO.
    Thanks & Regards
    Kishore

  • New version of Thunderbird has limited the size of the drop-down that shows my open emails. How do I change it back to show all open ones?

    There is an icon in the upper right corner that, when clicked on, drops down a list of open emails (i.e. a list of tabs). In the previous version of Thunderbird it would expand (vertically) to list all emails. However now it is a set vertical size and this is terrible and basically defeats the purpose. The purpose of that drop down was so that I did not have to scroll through all my open tabs to find an email. Now I have to do that again, as it is a set vertical size with arrows up and down to scroll through the list. How do I get the old functionality back, or solve my problem of somehow seeing a list of all open tabs? Thanks!

    Is there a setting in about:config that controls the length of the alltabs list? I would look for such a thing, and change the setting if it is there. A setting of -1 should make it limitless.

  • Is there an addon to view the titles (or search the text of) ALL open tabs in MULTIPLE Firefox windows?

    Ive seen lots of "Tab Menus" for a single window. I know that there is only 1 firefox executable when I have many windows open so wouldn't these titles all be available in memory ??
    I love having many windows open with many tabs in each to keep them grouped, but it becomes hard to find the one I am looking for.
    Thanks.

    If you want a list of all open tabs the you can consider to use the "Show my windows and tabs from last time" to make Firefox store session data in sessionstore.js and parse the content of this file in a Firefox tab.
    *Tools > Options > General > Startup: "When Firefox Starts":<br>"Show my windows and tabs from last time"<br>"Show my home page"<br>"Show a blank page"
    This code can run in the Scratchpad (Firefox/Tools > Web Developer;Shift+F4) in a Browser environment and in the Browser Console (Ctrl+Shift+J) and in extension's button that allows to run code with chrome privileges.
    I use the PrefBar extension for cases like this where code needs to be run with chrome privileges.
    *http://forums.mozillazine.org/viewtopic.php?f=38&p=12098147&start=60#p12098147
    You can find the Firefox profile folder here:
    * C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    Note that the "AppData" folder in Windows Vista and later Window 7+ versions and the "Application Data" folder in XP/Win2K are hidden folders.
    *http://kb.mozillazine.org/Show_hidden_files_and_folders

  • SSHR - APPROVAL CHAIN IS OPEN, APPROVAL LIST SHOWS ALL SUPERVISORS

    Hi,
    In SSHR,I'm trying to raise any Approval Based Request like leave of Absence, Appraisal etc.. in approvers list shows
    all Supervisor list.
    We are using Seeded Workflow with Customized menu, Responsibility. We have the same issue with seeded responsibility also.
    The Approval Chain is open and its keep on adding the Approver List based on
    supervisor Chain.
    We haven't defined "Supervisor Hierarchy "
    Pl suggest

    You may need to configure AME and redefine the default approver rule. I believe the default rule 'out of the box' is approval up 10 levels of the supervisor hierarchy. If you change that action to the action that matches up to approval up 1 level of the supervisor hierarchy, I think you'll be where you want to be.

  • I now have 5 off occurrences listed as being open despite the fact that they were all created on 2 off laptops, neither of which has now got itunes activated

    I now have 5 off occurrences of itunes listed as being open despite the fact that they were all created on 2 off laptops, neither of which has now got itunes activated. I now cannot activate itunes on either. The suggestion is that I cancel itnues activation on either which is rather difficult, obviously? Is there another way to access/ activate itunes?

    Now fixed by de-authorising computer online at Itunes store...

  • All Open Sales Orders Extract to a flat file

    Hi Guys,
    I am basically a FI guy who has been asked to create this extarct - it would be great if you guys can help me out with it:
    1) Sum of all open orders in the system which have not been shipped
    2) Sum of all open orders in the system which have been shipped by not yet invoiced.
    3) Sum of all open billing, invoice document created but no AR doc created.
    Which tables i can consider - i have a lill. idea - VBUK and VBUP tables. What should be the criteria to get all the above.
    Please help me out.
    Thanks,
    Maulik Shah

    Dear Maulik
    1)  Sum of all open orders - T.Code VA05 - Table VBBE
    2)  Sum of open orders shipped but not invoiced - T.Code VF04 Table VBFA.  Here input M in the field Subs.doc.categ and execute.  Wherever this field is blank, those are not invoiced
    3)  List of invoices created but Accounting document not created T.Code VFX3 - Table VBRK Field RFBSK where the status of the document would be A if Accounting document has not been generated and C if Accounting document would be created
    thanks
    G. Lakshmipathi

  • All Open Sales Orders in APO system

    Hi Experts,
    We have a requirement in which we have to get all open sales orders in SAP APO system for 2013.  Please suggest if there is some way to do this.
    Thanks in advance.

    Hi Manjunatha,
    RRP1 will list all the requirements: sales orders, forecast, dependent demand, putchase order release, etc.
    Same than in all the ALV reports, you can change the layout, sort, use filters in order to only see the document that you need, etc.
    Here you can an example of my system, where you have sales orders in RRP1:
    Kind Regards,
    Mariano

  • Find all open windows and close them

    Hi,
    I'm writing an application that creates a new thread. This thread loads an other application from the filesystem and invokes the main method.
    When the thread loads an application that opens a frame, my application can stop the thread, but the frame stays open.
    Is there a way that my application can detect if the thread has opened a frame and if there are opened frames that it can close them?

    Well, tht's an idea, but my problem is, that my thread can start any aplication by invoking it's main-method.
    That means that even my Thread doesn't know which and how many frames it has opened or at least I don't know how I could get a list of all openened frames :-(
    A little bit code:
    /*Class classToRun is given to the Thread at it's initalisation and already loaded
    by a custom ClassLoader, that loads any .class file from a given location*/
    classToRun.getMethod("main", new Class[]{String[].class}).invoke(null, new String[]);

  • Is there a List of all Oracle R12 EBS Standard/Seeded Reports?

    Hey,
    Does anyone have a list of all Oracle R12_ EBS Seeded Reports in the system?
    - Particularly for Finance and/or Purchasing modules
    - Ideally with additional information and details regarding what each report contains (a general description or all the fields it includes).
    I can only assume there should be a document that lists them all out by module, and includes details of each report. I dug through the document library, but was not able to find anything like that.
    Even a list of report names per module would be nice?
    If there is a perfect query that brings in the exact Active Report Names and associated Application Name / Module Name that would work too... (emphasis on perfect: Comprehensive, correct, and includes names of relevent Application and/or module)
    Thanks,
    -Ayyad

    try the below to get the list.
    "Concurrent Programs report"
    "Concurrent Program Details report"
    Also, here is the purchasing list
    Reschedule Requisitions Purchasing
    Location Listing Purchasing
    New Vendor Letter Report Purchasing
    Purchase Order Detail Report Purchasing
    Vendors on Hold Report Purchasing
    Receipt Adjustments Report Purchasing
    Receiving Exceptions Report Purchasing
    Savings Analysis Report(by Buyer) Purchasing
    Purchase Order and Releases Detail Report Purchasing
    Vendor Price Performance Analysis Report Purchasing
    Buyer's Requisition Action Required Report Purchasing
    Item Summary Listing Purchasing
    Blanket and Planned PO Status Report Purchasing
    Purchase Order Distribution Detail Report Purchasing
    Purchase Price Variance Report Purchasing
    Expected Receipts Report Purchasing
    Matching Holds Report by Buyer Report Purchasing
    Vendor Purchase Summary Report Purchasing
    Unordered Receipts Report Purchasing
    Standard Notes Listing Purchasing
    Requisition Activity Register Purchasing
    Buyer Listing Purchasing
    Quality Code Listing Purchasing
    RFQ Action Required Report Purchasing
    Unit of Measure Class Listing Purchasing
    Printed RFQ Report(Landscape) Purchasing
    Printed RFQ Report(Portrait) Purchasing
    Overshipments Report Purchasing
    Purchasing Activity Register Purchasing
    Encumbrance Detail Report Purchasing
    Item Detail Listing Purchasing
    Open Purchase Orders Report(by Cost Center) Purchasing
    Purchase Agreement Audit Report Purchasing
    Printed Purchase Order Report(Landscape) Purchasing
    Printed Purchase Order Report(Portrait) Purchasing
    Open Purchase Orders Report(by Buyer) Purchasing
    Invoice Price Variance Report Purchasing
    Printed Requisitions Report Purchasing
    Purchase Requisition Status Report Purchasing
    Receipt Traveler Purchasing
    Substitute Receipts Report Purchasing
    Purchase Summary Report By Category Purchasing
    Overdue Vendor Shipments Report Purchasing
    Quotation Action Required Report Purchasing
    Requisition Distribution Detail Report Purchasing
    Internal Requisition Status Report Purchasing
    Cancelled Requisition Report Purchasing
    Requisitions on Cancelled Order Report Purchasing
    Internal Requisitions/Deliveries Discrepancy Report Purchasing
    Vendor Volume Analysis Report Purchasing
    Vendor Quality Performance Analysis Report Purchasing
    Vendor Service Performance Analysis Report Purchasing
    Printed Change Orders Report (Portrait) Purchasing
    Cancelled Purchase Orders Report Purchasing
    Purchase Order Commitment By Period Report Purchasing
    Savings Analysis Report(by Category) Purchasing
    Receiving Value Report by Destination Account Purchasing
    Printed Change Orders Report (Landscape) Purchasing
    Receiving Value Report Purchasing
    Receiving Transactions Register Purchasing
    Purchasing Database Adminstration Purchasing
    Send Notifications for Purchasing Documents Purchasing
    Upgrade Notifications To Release 11 Purchasing
    Country of Origin (By Supplier) Report Purchasing
    Country of Origin (By Item) Report Purchasing
    Mass Update of Buyer Name on Purchasing Documents Purchasing
    PO Output for Communication Purchasing
    Purchasing Packing Slip Inventory
    Accrual Reconciliation Load Run Bills of Material
    Accrual Write-Off Report Bills of Material
    Summary Accrual Reconciliation Report Bills of Material
    Miscellaneous Accrual Reconciliation Report Bills of Material
    AP and PO Accrual Reconciliation Report Bills of Material
    Receipt Accruals - Period-End Bills of Material
    Uninvoiced Receipts Report Bills of Material
    Create Accounting - Receiving Bills of Material
    Transfer Journal Entries to GL - Receiving Bills of Material

  • Reporting In Service Manager 2012 - How To Get A List Of All Service Requests Regardless of Status

    Within the Custom Reporting Options available to users of Ssystem Center Service Manager 2012, which would one use to create reports that do not contain any agregated data but are instead detail level info such as a list of all Service Requests reardless
    of status?  I want to include within the report the same data you see on the main page of a Service Request when you double-click a Service Request within Service Manager and it pops opne the details of the Service Request.
    I'm trying to get the following info for each Service Requests
    SR ID (i.e. SR1234)
    Affected User
    Title
    Description
    Priority
    Source
    Area
    Support Group
    Assigned To
    Created By and Created On
    I know the cubes w/Excel offer a great way to get data for a **piece meal report or for getting agregated data (I.E. counts, sums, avergares, Max's & Mins) but I need a report that has zero totals and no agregations. 
    Thanks
    ** A piece meal report is a report that has to be manually pieced together by combining data from others reports and other sources because no single report can be constructed to bring all the data togethere into a single report.  If you've ever
    worked with an accountant taht uses Excel for everything but who has no idea how SQL or databases in general are deisgned then chances are you've either been asked to create a piece meal report for them and or seen them do one them selves when they open a
    spreadshet and dump into it disperate data from a variety of sources and then ask you why you can't automate that same report for them.

    the following thread covers some good SQL queries to get details about the Incident Request, just amend them to cover the Service Request
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/e703641d-3e05-4df4-be2b-bf9bd62534f8/how-to-generate-incident-report-with-incident-description-field-in-scsm-2012-sp1

Maybe you are looking for