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

RT- Resultant Table in Payroll

Former Member
0 Likes
3,887

Hi Experts,

What is the structure of the RT ( Resultant Table) in database .

I want to check RT for an Employee in the given payroll period wrt wage types.

Thanks in Advance,

IFF

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
2,741

Hi,

In SE11, try for PAY*RESULT against data elements->Search for structures.

Hi Experts,

What is the structure of the RT ( Resultant Table) in database .

I want to check RT for an Employee in the given payroll period wrt wage types.

Thanks in Advance,

IFF

7 REPLIES 7
Read only

Former Member
0 Likes
2,741

hi,

RT table stores all the payroll results for a particular payroll period . fronm rt u can read the amount stored in different wagetypes . goto pc_payresult and then give a pernr there and then go and check the rt reslts u can find out how to access.

Regards,

Sumanjeet.

Read only

Former Member
0 Likes
2,741

Hi,

HRPAY99_RT is the structure of RT in dB. This is for International Payroll.

Regards,

Sakkthiss.R

Read only

former_member225631
Active Contributor
0 Likes
2,741

In se11, check PAYIN_RESULT

Read only

Former Member
0 Likes
2,741

Hi ,

Use transaction pc_payresult.

If you need to read the payroll results of an employee in a program you can use function module :-

PYXX_READ_PAYROLL_RESULT.

Regards,

Darshan Mulmule

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
2,742

Hi,

In SE11, try for PAY*RESULT against data elements->Search for structures.

Read only

Former Member
0 Likes
2,741

Hi IFF,

I think you are expecting RT payroll structure , it will be the structure of PC207

SE11-----> PC207

Regards,

Arjun.

Read only

Former Member
0 Likes
2,741

answered by experts