cancel
Showing results for 
Search instead for 
Did you mean: 

Read specific previous payroll results

Former Member
0 Kudos

I have a requirement to read payroll results for a specific period, e.g. 02.2014 from payroll schema.  I don't want to force a retro calculation, I just want to run the normal payroll in period 05.2015 and in it, specifically read RT for 02.2014 and process accordingly.

I have checked different operations and functions.  One operation I found is IMPRE but it can only read number of past payroll results specified by the parameter.  I also found PLOOP in which I can nest IMPRE, but still it doesn't allow me to read specific payroll period results.

Is there a better way?

Accepted Solutions (0)

Answers (1)

Answers (1)

jagan_gunja
Active Contributor
0 Kudos

You can loop through in the payroll schema using LPBEG & LPEND.  Using one of the pay results tables like WPBP,

check the for-pay period,

if it is the one you need, get the details from the RT or CRT as per your needs.

Else you may need to use a custom operation or function.