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: 

Payroll Results

Former Member
0 Kudos

Could someone tell me where/in which table the final payroll results for a particular employee is stored .

By final payroll results I mean that the total salary which the employee gets after all the additions and deductions for the month.

Thx...

5 REPLIES 5

FredericGirod
Active Contributor
0 Kudos

I thins that's not store in a table, but always calculate. But I'm not sure, what about a little ST05 in your standard transation ?

rgd

Frédéric

0 Kudos

Thanks a lot Frederic for the pains taken to answer the query of mine. But I feel after consulting with a functional consultant , the value after the calculation must be stored somewhere for printing in a report format.

Please have a look into the query once again and do let me know your valuable thoughts.

Rgds

0 Kudos

No, payment results are not always calculated, they are stored in cluster tables (so it's unlikely ST05 would be of any use). Unfortunately I have no access to a system just now, and cannot remember function name exactly, but its name is something like PYEVALUATEDPERIOD* (just try this as a search mask in SE37). When found try where-used list to see some usage examples.

Former Member
0 Kudos

Hi,

Payroll results are stored in cluster table so I would suggest to read it with function modules. Combination could be as follows:

1. CU_READ_RGDIR

2. CD_EVALUATION_PERIODS

3. HR_PCLX_INIT_BUFFER

4. HR_IMPORT_RGDIR_FROM_PCLX

5. PYXX_READ_PAYROLL_RESULT

You have to consider 'in period', 'for period' differences and read results for this wage type, which is final payroll results in your meaning.

Hope this will be usefull.

BR

Bartek

Former Member
0 Kudos

Hi Pradipata,

Payroll results will be stored in the PCL2 cluster.

You can use the standard program RPCLSTRU (U is

for US). Based on your country code you can change the

last character and execute the program.

Hope it will help you.

Thanks & Regards,

Siri.