cancel
Showing results for 
Search instead for 
Did you mean: 

Last 6 months payroll results

Former Member
0 Kudos

Hi Sap gurus,

How do we find last six month payroll results of a particular employee.

Accepted Solutions (0)

Answers (2)

Answers (2)

sikindar_a
Active Contributor
0 Kudos

and cont to sarika

PC00_M99_CLSTR

Former Member
0 Kudos

You can check report RPCLSTRU ( for US) or Wage type reporter H99CWTR0.

Former Member
0 Kudos

I am not looking for standard one ,

I want to do programmatically,

after using pyxx_read_payroll_result function module

For recent results i will loop on RT table

for Last six month on which table i have to loop .

sikindar_a
Active Contributor
0 Kudos

Try on CRT

Cumulative Result Table

Former Member
0 Kudos

with CRT we wil get all the data,

but i want to get retroactive results also

sikindar_a
Active Contributor
0 Kudos

iam not sure abt retro

Check the VO

Retro functionality differs based on the usage of the User

check O and P functonality have a test case which will come when retro gets generated in PC-Payresults

Lets wait for the other Experts views

Former Member
0 Kudos

You use RT table only, but before that you need to loop at HRPY_RGDIR table for the six months dates comparing these two dates FPBEG FPEND.

Former Member
0 Kudos

that means i need to loop on hrpy_rgdir to get valid dates

am i correct ,? or what is use on looping hrpy_rgdir

Former Member
0 Kudos

Yes, you need to loop on RGDIR table to pass the correct date period & then again read payroll result using FM PYXX.....for that date period & then again loop at RT table for any specific WT.