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

How to get values from RT table

Former Member
0 Likes
3,091

Hello friends ,

I want to get earned basic from RT table T-code - pc00_m40_clstr

how to get that values for wage types

gaurav

Hello friends ,

I want to get earned basic from RT table T-code - pc00_m40_clstr

how to get that values for wage types

gaurav

2 REPLIES 2
Read only

Former Member
0 Likes
1,519

Hi Gaurav,

The Function Module u2018 PYXX_READ_PAYROLL_RESULT u2019 generically reads a complete payroll result, that is for all country versions, from file PCL2 or from the buffer. In doing so, the payroll result is transferred to the PAYROLL_RESULT parameter. In the calling system, this must be classified as a complex structure according to the 'PAYxx_RESULT' dictionary structure. u2018 xx u2018 is the ISO code for the country. Now the payroll result is in the parameter FS_PAY99_RESULT. In this parameter the RT table is considered and the required values are moved into a internal table (say T_RT).

Regards,

Swapna.

Read only

Former Member
0 Likes
1,519

Hey gaurav ,

Use this function Module "HR_GET_PAYROLL_RESULTS "

then u get values from RT tables .

Regards ,

Shankar GJ ,