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: 

How to access data from WPBP(Work center) in t-code PC_PAYRESULT ?

vimal
Active Participant
0 Kudos

Hi All,

I am working on HR module and need to get the values of table WPBP(Work Center) from PC_PAYRESULT .I need the no. of working days calculated here . So , is there any functional module to get the values o WPBP?

Edited by: VimalSharma on Aug 19, 2011 8:49 AM

Edited by: VimalSharma on Aug 19, 2011 8:50 AM

1 ACCEPTED SOLUTION

former_member209703
Active Contributor
0 Kudos

You can use CU_READ_RGDIR to get the periods you want to evaluate, and after that use PYXX_READ_PAYROLL_RESULT to read the payroll cluster and get all the info: WPBP, RT, and so forth.

1 REPLY 1

former_member209703
Active Contributor
0 Kudos

You can use CU_READ_RGDIR to get the periods you want to evaluate, and after that use PYXX_READ_PAYROLL_RESULT to read the payroll cluster and get all the info: WPBP, RT, and so forth.