‎2006 Feb 06 6:25 PM
I have this scenario :
I need to collect all the contributions made by bi-weekly employees.
They ask me to capture all on cycle and off cycle transactions.
For on cycle its okie, i know how to do it (using CU_READ_RGDIR, CD_READ_LAST and PYXX_READ_PAYROLL_RESULTS) from RT Cluster table.
But if there is an off cyle and on cylce with a pay period for an employee, how to capture both simultaneously? using function modules.
Any suggestions will be appreciated and granted with points.
Thanking you
Regards
vj
‎2006 Feb 06 6:47 PM
Check out this :
HR_MX_OFFCYCLE_PAYID Determine payroll identifiers for off-cycle runs
EXIT_HINCALC0_008 Determining tax rate for Bonus payment off cycle
Hope this`ll help you
Thanks
‎2006 Feb 06 6:47 PM
Check out this :
HR_MX_OFFCYCLE_PAYID Determine payroll identifiers for off-cycle runs
EXIT_HINCALC0_008 Determining tax rate for Bonus payment off cycle
Hope this`ll help you
Thanks
‎2006 Feb 06 9:12 PM
Thank you for the reply.
But what i am looking for is lets say for bi-weekly employee payroll period is 01-01-2005(Start) and 14-01-2005(end). In this period he has both On cycle and Off cycle and in order to retrieve both using CD_READ_LAST is not possible( as it will return me one of the record either on cycle`s or off cycle`s SEQNR ).
But i want both the SEQNRs so as to retrieve results for on cycle and off cycle.
Hope the scenario is clear.
Kindly help in this matter...........urgent.
Thanking you
Regards
vj
‎2006 Feb 06 10:57 PM
‎2006 Feb 07 4:42 AM
Hi vj,
1. HRPY_RGDIR
2. In this table,
there is a field FPPER (For-period for payroll)
This should be the main criteria.
3. In ur case,
there should be total three records.
a) off-cycle 1
b) off-cyle 2
c) regular run
4. Just see the table, and check
what is the difference between these 3 records !
regards,
amit m.