‎2010 Jul 30 12:47 PM
hi friends,
I have to retrive netsalary from wage types. how can i do.
thanks in advance.
‎2010 Jul 30 2:30 PM
Hello Mohammad
You should read this value from the payroll,
Function 'CU_READ_RGDIR gives you the list of salaries based on periods
and function PYXX_READ_PAYROLL_RESULT gives you the details of payroll.
Just research a couple examples about them.
I hope it helps.
‎2010 Jul 31 7:02 AM
Use below function modules to get the pay results.
CU_READ_RGDIR
PYXX_READ_PAYROLL_RESULT
/560 is the wage type for net value.
‎2010 Aug 01 4:53 PM
‎2010 Aug 11 7:08 AM