Application Development 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: 

HR Payroll Wagetype Amount Fetching

Former Member
0 Kudos

Hi ,

What is the most efficient way to fetch the Payroll Results for a given set of Wagetype over a period.

The requirement is for reporting the total wages for a given time frame

With thanks in Advance

Nikhil

2 REPLIES 2

Former Member
0 Kudos

You can use the function module PYXX_READ_PAYROLL_RESULT. That will give you RT, TCRT, WPBP, CO and CRT table. If you are looking for total wages /101 you can use the CRT table. This will give you results based upon (M)onth, (Q)uarter, and (Y)ear.