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

Abap HR

Former Member
0 Likes
632

How to identify the off cycle? and also please explain time tickets.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
608

For off-cycle payroll To & FRom date is always same in the structure.

you can check in the Table PA0009 (Bank details).

PAYTYP is the payroll type it will tell it is regular or off cycle.

and check the table HRPY_RGDIR "Directory for Payroll Results

payroll type you can see if it is 'A' means regular.

Regards,

Amit

Reward all helpful replies.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
609

For off-cycle payroll To & FRom date is always same in the structure.

you can check in the Table PA0009 (Bank details).

PAYTYP is the payroll type it will tell it is regular or off cycle.

and check the table HRPY_RGDIR "Directory for Payroll Results

payroll type you can see if it is 'A' means regular.

Regards,

Amit

Reward all helpful replies.

Read only

0 Likes
608

Your answers were more appropriate but plz help me with the time tickets and also help me with filter criteria to chk while selecting the seqnr frm rgdir...

I assure points for ur time and interest.

Read only

Former Member
0 Likes
608

Try these:

HR_MX_OFFCYCLE_PAYID Determine payroll identifiers for off-cycle runs

EXIT_HINCALC0_008 Determining tax rate for Bonus payment off cycle

CD_READ_DATE_RANGE.

Thanks & Rgds,

Anjali

Read only

Former Member
0 Likes
608

how do I get the most recent result for any pay period? what all flags need to be checked?