cancel
Showing results for 
Search instead for 
Did you mean: 

Get Payroll

Former Member
0 Kudos

Experts,

I am using pnp screen 900(payroll screen) for my program. I have an event GEt payroll in my program.

The problem I am facng is get payroll is fetching all the results for all the periods that a user has, can someone please tell me how can i restrict this to only period entered by user?

Also coming back to the get payroll event, can sum1 explain me how can I calculate retro if I have used this event?

thanks,

HM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Have a look at program EXAMPLE_PNP_GET_PAYROLL. In it before you do 'call method pay->write_result exporting list = mylist' you have the oppurtunity to delete unwanted RGDIR entries, provided you can identify those records.

Best of luck!

Former Member
0 Kudos

To get the results for a particular pay-period, you have to loop through the payroll register (RGDIR) and match your desired pay-period( with FPBEG/FPEND (the for periods)..