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: 

fical year

Former Member
0 Kudos

hi,

it is for piscal year....

i hav to find out the gross salary paid,for the year,period as given in the selection screen(selection options), using function module PYXX_READ_PAYROLL_RESULT for each PA0001-PERNR.

this is my requirement here i stuck up please help me to solve this issue..

1 REPLY 1

Former Member
0 Kudos

All that u need to do is check for CRT table of the payroll results.

CRT table holds the cumulative data.

Or you could keep looping through the RT table records for all the fiscal months of the desired year and cumulate the gross amount.

Regards,

Rupesh

Edited by: rumhat on Mar 1, 2011 8:05 AM