Average Pay Days

Hi Experts,
I need a keyfig "Avg. Pay Days" which is a formula of avg(Days w/o payment) for FI-AP report in BI, which gets data from FBL1N report in r/3.
Avg. Pay Days = avg(Days w/o payment)
Can anyone pls help me how to get the above value of count of days.
Is there any r/3 field which gets the data for Days w/o payment?
Thanks in advance.
Sai Chand.S

Hi Adriana,
Here is a way to automatically update the Average Delay field on the BP Master Data under the Payment Terms tab.  If you install this storproc it will make it very easy to report on the Average Days to Pay since it will simply be OCRD.AvrageLate without having to do any subqueries or anything.
Here is the link: [http://www.tellme747.com/?p=312]
It doesn't filter for the 6 months or the COD scenarios but it is very simple to do.
Let me know if you need any further assistance,
Mike

Similar Messages

  • Pay day for period end date as mid month.

    Hi All,
    plz suggest how to proceed.
    Payroll period starts from 15th of month to 14th of next month and payday is last working day of month having period end day.
    Example
    Period start day  15th April
    Period end day  14th May
    Pay day   last working day or last day of May for period 15th April to 14th May.

    Hi,
    I think what you are meeting with is Monthly End Accrual (MEA) senario.
    Pls check the following URL in PY US solutions:
    http://help.sap.com/saphelp_46C/helpdata/EN/d8/c9e93401bdee06e10000009b38f83b/frameset.htm
    The related node is under :
    Payroll United States (PY-US)->Final Payroll Processing (PY-US-FP)-> Month-End Accruals Concept
    Br,Kee

  • Populating the Weekly Off's and Loss of Pay days in Remuneration Statement

    Hi Experts:
    I'm trying to Populate the Following information on the Remuneration Statement for the Payroll Period:
    1. Total Calender days.(used TKSOLL from WPBP)
    2. Total Actual Working days (used ADIVI)
    3. Total Weekly Off's
    4. Employee Worked days
    5. Loss of Pay days. ( I need AAUxx here)
    6. Holidays
    The first two fields i could able to populate, Please help me how to populate the rest of the fields.
    I'm using SAP standard remuneration statement and it has only few tables from which we have to pick the single fields. Can we assign any more tables for the Single fields.
    Thanks
    Srikanth Reddy

    Hai..
    configure the required wage types in AS IF principle of absences of the country node payroll.
    in pe51, add those wage types..

  • Average payment days for customer

    Hi to all,
    I need to calculate average payment days for customer in Crystal. Formula would be Accounts Receivables * Days in period / Invoiced Sales in Period. My main problem is in which tables can I find that data?
    Best regards,
    Duu0161ko

    I suggest posting to one of these forums. CR doesn't know the ERP data structure...
    http://forums.sdn.sap.com/index.jspa?categoryID=1#16

  • Pay Day on last weekday of the month

    I am having problems getting my pay day to show up on my calendar. We get paid on the last weekday of the month, and I am able to enter that in Outlook (gag) and have it come up automatically. I'd like to have it show up on my iPod (and the iPad that I will be needing for work soon)
    I would greatly prefer to NOT have to hand enter it, but can't figure out how to get it to show. Last day is an option, but is not correct for many months.
    Thanks
    Michelle

    you can use the BADI PT_ABS_REQ for validations based on approver event. and display abort/error message.

  • User query - Average payment days

    Hi,
    I made a query to calculate the average number of days of payment for a customer using the journal transactions:
    +SELECT AVG((DateDiff(DD, JDT1.DueDate, JDT1.MthDate)))
    FROM OJDT INNER JOIN JDT1 ON OJDT.TransId = JDT1.TransId LEFT JOIN ORCT ON OJDT.TransId = ORCT.TransId
    WHERE (JDT1.TransType = 13 OR JDT1.TransType = 203) AND JDT1.shortname='C0001' AND (JDT1.balduedeb-JDT1.balduecred) = 0 AND (ORCT.BoeSum = 0 OR ORCT.BoeSum IS NULL)+
    But now I have a problem with payments made in the presence of Bill of Exchange because, in this case,  the reconciliation date coincides with that of incoming payment and not with the expiration date of the Bill of Exchange.
    Do you have any suggestions to improve this query???
    Thanks!

    Hi,
    I don't have BOE to try your query. To solve the problem, you need to separate your query to two to deal with different type first. After you got the correct result, you can combine them.
    Thanks,
    Gordon

  • Average Days to Pay for Customers

    In 2007A I thought there was a place where you can get the average days a customer pays. Whether it was on the Dunning reports or the aging but I thought it was there....I cannot seem to find this, was it removed from 2005A?
    Anyways, I am  looking for a report that will show the average days a customer pays...if it is not on 2007A can someone help me with a simple query to create a report?
    Thanks a million!!

    Here you go Grace - this shows the number for ALL invoices...we created a Formatted Search (FMS) that resides on the Business Partner Master Data window
    And now on to the detail for each individual invoice!   Let me know if you need that also
    Hope this helps...
    Zal
    --FMS 6BP Average Lapsed Days Ver 1 ZP 2010 07 21
    --DESCRIPTION:  SQL shows AVERAGE days between the posting of an invoice and the
    --application of the customers payment for an FMS on Business Partner.
    --AUTHOR(s):
    --Version 1 Zal Parchem 2010 07 21
    SELECT
    (SUM(DateDiff(DD, T4.DocDate, T1.DocDate))/COUNT(T4.DocNum))
    FROM OCRD T0
    INNER JOIN ORCT T1
    ON T0.CardCode = T1.CardCode
    INNER JOIN RCT2 T3
    ON T3.DocNum = T1.DocNum
    INNER JOIN OINV T4
    ON T4.DocEntry = T3.DocENtry
    AND T3.InvType = '13'
    WHERE
    T4.CardCode = $[$5.0.0]

  • Cal day Average..

    Dear Gurus,
    Iam having a problem with the cal day average my scenario is as follows:
    Iam executing a report based on the Cal day where for ex:01.01.2010 - 10.02.2010 iam gettin the data which contains aggregated data for the above selection criteria thats ok with me, But i need to add another column where i can get the Cal day average since in the selection criteria i have selcted for 40 days i want the total aggreated value/40 as my average per day.
    Can anyone help me in finding a solution.
    Regards
    Amar.

    Hi,
    To find day difference using function module refer below thread,
    what is the function module to difference between two date
       Using customer exit, find the days variance (var1) between ex.,01.01.2010 - 10.02.2010.
    Use this var1 for calculating average value. I mean total aggregated  value / var1.

  • To Dos vs Events for Bill Pay Reminders

    Hi everyone,
    I need an efficient and organized way to remind myself that my bills are due, and whether Ive paid this months bill or not (so I can remember on next pay day).
    I tried creating To Do list, but it won't add the ToDo to my calendar and when I check the box as completed, it stays on my list and never auto deletes or hides.
    I tried just using calendars as All Day Events but then I have to post an additional event that I have paid it and I have not found an organized way to associate one with the other.
    Other than making 2 calendars "Bills Due" and "Bills paid" (and moving event to another calendar once the later is done) is there any other organized way to accomplish this? Plug-In, Hacksie, Another Calendar Program, LOL?
    Ive searched the forums and floating events are not a feature in Leopard's iCal so I'm stuck
    Thanks for your help,
    Suzy

    You could make a To Do for every bill you need to pay and attach a due date to it. When it is paid, you can click the check-box. In iCal's settings, you can change the way iCal displays completed To Do's. Problem is, you'll have to create a new To Do for the next month's bill.
    An alternative would be to just change the due date of your To Do to the next month once you have paid the bill.
    I just use a weekly recurring event titled "Pay Bills" to remind me to go through my stack of mail and pay them.
    If you really want more control in paying your bills, you should probably look into using some financial software, like Quicken.

  • Report on average vendor dats

    Hi everybdy
    I want to see report of average vendor days both in value, days for all company codes. please can you help me in this matter.where can i find this report or shall i change any config in my system.

    hi.
    pls use remittance report.
    and second option is " AGE WISE DEBTORS " report ( zagewise)
    rohit

  • Cant pay bill help

    ive had a really bad case of customer service from bt i moved house in july 2012 and rung and switched over my phone and broadband and from the day we moved in we have never recieved a paper bill through the post or had a phone call to say if our bil;l was over due. the first few months living at our new address they kept cutting our service off without warning and we would ring explain again we havent recvieved our bill and then would pay what we owe or they woulds let us do part payment or pay on our pay day and reconnect us.
    today we were cut off and i ring up and they sday we havent paid since july which is wrong and now asking for 370 pounds or 270 to be reconnected why would they not cut us off before like they did in the past now i have a new born baby in the frezzing cold and snow and cnt contact anyone dont have a mobile
    they wouldnt even listen to me when i saud i had some finacial diffculties and tried to arrange a payment plan

    If you would like to contact one of the UK based BT Care Team who moderate this forum, they may be able to help you.
    They can be contacted using this link BT Care Team
    They normally respond by phone or e-mail, within three working days, however you should get an immediate confirmation, with a tracking number.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Calculate quantity based on the day

    Hi All,
    I have a requirement to calculate average quantities/day  based on variable entry.
    Date : variable ( range, mandatory)
    Based on the user entry , the report should display quantity
    average quantity on mondays ,
    average quantity on Tuesday ,
    average quantity on Wednesday ,
    average quantity on Thursday ,
    average quantity on Friday ,
    for ex : march 01,2010 - march 15,2010 ( user entry)
    in that date period we have three mondays (1,8,15)
    the report should display average quantity for mondays and so on for otherdays..
    any suggestions on how to proceed...
    srinivas
    Edited by: srinivas reddy on Mar 15, 2010 10:02 AM

    Hi,
    I dont know if others have a better solution, but if I were to suggest something, it would be to create a an infoobject to store the days, include it in your infocube.
    The based on the date, it will populate the day in your infocube. Include this new infoobject into the report, then create restricted key figures using the new day infoobject to restrict.
    Hope you could follow what I suggested and its useful for you.
    regards,
    Gary.

  • Hour-by-hour day usage extraction

    Hey SQLers,
    I have a large table that shows the total nr. of connections to my_software (let's call it like this) during 1 month. I would like to create an one-day average view of connections from 00:00 to 23:59; and see the connection pattern to my_software during this past month.
    EDIT The date column is defined as: 'YYYY:MM:DD H24:MI:SS'
    My SQL skills are not sufficient for this, and I wonder if anyone could point me to the right directions? I believe this must not be very complex, but I'm struggling with the implementation of 'average' in SQL.
    Thanks!
    M.
    Edited by: mcasanovas on Sep 2, 2011 6:04 AM

    Hi,
    mcasanovas wrote:
    I believe I didn't explain myself correctly. I am sorry for that. Whenever you post a problem, post a little sample data (CREATE TABLE and INSERT statements) and the results you want from that data.
    Always say which version of Oracle you're using.
    Simplify as much as possible. Fior example, you might only include times before 03:00 AM, but explain that your real data (and results) will go all the way to midnight.
    Each row of the table is one connection, and I've got plenty. One of the columns is the date+hour, and it indicates the exact moment of the acces. In a more practical way, I need to be able to create a graph that shows the average per-hour (from 00 to 23) for the whole month. The result of the select should be something like:
    --AVERAGE CONNECTIONS DAY
    acces_time average_connections
    00:00 550
    01:00 340
    22:00 1200
    23:00 1130
    Where the first row is the average nr. of connections at 00:00 during the whole month.Let's say there were 31 days in the month. Are you saying that you'd want output like this is, for example, there were
    500 connections between 00:00 on 15 of those days,
    550 connections between 00:00 on 1 day, and
    600 connections between 00:00 on 15 days?
    Here's one way:
    WITH     parameters     AS
         SELECT     DATE '2011-08-01'     AS start_date
         ,     31               AS total_days
         FROM     dual
    SELECT       TO_CHAR (connection_time, 'HH":00"')     AS hour
    ,       COUNT (*) / total_days          AS avg_connections
    FROM            table_x
    CROSS JOIN     parameters
    WHERE       connection_time >= start_date
    AND       connection_time <  start_date + total_days
    GROUP BY  TO_CHAR (connection_time, 'HH":00"')
    ORDER BY  hour
    ;In this query, the starting date and the number of days are hard-coded into the sub-query. You might use variables (such as SQL*Plus substitution variables) instead. With a little more coding, you could enter just the starting date, and have the query derive the total number of days in that month.
    This assumes that connection_time is a DATE, not a string. There is no reason to store dates in string columns.

  • Moving Average in a Report Section

    Hi there,
    I am displaying a measure in a chart that has three data points. The measure is 4 day moving average of a metric. Let's say my query brings back the last 6 days, which enables me to calculate the 4 day moving average for days 4, 5, and 6.
    I use the Previous() function to calculate the moving average:
    =(metric + Previous(metric) + Previous(Previous(metric)) + Previous(Previous(Previous(metric)))) / 4
    I don't want to show days 1, 2, and 3, so I filter these out of the chart and wrap a NoFilter() around the moving average. Everything is good so far.
    The problem arises when I section on a dimension. I can't seem to get the correct values unless I display all 6 data points in each section. NoFilter() doesn't seem to work.
    Has anyone run into this before? Does there exist a solution for this?
    Any help would be greatly appreciated.
    Thanks,
    Allan

    I figured it out:
    NoFilter([[4wkMvAvgMeasure]]) ForEach ([[day]]) In Section
    Thanks,
    Allan

  • Calculate daily average

    Hi,
    I'm trying to have numbers calculating an average based on the actual day of the year.
    I have a table with a lot of data for a lot of days within the year and would like to know the current average per day. I think I have to have one cell that gives me the current day of the year and another with the total amount of all the data I enter in the table and a third cell that gives me the average of it.
    What would be the easiest salvation?
    Thank you

    Hi Henning,
    My assumptions differ slightly from kharisma's.
    I've assumed you want an average based on the days for which there has been activity. For example if this were the average daily sales of a shop open Monday to Friday, there would be no data for Saturdays or Sundays. Similarly, the data table could record the earnings of a casual worker—some days the worker could receive payment from multiple employers, other days he might be unavailable for employment (or remain unhired).
    Here's an example. I've made the 'amounts' constant to simplify checking the calculations.
    The total and Average per Day calculations have been placed in two Footer rows. this allows using a single letter in the tew formulas to reference wach column, and permits adding rows to the table without revising the formulas.
    Formuas:
    B17 (the first Footer row): =SUM(B)
    B18 (second Footer row): =SUM(B)/MAX(C)
    C2, and filled down to C16 (last body row):
    =IF(COUNTIF(A$2:A2,A2)=1,MAX($C$1:C1)+1,"")
    This presents a running count of the number of distinct dates in Column A. The MAXimum value in the column gives the total number of days recorded, and is used to determine the per day average of the amounts (or other values) in column B.
    Column C is a 'working column,' and may be hidden.
    Regards,
    Barry

Maybe you are looking for

  • IQ512it problem with Hp Colorlaser​jet

    Hi, IQ512it have problems with Colorlaserjet printer (CP1515n, CLJ2025n). I can't print color page. The printer print this error: (ethernet connect) PCL XL error SUBSYSTEM: KERNEL Error: illegalOperatorSeguence Operator: End Session Position: 15 The

  • Recognising portrait orientation in JPG files

    Some programs, e.g. Adobe Bridge CS3, seem to be able to recognise whether a JPG file is of a photo in portrait or landscape mode and display them as appropriate. Other programs, in particular the Screen Saver, don't seem to have this ability. I ther

  • Create an object at runtime in oracle d2k

    Hi Can i create objects like buttons, text_items etc. at runtime in oracle form? regards Pradhyumn

  • Im just starting out, what do i need, help please x

    hi there everyone, im incredibly new to photoshop, so much so i dont actually evan have a copy of photoshop or any other design program to tell the truth, im a artist and i want to try and get into design based work on my pc, i have had a dabble with

  • RG23A Part II

    Hi, I have to develop a report for RG23A Part II Cenvat Register as per the statutory format. Can anyone help me in finding the data source/logic  of these columns. Thanks in advance. Ravi