Application Development and Automation 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: 
Read only

transpaernt table for structure table pc207

Former Member
0 Likes
2,306

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.

5 REPLIES 5
Read only

Former Member
0 Likes
1,349

In HR, Infotype table start wit PA,

PA0008

PA0207

REgards

Read only

Former Member
0 Likes
1,349

Hi,

Check below tables. It might help.

PA0579

T558A

T558C

T558D

T5K8C

T5M58

T5M8P

T5M9A

T5M9B

T5M9C

T5U8C

Read only

Former Member
0 Likes
1,349

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

Read only

Former Member
0 Likes
1,349

Hi,

Check these tables:pc207,pc205 .

Vinaykumar J

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,349

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.