2008 Dec 23 5:52 AM
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
2008 Dec 23 6:34 AM
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
2008 Dec 23 5:57 AM
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.
2008 Dec 23 5:58 AM
Hi,
HRPAY99_RT is the structure of RT in dB. This is for International Payroll.
Regards,
Sakkthiss.R
2008 Dec 23 5:58 AM
2008 Dec 23 6:26 AM
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
2008 Dec 23 6:34 AM
Hi,
In SE11, try for PAY*RESULT against data elements->Search for structures.
2008 Dec 23 6:50 AM
Hi IFF,
I think you are expecting RT payroll structure , it will be the structure of PC207
SE11-----> PC207
Regards,
Arjun.
2009 Feb 01 7:24 AM