Problem in Payroll (mid month payment)

Dear All,
We have Monthly Payroll type. But I have to make incentive and some arrears payments in mid of May, 2010 that is after the execution of April Payroll and before execution of May Payroll.
Please suggest how this can be done?
Regards,
Kanupriya

Hi Kanupriya,
You need to some configuration in the SPRO path provided below.
SPRO --> Payroll --> Payroll - USA --> Off-Cycle Activities
Then maintain 0267 with off cycle reason
Run off cycle Payroll using off cycle reason
The go to Work bench for Off-cycle - Transaction Code PUOC_10
Clik on History tab - chceck result - and Save result.
Regards
Venu

Similar Messages

  • Payroll : Mid Month joining

    Dear Experts,
    Generally Payroll will be generated based on Payroll area ( Example D1 ) for group of employees.
    But one Person ( Ex : Person No - 1000 ) joined in one company in mid of the month and he belongs to same Payroll area ( D1)
    how can we run Payroll the payroll for that employee ( Person No - 1000 )?
    Thanks in advance.
    Regards.
    Sudheer

    Hi ,
    Run payroll as usually as you have done previously, the new joining employee will be picked up automatically by the payroll driver. He will be paid from the date of joining (on prorate basis).
    for ex employee total sal for full month is 1000 if he joins on 15 of the month after running payroll he will get 500.
    Thx
    jinnu

  • Mid month Hiring payroll

    Hi,
    There is a scenario, when we hire a person in mid month, so how payroll driver will calculate its payroll.
    Do we need to run payroll twice for this employee.
    Regards,
    Kumar

    Hi,
    If it is monthly payroll, no need to run payroll in mid month, we can run the payroll as usual like end of the month(whenever we are running payroll that date).
    For mid month of joinging employes, system will take care with the help of INP1 rule for india, XPPF rule for internaational.
    No need to run twice payroll.
    Based his/her joining date payment will be happen.
    Regards
    Devi.

  • IT0007 Change Mid Month/Payroll error

    Geeks,
    I have a situation wherein I need to change the WSR of a employee mid- month - which I did thru PA30 by creating a new IT7 with start date as 14 july 2014 (below is the overview screen shot of IT7 after change)
    With Basic as 5000, I ran his payroll from 01-july 2014 to 31-july 2014, but when I look the form, its displaying Basic as 3518 (I haven assigned any unpaid or LOP). Can anybody help me out in knowing wht mistake m I doing?
    regards
    Tahir

    In the IT to or from INP1, I can see that the Partial Period Parameters WageTypes /801, /802, /803 and /806 all total 100% (or 10.000,000), while /804 totals 70.37% and /805 totals 174.19%.
    In the IT from XVAL, it can be seen that all valued WageTypes were done so by using /804.
    I am not familiar with Payroll for India, but here are a two questions :
    1 - If your Payroll Schema includes function PRINT with Par1 = NP and Par2 = PART, check your Partial Period Parameters and try to identify why /804 totals 70.37%. 
    2 - What kind of Absences or Attendances has the employee to justify that ratio?
    You have mentioned that "Basic Salary" WT 1000 has Pr.Cl.10 with value 04, meaning that Partial Period Parameter /804 will be used for the factoring of that WT, and that is what happens. 
    The solution to your problem lies in understanding why the factors /802 and /804 are identical for the first portion of the payroll period but are different for the second part of the period.
    3   /802   01     40 740,74
    3   /802   02     59 259,26
    3   /804   01     40 740,74
    3   /804   02     29 626,63

  • Mid Month Transfer Issue in Payroll

    Hello All
    Good Day!
    We have two payrolls defined, Payroll A and Payroll B and both has separate Legal entity but Business Group for both Payroll is same. We are having an issue when employee transfers from Payroll A to B or vice versa as mentioned below :
    1) Lets assume Employee transfers from Payroll A to Payroll B as on 17 Oct 2012.
    2) As Business Group is same , employee remain in the same BG.
    3) So we tried to terminate the employee as on 17-Oct-2012 and re-hired as on 18-Oct-2012 in the Payroll B. We need two IRP5 (tax certificate) so we need to terminate the employee from one payroll and reinstate in new payroll.
    4)) We have most of the recurring element configured to Terminate as Last Standard Process so all the recurring elements ended as on 31-Oct-2012, i think this should have been Actual Termination Date but as Payroll is running from last 2 years so this will be too big to change now.
    5) Now when we process the payroll as on 31-Oct-2012, employee got full month salary in Payroll A which is not correct as employee worked up to 17-Oct-2012.
    6) To avoid full month Salary, we changed the Last Standard Process to 17-Oct-2012 so all elements ended as on 17-Oct-2012 but now when we process the payroll as on 31-Oct-2012, employee is getting picked up but no element processed and no balance generated. Don’t know why ?
    Could you please provide your input as what is the best practice to handle this mid month transfer ?
    Thanks
    Gaurav

    Hi, Gaurav..
    6) To avoid full month Salary, we changed the Last Standard Process to 17-Oct-2012 so all elements ended as on 17-Oct-2012 but now when we process the payroll as on 31-Oct-2012, employee is getting picked up but no element processed and no balance generated. Don’t know why ?
    =>I guess.. The "Final Process Date" set as 31-Oct-2012 when you end this employee, isn't it?
    Actual Termination Date will let person end at this date, that's mean person record's effective_end_date will equal to the Actual Termination Date and create a new person record after Actual Termination Date.
    Last Standard Process Date let all elements ended as this date.
    Final Process Date means you can process payroll run before this date, and the assignment record's effective_end_date will equal to Final Process Date. That's why your payroll run includes this person. There's no elements because all elements ended on 17-Oct-2012, system doesn't get any element on 31-Oct-2012.
    Best Regards,
    Changhua

  • How to handle mid month proration in a calendar to month payroll

    Appreciate if some 1 can help in handling the mid month proration in a calendar to month payroll.
    i.e if an employee desides to quit his job by giving a 24 hours notice say in the middle of the month, then how can one handle such cases in monthly payroll calculations?
    Plz help me......!
    regards

    1. Create a Proration Event Group grouping all the events (here date track update on assignment_status_id of per_all_assignments_f). Attach the event group to elements that you want to prorate.
    2. Write a Proration Formula (Formula Type Payroll Run Proration) sth like this.
    inputs are pay_value,
    proration_start(date),
    proration_end(date)
    l_days = days_between(prorate_end,prorate_start) + 1
    pay_value = pay_value * l_days / 31 /* instead of hardcoding 31 u can get the days_between period start and period end db items */
    return pay_value.
    3. Attach the above proration formula to the elements that you want to prorate ( element screen > proration tab)
    Hope this helps.
    Regards,
    sharath

  • I'm having an intermittent problem with my midi controllers triggering Mainstage 3. I'm using a PreSonus Firebox audio interface. It's been working fine for months, but now when I first turn on the computer in the morning , I'm not able to trigger Ma

    I’m having an intermittent problem with my midi controllers triggering Mainstage 3.
    I’m using a PreSonus Firebox audio interface.
    It’s been working fine for months, but now when I first turn on the computer in the morning , I’m not able to trigger MainStage from the keyboard.  I tried different midi controllers, different keyboards, different midi cords, and check midi preferences.  The audio interface is working fine and is recogonized, but the midi doesn’twork.  I re-started the computer several times and then finally it miraculously starts working again.
      I’ve been having to this every day now.  Any help or ideas is very much appreciated.

    I Had the same problem with a FireStudio. Try unplugging the FireWire plug and the power plug. Wait for a few seconds, then plug both back in. The light on my FireStudio was flashing blue/red which means "not connecting." I did what I just described, and everything works again. Hope it works for you.

  • My Creative Cloud subscription has expired, and I assigned the monthly payment, but I can not open any progam creative cloud, I need help how to solve this problem

    my Creative Cloud subscription has expired, and I assigned the monthly payment, but I can not open any progam creative cloud, I need help how to solve this problem

    Carlos-
    Start by signing out and back in to see if it will see the subscription: 
    How to sign in and sign out of creative cloud (activate/deactivate)
    If the apps are installed fine and close after launch see this link:
    CC applications close immediately after launch
    If the problem is something different, please let us know the error you see or what is happening on the screen so we can advise  you on a solution
    Pattie

  • Hi there, I made the monthly payment for the Adobe apps, i managed to download Illustrator and Photoshop but can't seem to download Indesign. It says that "file seems to be corrupted... try later". How do I solve this problem?

    Hi there, I made the monthly payment for the Adobe apps, i managed to download Illustrator and Photoshop but can't seem to download Indesign. It says that "file seems to be corrupted... try later". How do I solve this problem?

    Hi shuster9,
    It seems the downloaded setup for InDesign has got corrupt.
    Could you please clear the TEMP from your computer and then retry.
    Thanks,
    Manish Sharma

  • THIS IS SECOND TIME I AM EXPERIENCING THE PROBLEM, AND I HAVE ALREADY PAID ANOTHER MONTH PAYMENT BECAUSE I WAS UNABLE TO DISABLE MY MONTH-MONTH MEMBERSHIP ACCOUNT WHICH I BELIEVE IS NOT PROFESSIONAL.. I AM UNABLE TO DISCONTINUE MY MONTH-MONTH MEMBERSHIP A

    THIS IS SECOND TIME I AM EXPERIENCING THE PROBLEM, AND I HAVE ALREADY PAID ANOTHER MONTH PAYMENT BECAUSE I WAS UNABLE TO DISABLE MY MONTH-MONTH MEMBERSHIP ACCOUNT WHICH I BELIEVE IS NOT PROFESSIONAL..
    I AM UNABLE TO DISCONTINUE MY MONTH-MONTH MEMBERSHIP ACCOUNT, AND IT TRANSACTION IS AUTOMATICALLY MADE FROM MY CARD WHICH I DONT AGREE TO.

    When you log into your account page:
    Adobe ID
    You should see a Mange Plan link. Click it and then click Cancel plan.
    This is a user to user forum, none of us work for Adobe.

  • PF- Mid month employees

    Hi all,
    I am facing some issue in the provident fund for the Mid month joined employees. As per the client requirement, SAP is not calculating. I need your help in this.
    For all the employees we are maintaining the IT 0587 has whichever is less.
    I go through some of the threads, still now I am not able to put condition in the PCR.
    Ex: Employee hired in the month of april 15.04.2014 his Basic salary is 10,000 rps.  When I run the payroll basic salary is prorated with the amount 5333.33 for 16 days in the april month. But, PF should calculate based on the amount 5333.33 but in the output it is showing as 416.
    Actually, PF should deduct 640 rps but it is showing 416 rps. 224 rps different amount is coming. How to resolve this one.
    Regards,
    Vijay Kumar

    Hi,
    When employee joins in the middle of the month The provident fund will prorate on Rs 6500 according to PF Act and standard rule that was defined in SAP as per act. You cannot change the rule that has defined in standard.  The user exist cannot be the right solution for this. The user exist which are there it will not override the standard functionality. The best way is to go according to Act that was defined in SAP.
    Incase if you want Rs 780 to be deducted for the first month for mid month joinee employees This can be done by manually inputting the data in additional payment wage type There are several ways to adjust the amount. You can either create a PF Adjustment wage type in additional payment for mid joinee employees to adjust the amount.

  • Mid month action_Pension (/3f4) calculation wrong

    Hi All,
    I get one problem , when payroll run for employee, whose action run in the mid of the month. for ex. 15.05.2010(Transfer action)
    In that case the pension amount (/3f4) is calculating double or more than 541...which is wrong.
    Kindly provde the input to resolve the same....
    Regards,
    Mahesh
    Edited by: Mahesh Shewale on Sep 1, 2010 1:08 PM
    Edited by: Mahesh Shewale on Sep 2, 2010 7:18 AM

    Hi Mahesh,
    Please make changes in User exit provided as per your requirement and then check the results
    There are 2 user exit
    EXIT_HINCALC0_002 for pension basis.
    EXIT_HINCALC0_007

  • Pension and mid-month hiring

    Dear Experts,
    A person was hired in mid-month, the 15th.
    Payable earnings is 4480
    The schema is referencing the correct wage type /103
    in payroll  the amount  for the pension of 2480.85 x 6.9% = 171.18. But it should be 309.12
    a pcr was created for special cumulations into/103 that reads as follows;
    - 3
        - /103 PF APPL. EARNINGS
              WPALL FRST
              ADDWT *
    There's no other wage type that has that amount. anks
    How do we get teh calculation for the 309.12 to result?
    Many thanks,
    M

    I must forewarn you that I am not familiar with IT0150.
    In your initial post, you had mentioned a pcr as
    - 3      - /103 PF APPL. EARNINGS
              WPALL FRST
              ADDWT *
    This implies that if WT /103 exists in more than one "split", then only it's values (RTE/NUM/AMT) for the first split will be kept in the Input Table, that is if that are all options for the pcr.
    Regarding pcr ZVA1, you should first look into the Input Table that is read by the pcr to check the values of /103 and of /809 (Constant GENAU should have a value of 100,000.00).  As mentioned by Frances, this is a Custom pcr that will prorate the amount paid.  It was created to respond to a requirement, but if I understand you correctly, you would like the payment not to be prorated when the employee is hired in the current month.
    Do you have a WT or a temporary variable that indicates that the employee has been hired in the current month?

  • Pension issue Mid Month Leaving

    Dear All,
    As per rule sustem should deduct mid month joining/leaving/absences or transfer scenarios, the Pension/PF Basis will be correspondingly prorated. But our system is not doing this. In RT table i have found 3FC Pension Basis for Er c 01/2010                    0.00           6,500.00.
    Employee leaving date is 14.04.2010. system is picking pension amout as 541. Last year it was coming right.
    Please suggest.
    Ashwani

    Dear Jayanti,
    We required prorata basis pension in case of left employees and system is not doing this. This is the issue. As per our PF experts Pension amount should come on prorata basis for left employees in case they left mid of month.System is doing prorata basis last year but from this year it is deducting 541. I am giving two RT cases of different years.
    RT table for year 2010. DOL 26.04.2010
    /111 EPF Basis              01/2010                    0.00           8,750.00 
    /139 VPF Basis              01/2010                    0.00           8,750.00 
    /3F1 Ee PF contribution     01/2010                    0.00           1,050.00 
    /3F3 Er PF contribution     01/2010                    0.00             509.00 
    /3F5 Ee Mon PF contribution 01/2010                    0.00           1,050.00 
    /3F6 Ee Ann PF contribution 01/2010                    0.00          12,600.00 
    /3F9 PF adm chrgs * 1,00,00 01/2010                    0.00              96.25 
    /3FA PF basis for Ee contri 01/2010                    0.00           8,750.00 
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00 
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00 
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00 
    /3F4 Er Pension contributio 01/2010                    0.00             541.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FB PF Basis for Er Contri 01/2010                    0.00           8,750.00
    /3FC Pension Basis for Er c 01/2010                    0.00           6,500.00
    /3FJ VPF basis for Ee contr 01/2010                    0.00           8,750.00
    /3FL PF Basis for Er Contri 01/2010                    0.00           6,500.00
    /3R3 Metro HRA Basis Amount 01/2010                    0.00           8,750.00
    1BAS Basic Salary           01/2010                    0.00           8,750.00
    RT table for year 2009. DOL 27.10.2009
                                                                                    /111 EPF Basis              07/2009                    0.00           9,016.13
    /139 VPF Basis              07/2009                    0.00           9,016.13
    /3F1 Ee PF contribution     07/2009                    0.00           1,082.00
    /3F3 Er PF contribution     07/2009                    0.00             628.00
    /3F5 Ee Mon PF contribution 07/2009                    0.00           1,082.00
    /3F6 Ee Ann PF contribution 07/2009                    0.00           8,822.00
    /3F9 PF adm chrgs * 1,00,00 07/2009                    0.00              99.18
    /3FA PF basis for Ee contri 07/2009                    0.00           9,016.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00
    /3FB PF Basis for Er Contri 07/2009                    0.00           9,016.00 
    /3FC Pension Basis for Er c 07/2009                    0.00           5,452.00 
    /3FJ VPF basis for Ee contr 07/2009                    0.00           9,016.00 
    /3FL PF Basis for Er Contri 07/2009                    0.00           5,452.00 
    /3R4 Non-metro HRA Basis Am 07/2009                    0.00           9,016.13 
    1BAS Basic Salary           07/2009                    0.00           9,016.13 
    Now please suggest what to do. where is the problem  ? If have also checked EXIT_HINCALC0_002 but nothing written in it.
    With Regards
    Ashwani

  • Asset Accounting - Mid month Convention

    Hi,
    I have a problem in Asset Accouting for configuring a mid-month convention (and mid-quarter), settings. I activated the use of half-month in my company code (value 15), and defined Calender assignment for my Fiscal year variant, for Period control 03. The depreciation start date is correctly calculated for the tax depreciation area (period control 03). But, for my book and group depreciation area (period control 01 - 1st of acquisition month), the system also calculating 15/mm.
    For Book Depreciation area I need to calculate depreciation for the entire period in which Asset is acquired (period Control 01) Currently If I acuire the asset before 15th of month its calculating depreciation for entire month and If I acquire the asset after 15th of month its calculating only for half month.
    Is there a way to have mid-month calculation only applying to specific depreciation area ? Did i miss something in the customizing or do I have to change the period control 01 to force the start date at the first of the current month ?
    If you require any futher info to provide input on this issue, Please let me know.
    Thanks in advance to everyone who could help me.

    As long as the depreciation keys are different between the depreciation areas you should be able to have one calculating at mid-month and the other at full month, respectively. 
    Just a thought: Go into transaction "OAVH" and make sure that the periods are assigned correctly for your Period Control "1".  It should have one line item with a "0" in the month and day field and the period field should be 'blank'.
    If the Period Control is correct, you should try creating a custom Period Control that defines each period as the last day of the month.
    Hope this helps,
    Chad

Maybe you are looking for

  • Apple Mail - Email Send Field Showing Different Data, Unable To Sort Correctly

    Hi All, I'm having a very annoying issue in Apple Mail, running 10.6. Some of the incoming mail messages are showing the sender's email address in the "From" field, rather than the person's "Name". There are also cases where this is happening, but th

  • Creation of array

    i m developing a web page using jsp in to which an array of strings is required ie array of string to be created and then printed.

  • LAST QUESTION ABOUT MY CODE (promise)

    Here is my final code for the 6/49 lottery game (it's a more simplified version so don't mind that there is no Bonus Number) sorry for the long code... I'll just post my question here for those who don't want to go through all of this. I want to thro

  • Hello with 3Gs and Ios6, i can't use the numeric Keyboard

    Hello, I have doing the Update Ios6 of my 3 Gs, and i can't use the keyboard numeric. I can't use the 'Q' with the keybord Qwerty, and i Can't use the 'A' with Azerty. If i install the Icones Imoji, i can't use the other keyboard. I can't del a keybo

  • OC4j 9.3 support ?

    Hi, Is the freedownloadable JDeveloper 9.0.1.3 supports remote/local debugging of OC4j 9.3 ? Ramesh//