Purchase Order list pending for MIRO days wise

i want to know t.code for outstanding Purchase order list dayswise which is pending for Miro....for example payments will be in 15days 30days which is mention in P.O.
Thanks & Regards
Rekha Sharma

Hello,
Please check MR11
Regards,
Ravi

Similar Messages

  • Table for open Purchase order and pending invoices for vendors

    Hi,
    Are there any table to know open Purchase orders and pending invoices for vendors.
    Quick response will be appreciated.
    Thanks & Regards

    hi,
    Purchase Order:
    S011:(PURCH: Purch. Group Statistics)
    Statistics (SSOUR)
    Version (VRSIO)
    Month (SPMON)
    Day (SPTAG)
    Week (SPWOC)
    Posting Period (SPBUP)
    Purchasing Org (EKORG)
    Purchasing Group (EKGRP)
    Vendor No (LIFNR)
    S012: (PURCHIS: Purchasing Statistics)
    Statistics (SSOUR)
    Version (VRSIO)
    Month (SPMON)
    Day (SPTAG)
    Week (SPWOC)
    Posting Period (SPBUP)
    Purchasing Org (EKORG)
    Purchasing Group (EKGRP)
    Material No (MATNR)
    Plant (WERKS)
    Info Record Category (ESOKZ)
    Material Group (MATKL)
    Info Record (INFNR)
    Country (LAND1)
    EINE: (Purchasing Info Record: Purchasing
    Organization Data)
    Info Record (INFNR)
    Purchasing Org (EKORG)
    Info Record Type (ESOKZ)
    Plant (WEKS)
    EKET: (Delivery Schedules)
    Purchasing Doc (EBELN)
    Item (EBELP)
    Delivery Schedule (ETENR)
    EKPO: (Purchasing Document Item)
    Purchasing Doc (EBELN)
    Item (EBELP)
    EKKN: (Account Assignment in Purchasing
    Document)
    Purchasing Doc (EBELN)
    Item (EBELP)
    Account Assignment (ZEKKN)
    EKKO: (Purchasing Document Header)
    Purchasing Doc (EBELN)
    EORD: (Purchasing Source List)
    Material No (MATNR)
    Plant (WERKS)
    Source List No (ZEORD)
    thx,
    Ganpat

  • Regd : purchase order list in SAP

    hi,
    Is there  standard purchase order list available in SAP.
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

    Hi
    execute the following Std Tcodes for PO lists
    ME2B                 POs by Requirement Tracking Number
    ME2C                 Purchase Orders by Material Group 
    ME2J                  Purchase Orders for Project       
    ME2K                 Purch. Orders by Account Assignment
    ME2L                  Purchase Orders by Vendor         
    ME2M                 Purchase Orders by Material       
    ME2N                 Purchase Orders by PO Number      
    Regards
    Anji

  • Raise purchase order in me21n for 100 goods

    HI,
    i have problem. i raise purchase order in me21n for 100 goods.for that purchase order in MIGO i received 75 goods.when the invoice verification i found only 50 goods.how to clear in gr/ir in the month end process. please someone help me.
    regards
    subbarao

    Hi
    Reverse the MIRO and MIGO documents , and Post the MIGO and MIRO with actual quantity received
    Regards
    Rams

  • To Find no og MIGOS pending for MIRO

    Hi All,
    I am developing a report to find the MIGO'S pending for MIRO's.
    Which table should i refer to find MIGO'S pending for MIRO's.including MSEG and MKPF.
    will it be done thru EKBE fro this
    can any one help........?
    TIA
    Basu

    Hi,
    Make the necessary changes according to your Data & Requirement.
      SELECT a~ebeln a~ebelp a~vgabe a~gjahr a~belnr a~buzei a~bewtp a~budat a~matnr a~werks a~xblnr a~menge a~dmbtr
      b~lifnr c~maktx d~name1  INTO TABLE it_final
      FROM ekbe AS a INNER JOIN ekko AS b ON b~ebeln = a~ebeln
                     INNER JOIN ekpo AS e ON e~ebeln = a~ebeln AND e~ebelp = a~ebelp
                     INNER JOIN lfa1 AS d ON d~lifnr = b~lifnr
                LEFT OUTER JOIN makt AS c ON c~matnr = a~matnr AND c~spras = 'E'
      WHERE a~ebeln IN so_ebeln
        AND a~werks IN so_werks
        AND a~matnr IN so_matnr
        AND b~lifnr IN so_lifnr
        AND b~bsart NOT IN ('A', 'B','C' )  " Here add Doc Type - if you have Stock transfer(from Plant to Plant) PO in your Data
        AND a~budat IN so_budat
        AND a~vgabe EQ '1'
        AND a~bewtp EQ 'E'
        AND a~bwart EQ '101'    " Check your MIGO IN mov. types
        AND e~loekz EQ ''
    " This is for MIGO Reverse - Again check your MIGO out Mov. types
        AND NOT EXISTS ( SELECT ebeln FROM ekbe WHERE ebeln = a~ebeln AND ebelp = a~ebelp AND vgabe = '1' AND bewtp = 'E'
        AND bwart IN ('102','122') AND lfgja = a~gjahr AND lfbnr = a~belnr AND lfpos = a~buzei )
    " check for Pending MIRO
        AND NOT EXISTS ( SELECT ekbe~ebeln FROM ekbe INNER JOIN rbkp ON rbkp~belnr = ekbe~belnr AND rbkp~gjahr = ekbe~gjahr
        WHERE ekbe~ebeln = a~ebeln AND ekbe~ebelp = a~ebelp AND ekbe~vgabe = '2' AND ekbe~bewtp = 'Q' AND ekbe~lfgja = a~gjahr
        AND ekbe~budat IN rg_budat AND ekbe~lfpos = a~buzei AND rbkp~tcode = 'MIRO' AND rbkp~stblg = '' )
      ORDER BY a~ebeln a~ebelp a~budat.
    "Remove Cancelled MIRO from o/p
      SELECT DISTINCT a~ebeln a~ebelp a~gjahr a~belnr INTO TABLE it_ekbe
      FROM ekbe AS a INNER JOIN rbkp AS b ON b~belnr = a~belnr AND b~gjahr = a~gjahr
      FOR ALL ENTRIES IN it_final
      WHERE a~ebeln = it_final-ebeln AND a~ebelp = it_final-ebelp AND a~vgabe EQ '2' AND a~bewtp EQ 'Q' AND a~lfbnr = '' AND a~budat IN rg_budat
        AND b~tcode = 'MIRO' AND b~stblg = ''.

  • Show Todays Purchase order list

    Hello Experts,
    I want to show todays purchase order list in foll manner in Grid or Matrix of customized form.
    Customer Name PoNo PODate DocTotal
    Is it possible?
    Plz give me some solution.

    Hello freind
      try this code for youe custmised form for grid
    pass form date and end date from your form in date1 and date 2 parameter in sql query
    oItem = oForm.Items.Item("code")
                                            a = oItem.Specific
                                            PID = a.Value
                                            Dim oRS As SAPbobsCOM.Recordset
                                            Dim ocol As GridColumn
                                            oRS = objMain.objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                                            str = "select *,T0.CardCode,T0.CardName,T0.DocNum,T0.DocTotal,T0.DocDate from [OPOR] T0 where T0.DocDate between 'Date1' and 'date2'"
                                            oDataTable = oForm.DataSources.DataTables.Item("MOV1")
                                            oDataTable.Clear()
                                            oDataTable.ExecuteQuery(str)
                                            objGrid = oForm.Items.Item("actv").Specific
                                            objGrid.DataTable = oDataTable
                                            ocol = objGrid.Columns.Item("ACT_ID")
                                            ocol.LinkedObjectType = "33"
                                            objGrid.CollapseLevel = 0
                                            objGrid.AutoResizeColumns()

  • Downloading the open purchase order list

    HI Friends,
    Please let me know how to download the open purchase order list from SAP aong vth buyer codes.
    Regards,
    A.S.kumar

    Hii
    Go to ME2N, give the details what ever u want in that screen and in Scope of list - select ALV.
    If u select ALV , it will show in the format of excel sheet , so u download as lik that .
    In selection parameters - u mention WE101/WE102 ...etc , according ur requirement.
    Any clarification , let us know
    Thanks
    SAP-MM
    Edited by: MM group on Feb 19, 2010 6:04 AM

  • Open purchase order list

    Hi experts,
    how i can generate open purchase order list with the amount ?
    regards,
    Sanju M S

    HI
    try report
    ME80FN
    here after executing click on changes view and select PO history
    Regards
    Kailas Ugale

  • How to create purchase order using VA01 for BAPI?

    how to create purchase order using VA01 for BAPI?

    Hi Arun,
    Please check this link
    Example Program for BAPI_PO_CREATE1
    Re: BAPI_PO_CREATE1
    Questions in BAPI_PO_CREATE1
    Problem with BAPI_PO_CREATE1
    *& Report BAPI_PO_CREATE *
    REPORT bapi_po_create.
    Input File Declaration
    TYPES: BEGIN OF ty_input_file,
    column1 TYPE char50,
    column2 TYPE char50,
    column3 TYPE char50,
    column4 TYPE char50,
    column5 TYPE char50,
    column6 TYPE char50,
    column7 TYPE char50,
    column8 TYPE char50,
    column9 TYPE char50,
    column10 TYPE char50,
    column11 TYPE char50,
    column12 TYPE char50,
    column13 TYPE char50,
    column14 TYPE char50,
    column15 TYPE char50,
    column16 TYPE char50,
    column17 TYPE char50,
    column18 TYPE char50,
    END OF ty_input_file.
    DATA: i_input_file TYPE STANDARD TABLE OF ty_input_file,
    wa_input_file TYPE ty_input_file.
    CONSTANTS: c_path TYPE char20 VALUE 'C:\',
    c_mask TYPE char9 VALUE ',.,..',
    c_mode TYPE char1 VALUE 'O',
    c_filetype TYPE char10 VALUE 'ASC',
    c_x TYPE char01 VALUE 'X'.
    PARAMETERS : p_fname LIKE rlgrap-filename.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fname.
    Browse Presentation Server
    PERFORM f4_presentation_file.
    START-OF-SELECTION..
    Read presentation server file
    PERFORM f1003_upload_file.
    IF NOT i_input_file[] IS INITIAL.
    PERFORM split_data.
    ENDIF.
    *& Form f4_presentation_file
    *& F4 Help for presentation server
    FORM f4_presentation_file .
    CALL FUNCTION 'WS_FILENAME_GET'
    EXPORTING
    def_path = c_path
    mask = c_mask
    mode = c_mode
    title = text-001
    IMPORTING
    filename = p_fname
    EXCEPTIONS
    inv_winsys = 1
    no_batch = 2
    selection_cancel = 3
    selection_error = 4
    OTHERS = 5.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    ENDFORM. " f4_presentation_file
    *& Form f1003_upload_file
    *& Upload File
    FORM f1003_upload_file .
    DATA: lcl_filename TYPE string.
    lcl_filename = p_fname.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename = lcl_filename
    filetype = c_filetype
    has_field_separator = c_x
    TABLES
    data_tab = i_input_file
    EXCEPTIONS
    file_open_error = 1
    file_read_error = 2
    no_batch = 3
    gui_refuse_filetransfer = 4
    invalid_type = 5
    no_authority = 6
    unknown_error = 7
    bad_data_format = 8
    header_not_allowed = 9
    separator_not_allowed = 10
    header_too_long = 11
    unknown_dp_error = 12
    access_denied = 13
    dp_out_of_memory = 14
    disk_full = 15
    dp_timeout = 16
    OTHERS = 17.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    EXIT.
    ENDIF.
    ENDFORM. " f1003_upload_file
    *& Form split_data
    Collect data for creating Purchase Order
    FORM split_data .
    DATA: i_poitem TYPE STANDARD TABLE OF bapimepoitem,
    i_poitemx TYPE STANDARD TABLE OF bapimepoitemx,
    i_poitem_sch TYPE STANDARD TABLE OF bapimeposchedule,
    i_poitem_schx TYPE STANDARD TABLE OF bapimeposchedulx,
    i_acct_*** TYPE STANDARD TABLE OF bapimepoaccount,
    i_acct_assx TYPE STANDARD TABLE OF bapimepoaccountx,
    i_services TYPE STANDARD TABLE OF bapiesllc ,
    i_srvacc TYPE STANDARD TABLE OF bapiesklc,
    i_return TYPE STANDARD TABLE OF bapiret2,
    wa_header TYPE bapimepoheader,
    wa_headerx TYPE bapimepoheaderx,
    wa_poitem TYPE bapimepoitem,
    wa_poitemx TYPE bapimepoitemx,
    wa_poitem_sch TYPE bapimeposchedule,
    wa_poitem_schx TYPE bapimeposchedulx,
    wa_acct_*** TYPE bapimepoaccount,
    wa_acct_assx TYPE bapimepoaccountx,
    wa_services TYPE bapiesllc,
    wa_srvacc TYPE bapiesklc,
    wa_return TYPE bapiret2,
    ws_po TYPE bapimepoheader-po_number.
    break gbpra8.
    wa_services-pckg_no = 10.
    wa_services-line_no = 1.
    wa_services-outl_no = '0'.
    wa_services-outl_ind = c_x.
    wa_services-subpckg_no = 20.
    APPEND wa_services TO i_services.
    wa_srvacc-pckg_no = 10.
    wa_srvacc-line_no = 1.
    wa_srvacc-serno_line = 01.
    wa_srvacc-serial_no = 01.
    wa_srvacc-percentage = 100.
    APPEND wa_srvacc TO i_srvacc.
    LOOP AT i_input_file INTO wa_input_file.
    IF wa_input_file-column2 EQ 'HD'.
    wa_header-doc_type = wa_input_file-column3.
    wa_header-creat_date = sy-datum.
    wa_header-created_by = sy-uname.
    wa_header-vendor = wa_input_file-column4.
    PERFORM conversion_output USING wa_header-vendor
    CHANGING wa_header-vendor.
    wa_header-comp_code = 'DE03'.
    wa_header-purch_org = 'DE03'.
    wa_header-pur_group = 'DE1'.
    wa_header-vper_start = wa_input_file-column9.
    wa_header-vper_end = wa_input_file-column10.
    wa_headerx-comp_code = c_x.
    wa_headerx-doc_type = c_x.
    wa_headerx-creat_date = c_x.
    wa_headerx-created_by = c_x.
    wa_headerx-vendor = c_x.
    wa_headerx-purch_org = c_x.
    wa_headerx-pur_group = c_x.
    wa_headerx-vper_start = c_x.
    wa_headerx-vper_end = c_x.
    ENDIF.
    IF wa_input_file-column2 EQ 'IT'.
    wa_poitem-po_item = wa_input_file-column3.
    wa_poitem-short_text = wa_input_file-column6.
    wa_poitem-plant = wa_input_file-column8.
    wa_poitem-quantity = '1'.
    wa_poitem-tax_code = 'V0'.
    wa_poitem-item_cat = 'D'.
    wa_poitem-acctasscat = 'K'.
    wa_poitem-matl_group = wa_input_file-column7.
    wa_poitem-pckg_no = '10'.
    APPEND wa_poitem TO i_poitem .
    wa_poitemx-po_item = wa_input_file-column3.
    wa_poitemx-po_itemx = c_x.
    wa_poitemx-short_text = c_x.
    wa_poitemx-plant = c_x.
    wa_poitemx-quantity = c_x.
    wa_poitemx-tax_code = c_x.
    wa_poitemx-item_cat = c_x.
    wa_poitemx-acctasscat = c_x.
    wa_poitemx-matl_group = c_x.
    wa_poitemx-pckg_no = c_x.
    APPEND wa_poitemx TO i_poitemx.
    wa_poitem_sch-po_item = wa_input_file-column3.
    wa_poitem_sch-delivery_date = sy-datum.
    APPEND wa_poitem_sch TO i_poitem_sch.
    wa_poitem_schx-po_item = wa_input_file-column3.
    wa_poitem_schx-po_itemx = c_x.
    wa_poitem_schx-delivery_date = c_x.
    APPEND wa_poitem_schx TO i_poitem_schx.
    wa_acct_***-po_item = 10.
    wa_acct_***-serial_no = 01.
    wa_acct_***-gl_account = '0006360100'.
    wa_acct_***-co_area = '1000'.
    wa_acct_***-costcenter = 'KC010000'.
    APPEND wa_acct_*** TO i_acct_***.
    wa_acct_***-po_item = 10.
    wa_acct_***-serial_no = 02.
    wa_acct_***-gl_account = '0006360100'.
    wa_acct_***-co_area = '1000'.
    wa_acct_***-costcenter = 'KC010000'.
    APPEND wa_acct_*** TO i_acct_***.
    wa_acct_assx-po_item = 10.
    wa_acct_assx-serial_no = 01.
    wa_acct_assx-po_itemx = c_x.
    wa_acct_assx-serial_nox = c_x.
    wa_acct_assx-gl_account = c_x.
    wa_acct_assx-co_area = c_x.
    wa_acct_assx-costcenter = c_x.
    APPEND wa_acct_assx TO i_acct_assx.
    wa_acct_assx-po_item = 10.
    wa_acct_assx-serial_no = 02.
    wa_acct_assx-po_itemx = c_x.
    wa_acct_assx-serial_nox = c_x.
    wa_acct_assx-gl_account = c_x.
    wa_acct_assx-co_area = c_x.
    wa_acct_assx-costcenter = c_x.
    APPEND wa_acct_assx TO i_acct_assx.
    wa_services-pckg_no = 20.
    wa_services-line_no = 2.
    wa_services-service = wa_input_file-column9.
    wa_services-quantity = '100'.
    wa_services-gr_price = '100'.
    wa_services-userf1_txt = wa_input_file-column13.
    APPEND wa_services TO i_services.
    wa_srvacc-pckg_no = 20.
    wa_srvacc-line_no = 1.
    wa_srvacc-serno_line = 02.
    wa_srvacc-serial_no = 02.
    wa_srvacc-percentage = 100.
    APPEND wa_srvacc TO i_srvacc.
    ENDIF.
    ENDLOOP.
    CALL FUNCTION 'BAPI_PO_CREATE1'
    EXPORTING
    poheader = wa_header
    poheaderx = wa_headerx
    POADDRVENDOR =
    TESTRUN =
    MEMORY_UNCOMPLETE =
    MEMORY_COMPLETE =
    POEXPIMPHEADER =
    POEXPIMPHEADERX =
    VERSIONS =
    NO_MESSAGING =
    NO_MESSAGE_REQ =
    NO_AUTHORITY =
    NO_PRICE_FROM_PO =
    IMPORTING
    exppurchaseorder = ws_po
    EXPHEADER =
    EXPPOEXPIMPHEADER =
    TABLES
    return = i_return
    poitem = i_poitem
    poitemx = i_poitemx
    POADDRDELIVERY =
    poschedule = i_poitem_sch
    poschedulex = i_poitem_schx
    poaccount = i_acct_***
    POACCOUNTPROFITSEGMENT =
    poaccountx = i_acct_assx
    POCONDHEADER =
    POCONDHEADERX =
    POCOND =
    POCONDX =
    POLIMITS =
    POCONTRACTLIMITS =
    poservices = i_services
    posrvaccessvalues = i_srvacc
    POSERVICESTEXT =
    EXTENSIONIN =
    EXTENSIONOUT =
    POEXPIMPITEM =
    POEXPIMPITEMX =
    POTEXTHEADER =
    POTEXTITEM =
    ALLVERSIONS =
    POPARTNER =
    break gbpra8.
    LOOP AT i_return INTO wa_return.
    ENDLOOP.
    ENDFORM. " split_data
    *& Form conversion_output
    Conversion exit input
    FORM conversion_output USING p_ip
    CHANGING p_op.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = p_ip
    IMPORTING
    output = p_op.
    ENDFORM. " conversion_output
    Best regards,
    raam

  • Printing a Purchase Order list in Java.

    Hi.
    I?m making a simple sales system at school, and I would like it to print out a Purchase Order list like this one http://www.scorp-d.dk/PurchaseOrder.jpg , but what is the easiest way to do this? Making a Jframe that looks like one or what?
    Scorp-D

    Hello :) Just a suggestion: use the JEditorPane to display your PO constructed
    using HTML. Here's a link to a tutorial that might help:
    http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html

  • PO's Which are MIGO done and Pending for MIRO

    Hi friends,
    Can anyone help out , hw to check the documents which are already done MIGO but pending for MIRO...
    I tried in ME2N and ME2M...but am little confusing in the field selections their....
    Pls let me know the parameters selection for above Requirement
    Regards
    Girish
    Edited by: girishkumar.r on Jul 20, 2010 5:29 AM

    Hi,
    T-Code MB5S - GR.IR balance report. will helpful to find the MIRO pending for PO.
    SAM

  • WM-PP Staging : Process orders list due for WM-PP Staging

    Hi
    i am using Staging Indicator : 1 > Pick Part.
    How we can view Released Process orders list due for WM-PP Staging.
    Thanks
    James

    Hi,
    Please refer the below link hope it helps you...
    http://forums.sdn.sap.com/thread.jspa?threadID=1941766
    Regards,
    Udaya.

  • Student CC order pending for two days on Mac, but order does not show up on account.

    I payed for a CC student account two days ago and have yet to have access to any of the applications. When I track the order using the order number it says the order is pending, but when I check my order history on my account no orders show up. What do I need to do? My credit card has not be charged, and the payment shows up as "pending" on my online bill pay. How long does this process usually take? Im really hoping to have access to these apps today/ I needed access yesterday.  Thanks!
    Peter

    Hi pbquaule,
    Please give me the order no. so that I can check the status.
    You can even reach our chat support and know the Order status: http://helpx.adobe.com/x-productkb/global/service-b.html
    Till the credit card is charged and the Order processed, it will not be reflected under your account.
    Regards,
    Rave

  • SharePoint Purchase Order List

    Hi All,
    I want to develop small purchase order system in sharepoint. I already started working on this but I stuck in below points where the purchased Qty is comming on different dates. For example :-
    Order Qty = 100, Purchased Qty (Qty deliverd to godown more than one time in three different date like 20+20+60=100).
    Now the list which I've created it's strait forward like below :-
    Order Date,Purchased Date, Order Qty, Purchased Qty,Balance Qty (calculated),Status(Pending / Completed)
    For this particular scenario the Qty was purchased in three lots so not sure how to archive this.
    Please advice. Also if you have some link or steps please provide

    Thanks Romeo for your comment,
    I already created list as per requirement but below I've mentioned my problem. I think the way you are saying to use two list that will work but if you provide some steps it will be helpful for me.
    My Created list name is 'Order List' and below are the columns :-
    Purchase No, Part No, Purchase Order Date, Pu. Order Qty, Deliver Date, Deliver Qty, Balance Qty
    Here the problem is filtering the data for report purpose.
    As I'm entering the details in one row (as per the above column name) if Order Qty is deliver with same Qty / full Qty then my Balance Qty will show zero. And I can easily filter with Purchase No to check the order with Deliver Date & Deliver Qty when we
    received.
    But now the problem is if Order Qty is deliver on split basis for example (pfb print Screen) 800 Qty deliver in three dates (500+100+100=100) then I'm not sure how to enter the data to trace the Deliver dates and Deliver Qty as per Purchase No.

  • Open purchase order list by user id

    Hi Experts,
    My job requirement is to pull a list of all open SRM purchase orders in backend ECC system by user id.
    In ME2N, I entered following information:
    -Scope of list=BEST
    -Selection parameters=WE101
    -Document type=ECPO (for SRM purchase orders).
    -In Dynamic Selection icon on top of the screen, under ‘Purchasing Document Header’ drop down list, I selected ‘Created by’ option. Then in a dynamic selection pop-up screen I entered the user id. Then I executed.
    However, upon executing, it still doesn’t give me the list of open PO’s by this user id.
    Whereas, another team member who sits offshore is able to find 2 open PO’s for same user.
    Please tell me what I’m doing wrong here. I need to fix this urgently.
    Many Thanks and kind regards,
    Faisal

    Hello Failsal
    It's difficult to know without a screenshot, please compare step by step ME2N execution with your team mate, it must return the exact same result.
    Other things should guarantee is that you can get those PO's in ME2N (i.e just put the PO's numbers as parameters). I don't know if there is a role restriction for this transaction.
    Try it with"created by" in blank
    Verify you dont have any other parameter selected.
    I hope you find solution
    Regards
    Pável

Maybe you are looking for

  • IPhoto: Export videos with titles

    All of my videos are in iPhoto, and I've added titles to all of the videos within iPhoto. However, when I EXPORT these videos to my desktop, iPhoto doesn't export them with the titles that I've assigned to them in iPhoto. iPhoto exports them with the

  • Getting Polish in Word

    My son would like to be able to type the special characters in the Polish language. The only thing I could find in the doc search was this reference: http://docs.info.apple.com/article.html?artnum=106484 which looks like it pertains to OS9. Is there

  • Tolerance limit for GI against production order

    HI Is there any standard functionality of having tolerance limits at Goods issue level - against the production order? Just like GR. or can we make this functionality using any Exits? -ashok

  • Resultset.next() Issue

    Okay I have narrow my issue down to activity involved with the resultset.next() method. What is happening is I am working through a small resultset--3 records. These records are made up of columns from 3 seaprate tables (9 total). Some of these table

  • Error on DI

    Hi ... We develop a add-on which runs well on our new installed server and development notebooks,  but when we try to install this on our production server a error pop's up .. ( ERROR MESSAGE - Exception Text ************** System.Runtime.InteropServ