Issue in Balances in Pension Calculations....

Hi Everyone,
I am facing a peculiar issue in the calculation of employee and employer contributions of a Pension Scheme.
I have a Pension Scheme(lets call it Pension_Scheme1). It is of type Salary Exchange. The employee contributions are negative earnings.
Element -> Pension_Scheme1-> Classification Earnings
I have to check in the formula if the Gross_Pay for the Pay period is -ve, and if so the EE and ER contributions should not take place(ie. EE & ER conts = 0). If Gross_Pay is +ve then they should take place.
Now if I have 4 earnings in the curent Pay period as follows then,
Salary = 3500
Commission = -4000
Car Allowance = 370.83
Pension_Scheme1 = -175
Then in the formula the value of Gross_Pay_ASG_PROC_PTD(called in a message) = 3870.83
But in the Balances window of Quickpay the value is -129.17
I guess that the GROSS_PAY_ASG_PROC_PTD = 3870.83 is coming because of (3500+370.83 = 3870.83), but i want (3500+370.83-4000 = -129.17)
I want the value -129.17 to be referenced in the formula so that i can check the condition GROSS_PAY_ASG_PROC_PTD < 0 and then restrict the EE & ER contributions to zero.
My question is that can we know the value of balances during the Payroll run(Run Level Balance) instead of Balances after the Payroll run.
Can you please help me on this?
Cheers!!!
Sachin Shirke

Hi,
Check the processing priority of the element "Commission". It looks like the Commission element is getting processed prior to the pension element, hence the balance is not reflecting the value. The elements get processed in a Payroll run based on the processing priority - lowest to highest.
In answer to your question about getting the balance values during a payroll run - you can use debug() messages in the fast formula to print the value of the balances during the execution.
Thanks.
Anitha

Similar Messages

  • Pension calculation with wage type max. limit

    Hi ,
    Pension for my client is to be calculated as 5% of Basic, Child, Social and Housing.
    Basic,Child and Social are pay components.Housing is not a pay component but for pension calculation is to be taken as 60% of basic for which we have created a wage type.
    Now the issue is the housing amount is not to exceed 8000, i.e. if my basic is say 20000 my housing becomes 16000 but for my pension calculation I have to take only 8000.
    Where do I maintain it or how do I call it to calculate in a rule.
    Any help is appriciated
    Regards
    Uday

    store a constant in table t511k as 8000.
    write a small rule to compare the value of housing wagetype with this constant value, and repalce it with constant value if value greater than 8000.
    Hope this helps.

  • Pension Calculation wrong

    Dear Experts,
    When the user is paying Basic adjustment for employee the PF contribution is calculated correctly (BasicDABasic Adjustment) x 12% but for the pension calculation the system is calculating only Basic+DA x 2% and Basic adjustment is not included. T539J is configured for Basic adjustment against pension wage type for 2 % but still getting the same difference. Please guide me
    Thanks in Advance
    Upen

    Upen it means Basic Pay Adjustments were not included in the the Pension Caluculatioin right ?

  • PCA-Balance Sheet Adjustment calculation

    Hi,
    I am unable to figure out the purpose of transaction 'Balance Sheet Adjustment calculation' (tc: F.5D), is this month-end process or year-end closing process and what is the purpose?
    Please help.
    Thanks
    Suresh

    Hi Suresh,
    trx. F.5D splitts the accounts payable (AP) and accounts receivable (AR) according to business area and profit center. This has to be done regulary (monthly).
    For example: Vendor A pays invoice 1 and invoice 2 together. Invoice 1 has business area ABC and profit center ABC, invoice 2 has business area XYZ and profit center XYZ. Then the FI document looks as follows:
    Vendor A         110.000
    Invoice 1            60.000
    Invoice 2            40.000
    Tax                   10.000
    During F.5D this payment is splitted regarding business area and/or profit center to
    Vendor A          66.000    business area ABC, profit center ABC
    Invoice 1           60.000
    Tax                    6.000
    and
    Vendor              44.000 business area XYZ, profit center XYZ
    Invoice 2            40.000
    Tax                     4.000
    With NewGL and activated document split F.5D is not necessary anymore as this will be done automatically during FI posting.
    Cheers,
    Daniela

  • Reporting Issue   "Opening Balance values are going to Not Assigned Values"

    Hi Friends,
    Closing Balance values are perfectly showing but opening balance values are going to Not Assingned Values? I am not able to find it out.
    our query is built on PCA Daily Multiprovider.
    Pls Help.
    Thanks
    Asim

    Hi Ravish,
    Here are the details
    Stock values and quantities in the PCA cube of BW never show correctly at an article level due to an opening balance issue.  This reduces our ability to report on stocks at moving average price, i.e. anything that actually matches the financial values in the system. The issue arises because stock at the beginning of the year (quantity and value) for any site is only shown against an article of "Not assigned."  Stock movements during the year are shown against the appropriate article.(If you have a new site, the will have stock assigned against an article up until 31 December and then the 31 December values are shown against "not assigned" for the next year).
    Thanks
    Asim

  • Issue in Internal Table for calculating MAX value

    Hi Abapers,
    I have internal table with data as follows:
                         Materail                               Currency      Quantity    Dominant_Currency
    1     000000000007001896     GBP     396
    2     000000000007001896     EUR     25
    3     000000000007001310     USD      7
    4     000000000007001310     GBP     646
    5     000000000007001310     EUR     195
    6     000000000007000949     GBP     947
    7     000000000007000949     EUR     117
    Now I have to find out the max quantity for each materail and currency against max quantity which will be put in the dominat currency fields of Internal Table.
    Eg: For material 000000000007001896, 396 is the max quantity and Currency for this is GBP so dominant currency will be GBP for first 2 records.
    Similarly 646 is max for 000000000007001310 therefore GBP will be dominant curr for the records containg material 000000000007001310
    Please solve the issue.
    Regards,
    Rahul Sinha

    lv_quantity --> quantity parameter
    sort itab by matnr quantity
    loop at itab.
    at new material.
    clear lv_quantity.
    endat,
    if itab-quantity > lv_quantity.
      lv_quantity = itab-quantity.
      itab-dominant_curr = itab-curr.
      modify itab transporting dominant_curr where material = itab-material.
    endif.
    "please write  modify statement with some logic..so that it is called once for one item
    endloop.
    if you find any issue revert back.

  • Issue with Level-Based Measure Calculations

    Hi all
    Edited by: aharrab_be on Jan 19, 2009 7:23 AM
    I've just understood the meaning of those level based measure and It's not very useful for this purpose
    Sorry
    Edited by: aharrab_be on Jan 19, 2009 7:24 AM

    Hi,
    Are you using presentation hierarchy?
    Refer below if same is followed-
    http://gerardnico.com/wiki/dat/obiee/hierarchy_level_based
    Hope this helped/ answered.
    Regards
    MuRam

  • How to calculated G/L balance and PCA balance,

    Hello, experts,
    please help me , i am the new in sap fioc , now i got the issue, that is , HOW TO CALCULATED G/L ACCOUNTS BALANCE,AND PCA(profit center balance),  plz help me,
    Thanks,
    AKshaya,
    pune,

    Hi!
    Such inconstistency occurs often, if GL posting has occured after changing that GL often. You may try for  following notes :
    970096 , 1021174 , 1029639 , 1005736.
    Hope it will work.
    Thanks & Regards,
    Taral Patel

  • Grace period calculation Issue

    Hi Gurus,
    in oba3 i created a tolerance group for which the grace period is 3.
    i assigned this tolerance group to my customer,so that the due date is extended to 3 days from the due date.
    i have a payment term which gives 5% cash discount when paid within 15 days and item due in 15 days.
    i have a customer invoice whose baseline date is 18.08.2010. The item should be due only on 18.08.2010 + 15 + 3 = 05.09.2010, with the cash discount.
    05.09.2010 is a sunday.
    my query is, my customer decides to pay the item on next business day,06.09.2010,monday and looses his cash discount. which should not have happend.
    how can we solve this issue.ie, the due date calculation by adding grace period should exclude weekends and public holidays.
    what i have tried is, maintaining entry in obba for my house bank which calculates the value date.
    but it didn't prove succesufull. i am using f-28 to manually clear the customer invoice created using f-22.
    someone sleep over this and help me
    thanks and regards,
    ficoguy.

    Hi,
    Try function module HOLIDAY_GET, snippet of code:
    CALL FUNCTION 'HOLIDAY_GET'
           EXPORTING
                holiday_calendar           = 'ZA' - (Country e.g. South Africa)
                factory_calendar           = 'ZA' - (Country e.g. South Africa)
                date_from                      = HOLIDAY_DATE_FROM
                date_to                           = HOLIDAY_DATE_TO
           IMPORTING
                returncode                      = return_code
           TABLES
                holidays                          = holiday_tab
           EXCEPTIONS
                factory_calendar_not_found = 1
                holiday_calendar_not_found = 2
                date_has_invalid_format    = 3
                date_inconsistency         = 4
                OTHERS                     = 5.
    Regards,
    Vuyo

  • YTD Cumulative Balance Calculation

    Hi All,
    I need to calculate YTD Cumulative Balance.
    User will provide fiscal year/period in run time.
    Cumulative balance should be calculated from fiscal year/period 0000 to user provided fiscal year / period.
    ex. if user entered value is march, 2010 then cumulative balance should be calculated as
    00 2010 + 01 2010 + 02 2010 + 03 2010.
    Please help me in acheiving this.
    Thanks,
    Sri Arun Prian

    Hi Sri,
    I hope this may be this is better version of code for your problem, esp. with Cust. Exits for months in YTD
    WHEN 'VAR_TEST_SOMETHING'.
        IF I_STEP = '2'.
          DATA : V_INPUT_PER TYPE /BI0/OIFISCPER.
          READ TABLE I_T_VAR_RANGE INTO LOC_VAR_RANGE WITH KEY VNAM = 'WHATEVER_TABLE'.
          IF SY-SUBRC = 0.
            V_INPUT_PER = LOC_VAR_RANGE-LOW.
            IF V_INPUT_PER+4(3) = '001' OR  V_INPUT_PER+4(3) = '002' OR   V_INPUT_PER+4(3) = '003'.
              CONCATENATE V_INPUT_PER(4) '001' INTO L_S_RANGE-LOW.
              L_S_RANGE-OPT = 'EQ'.
              L_S_RANGE-SIGN = 'I'.
              APPEND L_S_RANGE TO E_T_RANGE.
              CONCATENATE V_INPUT_PER(4) '002' INTO L_S_RANGE-LOW.
              L_S_RANGE-OPT = 'EQ'.
              L_S_RANGE-SIGN = 'I'.
              APPEND L_S_RANGE TO E_T_RANGE.
              CONCATENATE V_INPUT_PER(4) '003' INTO L_S_RANGE-LOW.
              L_S_RANGE-OPT = 'EQ'.
              L_S_RANGE-SIGN = 'I'.
              APPEND L_S_RANGE TO E_T_RANGE.
            ELSEIF V_INPUT_PER+4(3) = '004' OR
                   V_INPUT_PER+4(3) = '005' OR
                   V_INPUT_PER+4(3) = '006'.
             Similiarly for rest of the months....
            ENDIF.
          ENDIF.
        ENDIF.
    Just for reference.
    Thanks
    Arun Bala
    Edited by: Arun Bala G on Feb 26, 2010 6:46 AM

  • Joint Stereo Balance Issues with Headphones iPod iPad iTunes 10.5.0.142

    This is a cross posting.
    I'm running iTunes 10.5.0.142 on windows vista SP2.  I have an old nano (2nd gen) and an iPad (1st gen).
    Most of the files in my library are MP3 encoded using iTunes with default joint-stereo settings. 
    All of my library seems to want play through the Left stereo channel whenever I have headphones plugged in, either on my laptop, on my ipad, or ipod.  Same thing.  Doesn't matter what set of headphones (and YES I have switched the phones in my ears, so I'm not going deaf).  I've cleaned my ear buds.
    I've reencoded some of the files to AAC on iTunes Plus - the result is the same. The thing is that all of the settings indicate stereo in some form. NONE are mono.  I can hear the track really really faintly on the right channel, but it's constantly as if I'm going deaf in one ear, and I'm not.
    The REALLY strange things are this - when played out of my laptop speakers, there are no issues with balance.  Neither are there issues when I play through Airplay to an Airport Express set up. 
    I've gone through my files, and it doesn't matter which ones.  This problem occured before, but I think it cleared up quickly with an iTunes update at somepoint. 
    IT is RIDICULOUS.  I do not have this issue with any other audio on my laptop, and it only started when I updated to 10.5.0.142.  I haven't actually changed anything in the library other than that.
    Please let me know if something is going on or what I'm missing here.

    I noticed this problem first on my Windows 7x64 i3 laptop... I'd rather it not happen. Knowing how helpful Apple has been in the past at actually solving Windows problems. You might consider uninstalling and just syncing to iCloud unless you have a lot of music. As for me, I'm uninstalling it again on my laptop.

  • KKAX WIP Calculation issue

    Hello All Experts,
    I am facing an issue while performing KKAX WIP Calculation. The error is quite simple that "Cost Element does not exist in controlling area XXXX on date XX.XX.XXXX.
    Where I can see all the "Activity Types" which are used in Operation and Work Centres are DON'T have this cost element in master data. So from where this cost element is getting picked up ? I checked in KA03 this cost element is not even created so no question arises of using in costing anywhere I guess.
    Experts guidance will be helpful on this !
    Thank you.
    Regards,
    Sharu....

    Self solved.
    This cost element is maintained in "OKGA Update of WIP Calculation" and the same is not created in system.
    Thanks all.
    Regards,
    Sharu.

  • CMAP Balance issue

    Dear Team,
    When we are trying to do challan mapping we are facing an issue with
    balance amount.
    Eventhough we mapped first challam amount complitedly, (when we added
    new challan if amount is not sufficient for next period ), still the
    first challan is showing balance available.
    Please suggest on this.
    Regards,
    MVR

    Praveen.
    It's also not working. As it is the same period, the balance values is displaying in 3 rd steps

  • Day Wise Depreciation Calculation Issue

    Hi Team,
    I have an issue regarding day wise depreciation calculation. I have selected Dep for the Day check box and it is calculating day wise depreciation but here it is taking as 366 days for base it should be 365 days (2011 is we have only 365 days) do ineed to change any settings from Asset accounting side? Entire year wise depreciation is correct but if i see month wise there is small difference due to 366 days. How can i control this setting?
    Regards,
    Nagaraju

    Hi,
    2012 is a leap year.  Therefore 366 days.
    regards Bernhard

  • RKF Calculation - Balance

    Hi Experts -
    I have a Key fig is u2013 Balance And Posting period should be a prompt needed.
    User must enter the posting period and the balance should be calculated from 1 to that posting period.
    Means if I enter posting period as 4 then the balance should be sum of posting period of 1 to 4
    Means if I enter posting period as 8 then the balance should be sum of posting period of 1 to 8
    How can i make RKF for this ? or CKF need to be build.

    Hi,
    One way could be, create a formula variable and keep processing by of it to customer exist.
    Now write an ABAP code, which will read the value of posting period variable and accordingly sum up the balance. Next step would be to create a formula in your columns and restrict this with the new formula variable created.
    I hope it helps.
    Thanks.

Maybe you are looking for

  • How to connect an HDMI monitor as 2nd display?

    I want to connect an HDMI monitor to my MacBook Pro to use as my second monitor. I need to know what type of cable to use? I use iPhoto and iMovie extensively and it would really help to have a second monitor. Which port on the MacBook would I use?

  • Restful WebService + Jercy + Tomcat

    All,   I am doing Hello World example for restfull webservice. I have fallowed the http://www.vogella.com/articles/REST/article.html. It is not showing any error or exception in any logs. But I could not get the expected the result. Please help me in

  • Simple navigation iView

    Hello Gurus, I am looking for a way to create a simple navigation iView. It does not have to be dynamic or anything. My Page will hold the said navigation iView on the left side and an iView on the right side where the selected web content (JSP pages

  • Where can I report malicious apps?

    I just downloaded an app saying it is for gtalk. Actually it is for stealing your google password. After logging in, I got notified someone tried to log in to my google account from the US. I was stupid, but could we avoid others do the same mistake?

  • Can I download Stopwatch info onto my Mac?

    I have a 30 GB Video Ipod which I use while I jog. I often use the stopwatch, and I was wondering if there was anyway to download that info onto my Computer