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

net value

0 Likes
750

hi friends,

I have to retrive netsalary from wage types. how can i do.

thanks in advance.

4 REPLIES 4
Read only

bbalci
Contributor
0 Likes
712

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.

Read only

Sridharnekkanti
Active Participant
0 Likes
712

Use below function modules to get the pay results.

CU_READ_RGDIR

PYXX_READ_PAYROLL_RESULT

/560 is the wage type for net value.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
712

for example check the program example_pnp_get_payroll

Read only

0 Likes
712

got my own...