Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

off cycle

Former Member
0 Likes
687

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

1 ACCEPTED SOLUTION
Read only

former_member181966
Active Contributor
0 Likes
630

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

4 REPLIES 4
Read only

former_member181966
Active Contributor
0 Likes
631

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

Read only

0 Likes
630

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

Read only

0 Likes
630

Hi vj,

Try using CD_READ_DATE_RANGE.

Regards,

Suresh Datti

Read only

Former Member
0 Likes
630

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.