2010 Jul 08 12:38 PM
Hai
I want to know where the netpay of an employee is stored in transparent table.
currently it is showing me the structure table name pc207.
how can i retrieve the netpay for a particular employee.
Hai
I want to know where the netpay of an employee is stored in transparent table.
currently it is showing me the structure table name pc207.
how can i retrieve the netpay for a particular employee.
2010 Jul 08 12:58 PM
2010 Jul 08 1:01 PM
Hi,
Check below tables. It might help.
PA0579
T558A
T558C
T558D
T5K8C
T5M58
T5M8P
T5M9A
T5M9B
T5M9C
T5U8C
2010 Jul 08 6:22 PM
After the payroll run, you could see the payroll results using pc_payresult transaction for the employee. The Data are always stroed in Payroll Cluster based on Sequence no. There are standard FM and macros to read the payroll results. there is no separate transparent table.
The other option is if the results are posted into FI then you have table PPOIX that would show the NetPay data for each Pernr.
Thanks
Abhi
2010 Sep 17 10:16 AM
2010 Sep 17 11:10 AM
Try this way,
check fm PYXX_READ_PAYROLL_RESULT , here you have parameters like employee no etc.
If you need to pass the sequence no the get it from fm CU_READ_RGDIR.