cancel
Showing results for 
Search instead for 
Did you mean: 

ABOUT THE HR-ABAP

Former Member
0 Kudos

Hi,

i hope every body is doing good. Here i am having the query on payroll.

Here i want to retrive the payroll result for india, in the payroll data i want know the wage types which are belogs to infotypes 0008,0014 and 0015.

a immediate reply will be appriciated.

thanks

Ravikiran

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You can find those in table view V_512W_D.

1. Goto Transaction Code SM30.

2. Table/View: V_512W_D

3. Click display.

4. Country: 40

5. Click Enter twice then you can see all the wage types.

Is that helps?

Former Member
0 Kudos

use HR_READ_INFOTYPE

Former Member
0 Kudos

You can check the wagetypes for each infotype using the Tcode PA20 itself.. if it is for reporting purpose, you can use the function call HR_READ_INFOTYPE.. no need to read payroll data..

Arya