PO aging Report

can anyone suggest any standard report close to the following user requirements,
To monitor open PO with ageing period
- PO number/item/qty/value
- Balance PO qty and value
- PR number
- cost object / requisitioner
- last GR/SES
- ageing, from PO release or from last GR/SES
Thanks.

Hi,
Find below some of the MM reports for your reference.
MB51  Material Doc. List        
MB5L  List of Stock Values: Balances     
MBBS  Display valuated special stock     
MC$G  PURCHIS: Material PurchVal Selection
MC$I  PURCHIS: Material PurchQty Selection
MC.1  INVCO: Plant Anal. Selection: Stock
MC.2  INVCO: Plant Anal.Selection, Rec/Iss
MC.5  INVCO: SLoc Anal. Selection, Stock 
MC.9  INVCO: Material Anal.Selection,Stock
MC.A  INVCO: Mat.Anal.Selection, Rec/Iss 
MC.L  INVCO: Mat.Group Analysis Sel. Stock
MC48  INVCO: Anal. of Current Stock Values
MC50  INVCO: Analysis of Dead Stock      
MCBA  INVCO: Plant Analysis Selection    
MCBC  INVCO: Stor. Loc. Analysis Selection
MCBE  INVCO: Material Analysis Selection 
MCBK  INVCO: MatGrp Analysis Selection   
MCBR  INVCO: Batch Analysis Selection    
MCE1  PURCHIS: PurchGrp Analysis Selection
MCE3  PURCHIS: Vendor Analysis Selection 
MCE5  PURCHIS: MatGrp Analysis Selection 
MCE7  PURCHIS: Material Analysis Selection
MCW3  PURCHIS: Evaluate VBD Header       
MCW4  PURCHIS: Evaluate VBD Item 
ME2L  Purchase Orders by Vendor  
ME2M  Purchase Orders by Material
ME2N  Purchase Orders by PO Number
MIR6  Invoice Overview  
MMBE  Stock Overview    
In MBLB we can see the over all stock value at vendor side.  If I refer it in MB51 (For  particular period movement type as 541 and Specila stock as u201Cou201D it  shows the local currency value is zero....)
In MBBS we can see the stock value upto date.
MB5T - Diplay of Stock In Transit
ME2N - Selection Parameters - WE101 - Open goods Receipt
MC46 - Slow-Moving Items 
MC50 - Dead Stock 
Regards,
MBKM

Similar Messages

  • Vendor Aging Report

    Hi All
    i am trying to get a legitimate vendor Aging report from within SAP
    The 2 reports that I am currently looking at are:
    S_ALR_87012085 - Vendor Payment History with OI Sorted List
    S_ALR_87012084 - Open Items - Vendor Due Date Forecast
    But both these do not bring out the output the way i want it - and i tried changing the output control and it still doesnt bring out the report as i want it - I want a report like the S_ALR_87012178 for customers, with output control 1, 6 and a 0 - which gives me a logical list of the aged customers.
    Is there one like this for vendors too? Any suggestions?
    Thank you
    Rukshana

    Hi Ruksaana,
    You can customize the vendor report to show the items overdue per vendor by using the following steps
    1. Create a form using T Code - FKI4
        In this form ( two-axis structure) provide the details for each column as per your Client requirement - Due from 0 - 30 days
        etc. You can create a column (using formula method) at the end by adding the previous columns, this will give you total     
        amount of overdue items for each vendor
    2. Create a report using T Code - FKI1
        Based on the Form created in the above step. Make additional selections based on  client  requirements like document type,
        company code, account type, currency etc. Execute the report.
    The following link will give provides detail steps for the creation of the aforementioned form and report.
    Re: AR aging report (summary by customer)
    Hope this helps.
    - Sadha.

  • Vendor ageing report(urgent)

    in vendor ageing report i am getting the data for the vendors with open item only means those vendors who have to pay depending on the parameter date which we r passing
    in selection screen.
    but i  want all those records with cleared item also depending on that date.
    means suppose there r 2 vendors
    1.sanjeev-he has to pay 1000 but he has paid 500 and left
    with 500 due.
    2. amit -he has to pay 1000 and he had not paid anything till now.
    so when i am executing my report it is showing only
    sanjeev 500
    amit 1000
    but i need
    sanjeev 1000
    amit 1000
    to be displayed but as sanjeev has already paid 500
    so it is not showing the output as above.
    so how it could be achieved

    hi sanjeev,
    anver here.
    do like this.
    if has_paid < has_to_pay.
    write has_to_pay.
    endif.
    rgds
    anver

  • Aging report for Open Invoice

    Hi All,
    I need to develop an Aging report for open invoice, there is no indication for open invoice or close invoice since we are using customise DS and DS from third party system. only one key flag we have is clearing date. so kindly let me know how to write the logic for this requirement.. can I use Customer exit for this? I have an Idea to do like
    first logic is
    *If Clearing date = blank than invoice is = open (by using of this logic we can get all open invoice).
    second logic
    total number of invoice = current date - document date.
    but I do not know how to implement this logic in BEx hnece kinnly advice me whether this logic can be work or suggest with different solution ples..
    Regards,

    hi,
    You can  check few default PO reports wid proper paramater in it
    or
    Can check table EKBE
    or
    Check PO history in the PO doc
    Or
    Check the ME80FN
    Regards
    Priyanka.P

  • WIP : Work Order Aging report

    Hello,
    Is there any standard program given by Oracle on WIP  as 'Work Order Aging report' ?
    I guess not.
    If its not, then is there any other program related to WIP Aging exists in Oracle?
    Thanks in advance.

    Hi,
    Can you please make Ship To also as Primary Business Purpose?
    Regards
    Raghavender K

  • Aging report

    hi I am developing a aging report for which I am getting fields from the tables EKPO and EKKO based on
    s_gjahr  FOR bsid-gjahr  OBLIGATORY.    "Document Fiscal year
    p_date   TYPE vbak-aedat OBLIGATORY,    "A/P Open items
    p_bukrs  TYPE t001-bukrs OBLIGATORY.    "Company
    s_ekorg  FOR mepo1222-ekorg OBLIGATORY, "Purchasing Organization
                    s_ekgrp  FOR mepo1222-ekgrp,            "Purchasing group
                    s_zterm  FOR bseg-zterm,                "Terms
                    s_ebeln  FOR bseg-ebeln,                "Purchase order
                    s_hkont  FOR bseg-hkont,                "Reconciliation Account.
                    s_blart  FOR invfo-blart OBLIGATORY,    "Document type
                    s_date   FOR bseg-zfbdt NO-DISPLAY.
      SELECT * FROM ekko INTO TABLE tbl_ekko WHERE bukrs = p_bukrs
                                             AND   zterm IN s_zterm
                                             AND   ekorg IN s_ekorg
                                             AND   ekgrp IN s_ekgrp.
      IF tbl_ekko[] IS NOT INITIAL.
        SELECT * FROM ekpo INTO TABLE tbl_ekpo FOR ALL ENTRIES IN tbl_ekko
                                               WHERE ebeln = tbl_ekko-ebeln
                                               AND   bukrs = p_bukrs
                                               AND   repos = 'X'
                                               AND   werks IN s_werks. "additonal.
    ENDIF.
    Now my problem is I need to combine the data I have selected from EKKO with a table which has EBELN, I found BSIK but that doesnt have the EBELN field filled.
    Can you tell me some table other than BSEG ( performace issue ) which I can use to select my entries with Inner join... only BSIK has BLART not BSEG..
    I will definitely award points for all the helpful answers

    Hi
    U need to read the EKBE table here you should fine the FI invoices linked to PO
    Max

  • Open aging report

    This report has been extended from an existing query that has been posted on this forum. 
    This report is an aging report for ALL trasnactions, both open and closed.
    Is it possible to modify this query to report on OPEN / unreconciled trasnactions only?
    select T0.shortname,T2.cardcode 'Customer Code',T2.cardname 'Name',T2.U_BU, T2.U_DEPT, sysdeb 'Debit Amount',syscred 'Credit Amount',
    case T0.transtype
    when '13' then 'INV'
    when '14' then 'AR CN'
    when '24' then 'INCOMING'
    else 'Other'
    end 'Type',
    T1.BaseRef'Trans #',
    case T0.transtype
    when '13' then
    (Select Comments from OINV where OINV.Transid=T1.Transid)
    else '-'
    end 'Inv.Rem.',
    (Select SeriesName From NNM1 Where Series=T1.DocSeries and ObjectCode=T0.TransType)'Series',
    T0.Ref1,
    fccurrency 'BP Currency',
    CONVERT(VARCHAR(10), T0.refdate, 103)'Posting Date' ,
    CONVERT(VARCHAR(10), T0.duedate, 103) 'Due Date',
    CONVERT(VARCHAR(10), T0.taxdate, 103) 'Doc Date' ,
    CASE
    when (DATEDIFF(dd,T0.refdate,current_timestamp))+1 < 31
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "0-30 days",
    case when ((datediff(dd,T0.refdate,current_timestamp))+1 > 30
    and (datediff(dd,T0.refdate,current_timestamp))+1< 61)
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "31 to 60 days",
    case when ((datediff(dd,T0.refdate,current_timestamp))+1 > 60
    and (datediff(dd,T0.refdate,current_timestamp))+1< 91)
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "61 to 90 days",
    CASE
    when (DATEDIFF(dd,T0.refdate,current_timestamp))+1 > 90
    then
    case
    when syscred= 0 then sysdeb
    when sysdeb= 0 then syscred * - 1
    end
    end "90 + days"
    from JDT1 T0
    Inner Join OJDT T1 On T1.TransId=T0.TransId
    left outer join
    OCRD T2 ON T2.cardcode =T0.shortname where
    T2.cardtype = 'c' and T0.intrnmatch = '0' and
    T2.U_Bu = %0and T2.U_Dept = %1
    ORDER BY T2.CARDCODE, T0.taxdate
    Thanks in advanced Lisa

    Thanks for the feedback Jule - I have changed the query as is as below
    Unfortunately,  the query is still reporting ALL transactions not just unreconciled transations.
    Would be grateful for any assistance.
    Cheers Lisa
    select T0.shortname,T2.cardcode 'Customer Code',T2.cardname 'Name',T2.U_BU, T2.U_DEPT, balscdeb 'Debit Amount',balsccred 'Credit Amount',
    case T0.transtype
    when '13' then 'INV'
    when '14' then 'AR CN'
    when '24' then 'INCOMING'
    else 'Other'
    end 'Type',
    T1.BaseRef'Trans #',
    case T0.transtype
    when '13' then
    (Select Comments from OINV where OINV.Transid=T1.Transid)
    else '-'
    end 'Inv.Rem.',
    (Select SeriesName From NNM1 Where Series=T1.DocSeries and ObjectCode=T0.TransType)'Series',
    T0.Ref1,
    fccurrency 'BP Currency',
    CONVERT(VARCHAR(10), T0.refdate, 103)'Posting Date' ,
    CONVERT(VARCHAR(10), T0.duedate, 103) 'Due Date',
    CONVERT(VARCHAR(10), T0.taxdate, 103) 'Doc Date' ,
    CASE
    when (DATEDIFF(dd,T0.refdate,current_timestamp))+1 < 31
    then
    case
    when balsccred <> 0 then balsccred * - 1
    else balscdeb
    end
    end "0-30 days",
    case when ((datediff(dd,T0.refdate,current_timestamp))+1 > 30
    and (datediff(dd,T0.refdate,current_timestamp))+1< 61)
    then
    case
    when balsccred <> 0 then balsccred * - 1
    else balscdeb
    end
    end "31 to 60 days",
    case when ((datediff(dd,T0.refdate,current_timestamp))+1 > 60
    and (datediff(dd,T0.refdate,current_timestamp))+1< 91)
    then
    case
    when balsccred <> 0 then balsccred * - 1
    else balscdeb
    end
    end "61 to 90 days",
    CASE
    when (DATEDIFF(dd,T0.refdate,current_timestamp))+1 > 90
    then
    case
    when balsccred= 0 then balscdeb
    when balscdeb= 0 then balsccred * - 1
    end
    end "90 + days"
    from JDT1 T0
    Inner Join OJDT T1 On T1.TransId=T0.TransId
    left outer join
    OCRD T2 ON T2.cardcode =T0.shortname where
    T2.cardtype = 'c' and
    T2.U_Bu = [%0]and T2.U_Dept = [%1]
    ORDER BY T2.CARDCODE, T0.taxdate

  • GR/IR Aging Report

    Hi,
    I'm new member of this forum. I have a questions.
    I want to create a report that utilizes the functionality of GR/IR aging. I want to ask you, for those who ever build GR/IR aging report, what kind of field I can use to trigger the starting counter of GR/IR aging? like GR date maybe, and what kind of indicator I can use to stop the calculation of GR/IR aging, such as date of posting on BSEG may be (it just my opinion)...
    Thank you.
    Regards,
    Arif

    Hi,
    I don't think it can be acheieved in std report, better use below tables as epr your logic to develop a Zreport.
    EKKO
    EKPO
    EKBE
    MSEG
    MKPF
    BSEG
    BKPF
    And also check the Logic of std reports MC50 , MC46 and MB5B

  • Dunning Letter Design & Aging report

    Hello Experts,
    I have a few doubts in B1 Sales AR -> Dunning and Aging Reports.
    1. How do we incorporate our own letter format for dunning letters? I looked for PLD's, but nothing was available in the print preview screen.
    2. When we execute Customer Receivables Aging report, what is the significance of the column "Future Remit"? In our B1 instance, the receivables that are due 60 or 90 days from current date are not appearing in their respective columns.
    Please advise on how to proceed
    With Regards,
    PS: We are running B1 2005-B / MS-SQL 2005

    Hi Kaatss,
    You should be able to find the Dunning letter formats by clicking on the layout designer button and then from the windows selecting the dunning letter formats from the 'Choose Document Type'.  They go by the ID of DUN0... DUN09.
    As for the columns the 60 and 90 columns show the invoices (values) that are overdue by 60 and 90 days respectively.
    The Future Remit column shows invoices that are still within the due date.  So if you raise two invoice with 60 and 90 day payment terms, but they are still within their due date, their values will appear in the future remit column.
    I hope this helps.  I use 2005A so I hope there are no differences.
    Damian

  • Need to convert AP Invoice Aging Report in Excel format

    Hi,
    Need to convert AP Invoice Aging Report in excel format..there was an existing Invoice Aging report in AP and that was in paper format. That we need to convert to rtf template..
    There was an other concurrent program called 'Invoice Aging Report (XML) - Reserveed for future use', when i am using that rtf template..to get the report output it was taking more than 1 hr time.
    1)Is there any way/patch to get that XML report to be used in 12.1.3 EBS version
    2) is there any other way to get the report output faster.
    Thanks..

    Hi,
    When submitting the request, you may change the output to Excel and get the output in Excel. Otherwise as you mention if you getting the output in text format, you may download the text format and open the document in excel and use the delimitation to format in excel as per your requirement.
    1)Is there any way/patch to get that XML report to be used in 12.1.3 EBS version
    2) is there any other way to get the report output faster.
    Is your statistics up to date, when did you last run gather schema statistics program in Sysadmin responsibility.
    Also what is the record quantity that you are expecting here? Is date range parameter available in the report and if yes, did you try running the report for a day to check the output.
    Thanks &
    Best Regards,

  • Vendor Liabilities Aging Report

    Hi Guys,
    We are trying to generate a Vendor Liabilities Aging report on one of our companies, but no data is being displayed.  Instead the following error message is being shown "Data is not available; modify the select criteria and re-enter [Message 131-85]".  We also tried various options in the selection criteria but still this did not solve our problem.
    We are suspecting that this could be related with data corruption since during this weekend we had power failures on MSSQL and SAP servers.
    Any help from you guys will be much appreciated...
    Many Thanks,
    Bernard

    Hi Bernard,
    Welcome you post on the forum.
    It is more than likely the data consistency issue. You must got certain bad data in your database. Run DBCC first to see if the problem can be fixed. If not, report to SAP support to get help.
    Thanks,
    Gordon

  • Vendor ageing report for down payment bucketwise

    Hi
    I have paid many downpayment to various vendors. Now i want the ageing report for the same (i.e. bucket wise i.e. 0-30 days, 31-60 days and so on).
    This i am getting for vendor invoices in TCode: S_ALR_87012085 (Vendor payment history with OI sorted list).
    Please let me know if the bucketwise report is possible for the downpayment too.

    Hi,
    Vendor ageing for down payments as well as invoice i use to see from T.code FBL1N by creating layouts.
    Choose Arreas after net due date from layout and for that column you can apply a rule that from 0 to Lessthan or equal to 30.
    Like that you can create the layouts. In FBL1N you can give this layout (down) so information come in that format.
    The one disadvantage is that you have to select manually the layouts and you can see only one ageing information at a time.
    Regards,
    Sankar

  • AR Aging report... partial payment Report

    Dear Experts,
                   In the Aging Report i have  the Scenario that partial payment's record should not fell on the bucket based on Net Value of that record, instead it should refer some reference field. which field it has to refer?
                  How we can find the record is partial payment record ie what condition it will have?  like open status etc...
                  where i should   apply the logic whether in the datasource level or at the report level.
                  Please note that Dataflow is in 3.5 version
    Thanks in Advance

    Hi,
    You can have a info object to represent the status  in the datatarget and then you can use it in the filter level to filter out open records.
    Regards,
    Anil Kumar Sharma .P

  • AP aging report from SAP

    We found that AP aging report from SAP  is not tie with Balance in Balance sheet.  Please advise how to find the report which match with our requirement.
    Concept of the AP aging report is to age outstanding AP as at the end of month (Open item date).  We found that A/P aging report which we currently use is cannot match to balance per G/L. (Please see detail in attached file). And the balance in AP aging report is always changes if we retrieve data on difference timing.
    Additionally, this report is not show the reconciliation account, please advise whether it is possible to show summary line which sum by reconciliation account.
    Please advise if you have another SAP transaction or any advise on this.
    kindly suggest

    Hi,
    For ageing report please go to fbl3n and go for change layout there is a option for ageing and posting period choose those two and subtotal it according to posting then you will get period wise meand month wise ageing  report for vendor.
    S_ALR_87012078 - Due Date Analysis for Open Items
    Hope this is clear if yes assign points
    Regards,
    Sankar

  • Ap --Invoice Aging Report    aging period 0-360 periods

    we need to increase the aging report by 0-360 here i am diving like
    0-30 31-60 61-90 91-120 121-150 151-180 181-210 211-240 241-270 271-300 301-330 331-360
    The standard layout prints only 4 periods , we want to print all the above periods in output.
    1st i have created one test aging period.
    0-30 31-60 61-90 91-120 121-150 151-180 for testing i created this aging period and once i run **the standard report its displaying upto 61-90 the rest are not printing.**
    because standard report layout has only four periods. are those periods won't be incremented by our AGING PERIODS given in priod given.
    what i have to do for this. does the report will not print automatically the period given.
    how to print my given aging period 0 -150 .
    if the standard one report i need customize then what are the process steps in report builder and how to add extra aging period to standard layout.
    Please provide the usefull links for all
    suggestions are greate help
    thanks
    koteshwar

    Hi Koteshwar,
    the report will not display aging periods beyond 4 buckets which is the intended functionality as per
    below oracle reference:
    System Should Allow More Then Four Bucket in Invoice Aging Report [ID 1298644.1]
    However, you are create your own report or make a copy of this report and perform modification. For performing this activity, you need a dedicated report developer .............
    Regards,
    Ivruksha

  • AP Invoice Aging Report in BI Apps

    Hi All,
    I am working with BI Apps 7.9.6.4 ( Financial Analytic)
    In AP DAshboard, we have AP Invoice Aging report.
    In this report 1-30, 31-60, 61-90 and 91+ Aging Buckets are available.
    I want all 365 days like 1-30, 31-60, 61-90, 91-120,121-150,151-180, so on.
    Please guide me how to achieve it.
    Thanks In Advance,
    Prashant

    Please provide some more information.
    How to extend the buckets parameter.
    Thanks,
    Prashant

Maybe you are looking for