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.

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

  • With holding tax report with material and qty fields

    Dear All,
    Is there any standard report available with with holding tax data with material and qty fields.
    Thanks,
    Sekhar.

    dear Friend,
    Withholding tax will deduct on services. Hence Material and quantity is not relavent.
    There is no report is available also.
    reg
    Madhu M

  • Report for material and their pricelist

    Hi all
    I want to create a report, which displays the material and their pirce, I know there is a t-coke vk13, but u know the end users......actually i want to have this pricing for only service dept, where sales org , div , pricelist type are fixed.
    I am not able to find the tables which have these relations of material and price.
    I got one table A961, which doesnt shows the price, and price I found in KONV, but there is no relation between them......can any body help me out.....
    Kind regards
    AJ

    Hi
    i cant find the material desc there, also fields like divison , Price list type are missing, they are not there in both the tables, can u tell me which other table I can use , so that I can get all the fields
    regards
    AJ

  • Generate report on server and open it in a client report viewer, possible?

    Hi guys,
    We are new to Crystal report so please feel free to correct me if I had the idea wrong.
    Our client-server application was written in a language other than Java and Dot Net. We want to use Java and Crystal SDKs to glue our application, the Crystal Report Server and Report Viewers together...
    We are planning to collect report parameters within the client of our own application (due to attributes of our application and parameters we need) and then pass it back to the server side (our server, not Crystal server). Our server will then generate a XML file and run a Java program talks to the Crystal Report Server (XI R2) to run a report with the XML file and store the result on the server side. Then it will send a message back to the client, tells it the report has been generated. Then our client program will fire up the Crystal Report Viewer to view the report.
    I was just wondering if it is possible to do what we wanted with Java SDKs that are available to us (JRC, Viewer SDK and Report Application Server SDK)? Has anybody done the similar thing before?
    Also we would like to have some drill-down reports with XML as report data source. Would it be possible to intersect drill-down event fired in a report viewer(Java and Web)?  I would imagine the report viewer will then call some Java program talk to our application server to generate XML file for the drill-down section and then some how programmatically tell the viewer to display the drilled down report with the XML file just generated...  Will my design work? Any advice or thought will be highly appreciated.
    Thank you,
    Dong

    If you are using Crystal Reports Server, you can do almost everything you want using the RAS Java SDK.  RAS will accept XML as a runtime datasource, and then manipulate the report at the server end and render the report in the DHTML viewer.  If you want your client to call the viewer, have it call the JSP file that the viewer code has been added to.
    The RAS SDK doesn't have any ability to intercept or manipulate drill down events, so the second part of what you would like to do may not be possible.  Because our viewers are dynamically generated there is no source code to look at or use to make changes to the viewer outside of what is available in the viewer SDK. 
    Below is a link to the developer library with the Report Application Server SDK that has sample code and tutorials to do what you need to do, as well as the Java Docs of the RAS SDK.
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm

  • Report for Material and accounting document

    Hi all,
        Is there any report to show the fields as listed below:
    Mvt type         Material Doc        Accounting doc   Posting date   Quantity         Ammount 
    thanks & regards
    Chaitanya

    hi,
    You can check with the many reports like MB5B, MB51 etc...as suggested above...
    But along with this you can check the table also like MSEG for your requirement... and MKPF for the material document...
    Pls check ...
    Hope it helps...
    Regards
    Priyanka.P

  • Report for material and alternative UOM

    Hi Guru's
    is there ant transaction/standard report where i can see the list of materials and alternative UOM
    Thankyou

    Hi,
    No such standard report available in SAP to see for many materials. in MM03 under Additional Data, you can see but material wise.
    Better use table MARM to see the same and create an ABAP Query of Report using this table.

  • How to get attachments to a material and open it via fm ?

    Hello experts,
    in crm 5.0, in tx commpr01 I have a material where I have attached some documents in tabstrip documents.
    Now I want to select the documents for this material per report and and then after clicking on the
    selected attachement I want to open it.
    Does anybody know how to do this with a fm etc. ?
    Thanks and best regards
    Gerd

    Hi Pankaj,
    first I did call fm:
       function zcom_product_get_documents.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     REFERENCE(IV_PRODUCT_GUID) TYPE  COMT_PRODUCT_GUID
    *"  EXPORTING
    *"     REFERENCE(LT_IOS) TYPE  SKWF_IO
    *"     REFERENCE(LT_PHIOLOIOS) TYPE  SKWF_LPIOS
    *"     REFERENCE(LT_IOS_PROPERTIES_RESULT) TYPE  CRM_KW_PROPST
    *"     REFERENCE(LTT_LOIOS) TYPE  SKWF_IO
    *"     REFERENCE(LTT_PHIOS) TYPE  SKWF_IO
      data :
        ls_cm_business_object   type  sibflporb.
      check not iv_product_guid is initial.
      ls_cm_business_object-typeid = 'BUS1178'.
      ls_cm_business_object-catid  = 'BO'.
      ls_cm_business_object-instid = iv_product_guid.
      data: lt_loios type table of skwf_io.
      data: lt_phios type table of skwf_io.
      call method cl_crm_documents=>get_info
        exporting
          business_object       = ls_cm_business_object
    *        PROPERTIES_REQUEST    =
             newest_only           = 'X'
    *        PROPERTIES_QUERY      =
          importing
            phioloios             = lt_phioloios
            ios_properties_result = lt_ios_properties_result
            loios                 = lt_loios
            phios                 = lt_phios
    then I did:
        loop at lt_lt_ios_properties_result into
    wa_lt_ios_properties_result.
        ls_result =
          wa_lt_ios_properties_result-properties.
        if wa_lt_ios_properties_result-objtype = 'P'.
          ls_dokumente-objid = wa_lt_ios_properties_result-objid.
          sort ls_result by name ascending.
          append ls_result to lt_result.
          loop at ls_result into  lss_result.
            if lss_result-name = 'KW_RELATIVE_URL'.
              ls_dokumente-name = lss_result-value.
            elseif  lss_result-name = 'CREATED_BY'.
              ls_dokumente-description = lss_result-value.
            elseif   lss_result-name = 'KW_PARENT_FOLDER_ID'.
              ls_dokumente-kw_parent_folder_id = lss_result-value.
            endif.
            ls_dokumente-kw_parent_folder_class = 'BDS_POC22'.
            ls_dokumente-product_id = lt_comm_product-product_guid.
          endloop.
          if ls_dokumente-name <> ''.
            append ls_dokumente to lt_dokumente.
          endif.
        endif.
        clear ls_dokumente.
      endloop.
      loop at lt_dokumente into lss_dokumente.
        do 1 times.
          ls_phio-class = lss_dokumente-kw_parent_folder_class .
          ls_phio-objtype = 'P'.
          ls_phio-objid = lss_dokumente-objid.
          ls_component-alias_name = lss_dokumente-name.
    ** get URL for doc:
          call method o_cl_crm_documents->get_with_url
            exporting
              phio     = ls_phio
              url_type = '2'
            importing
              url      = ls_urls-url.
        enddo.
        append lss_dokumente to ltt_dokumente.
      endloop.
    I get the URL and it works.
    But I don't know If  I had to start any service in sicf, thats very long ago.

  • For report with material and workcenter

    my client reqd a report for the materials plan order and production generate for the period with respective week in specific workcenter.
    Hence for the plan order order and production order i am useing PLAF and AFPO but i am expecting a excelent tips  to get a workcenter wise report .As for the materials defined with production version i am getting by production line but for non production version material how do i fetch.
    Input will be plant and workcenter on the basis of that generated count  of plan orders and count of production orders need to appear.
    expecting a help from SAP PP gurus.............

    Hi,
    Before developing customized report please check with std. report COOIS.
    First give input as  List = order Header , profile, select Production order check box  alone  & workcenter/plant/date & excute .
    Then try with planned order check Box ,
    This will give sepearte list for Both production & plant order.
    u can use change layout option to design report  output as u need
    Please check & come back
    Regards
    pradeep

  • Vendor Report G/L and open item wise

    hello all,
    I need to execute a vendor (for bulk vendor) report with following data/field, please suggest.
    Vendor Code        Vendor Name      G/L code         G/L description           Balance             Open items     
    I tryed with FBL1N, FBL3N but I want a report in a simplest format.

    HI,
    Try this,
    S_ALR_87012301: GL Account Balances (Totals & Balances )
    S_ALR_87012282 GL Line Items
    S_ALR_87012082: Vendor Balances
    You have standard tcode for vendor line item display S_ALR_87012103 - List of Vendor Line Items
    Regards
    KK
    Edited by: Kishore Kumar Galla on Mar 18, 2010 2:52 PM

  • BW report on material and payment

    Hi!
    I need to create a BW report which will display the material groupwise po no., date and status and the planned and actual delivery date  and also the payment satatus like advance paid, po val, payment made and balance status.
    I understand this include the Finance module also so is ther any std datasource for the same, or a new multiprovider needs to be created (if yes on which datatargets).
    Or a generic datasource  needs to be created if yes the table names for the same.
    All help /links are welcome.
    Yours Truly,
    K Sengupto

    Hi,
    You can use existing data sources for your requirement. Try the purchasing info providers 2LIS_03_ITM, 2LIS_03_SCL or finance info provider 0FI_AP_3.
    With Regards

  • Capturing Stock in transfer qty and open PR qty

    hi
    I am developing a report where I want to capture the following data:
    1) Stock in transfer CC quantity (Inter company transfer)
    2) Open PR quantity
    Can you plz suggest from where(Table name) I can capture this data?
    Answer will be awared with full points........
    Regards
    S

    Open Qty PR, You can check Comparing Tables EBAN & EKBE through Pur Req Number
    Thx
    Raju

  • Material Stock along with open order qty

    Dear All,
    Is there any standard report where in i can get the stock of any material at a location along with the Open purchase order qty
    for multiple item
    in mmbe i can get only single item wise ...
    kindly guide.
    Shailesh Panchal

    Dear,
    There is no std report as per ur requirement, u need to develop a Z-report for ur requirement.
    Make use of table MARD for UR Stock, and
    open PO qty check table EKET (Scheduling Agreement Schedule Lines)
    Open Po Qty = field: MENGE(Scheduled Quantity)-field: WAMNG(Issued Quantity) and also check
    In EKPO table field ELIKZ is for Delivery completed
    PO's for which this flag is not ticked are considered as open PO to get Open order Qty u need to check fields
    MENGE Order quantity
    WEPOS Goods receipt
    Diff bet these two fields is Open Order Qty
    Regards,
    Gopala.S

  • Open order qty,Delivered qty,issued qty, and closing stock---Tables

    Gurus,
    I need to Prepare a report which will show open order qty,Delivered qty,issued qty, and closing stock.
    Please help me with table names where i can find .
    Regards
    venu gopal

    Hi,
    Try EKPO & EKBE tables..
    Thx
    Raju

  • Expiring Lot-Controlled items and open orders/deliveries

    <h5> Hi,
    We are writing a custom program to block lot-controlled items which are near expiry. The custom program query LQUA-VERME (available stock) field to determine the qty it can block. However, the LQUA-VERME field does not take open orders and open deliveries into consideration. For example, for an item, the available stock in the warehouse (LQUA-VERME) is 20. But there are 5 open deliveries and 5 open sales orders. So in reality, the custom program should block only 10 units. Is there a SD table/field which has consolidated open deliveries and open orders qty we can look at? Or available stock in WM after considering open deliveries and open orders? <h5>
    Thank you.

    Hi,
    SAP does availability check based on IM stock and not on WM stock.
    So I dont think there are any such reports available that shows WM stock with considering delivery and sales order quantity.
    regards,

Maybe you are looking for

  • Master Data and Transaction Data For DB Connect extracted Data...

    Dear Experts, I have been working on SAP NetWeaver BW 7.3 and for the first time I have extracted data from Oracle DBMS by using DB Connect. I have successfully extracted data of a View namely Sales_View into BW by creating a DataSource. This View ha

  • Adding a tooltip to the link tool

    Hi, I am using the link tool to hyperlink sections of my pdf using Acrobat 9.0. Is there somewhere you can add a tool tip which shows on mouseover. Like when you have a hyperlink on a webpage, the mouseover will show the title attribute. Thanks Geoff

  • How do I set Outlook 2007 up on the Ipad2?

    Every time I try, it fails, either the exchange can't be found or something else.  Yahoo, Gmail, etc, etc all work fine.  Any ideas? Its the same with my Iphone 3GS. Thanks for your time.

  • Need to reload PSE 7.0

    I decided to move Elements 7 to an external hard drive to free up space on my computer, but it wouldn't function from the external.  I tried copying it back to the computer, but it wouldn't function there, either.  I've had it for a while, and since

  • Appropriate project settings.HELP

    ok,I've never worked with HD formats,yesterday i bought my HD camera and i need some help. What is the appropriate settings to start my HD project.I know,iknow...thats why exist the easy setup and audio/video settings.But I saw some discussions talki