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: 

what is the field name of hire date

Former Member
0 Kudos

please give me details of infotype and the field name of the following

1)hire date

2)fire date

3)pay scale group

4)basic salary

1 ACCEPTED SOLUTION

Former Member
0 Kudos

get hire date , fire date from infotype PA0041 .

These depends on the field DAR01 .. DAR12 ..

U need to write ..

do 12 times varying ...

case

when ....

pick hire/fire dates(DAT01 .. DAT12) based on the values..

endcase.

enddo.

pay scale group get it from PA0008-TRFGR

basic salary .. get it by reading payroll results ..

3 REPLIES 3

Former Member
0 Kudos

1 go to pa0041--->dat01

2 go to pa0041--->dat01( depending the dar01 the values will vary like fire date and hire date)

3 go to pa0000-ABKRS

4 go to pa0008 -


>ansal

Former Member
0 Kudos

Hi,

1)hire date & leave date(fire date): PA0001.

2)pay scale group : P0008-TRFGR

3)Basic salary: P0008

Former Member
0 Kudos

get hire date , fire date from infotype PA0041 .

These depends on the field DAR01 .. DAR12 ..

U need to write ..

do 12 times varying ...

case

when ....

pick hire/fire dates(DAT01 .. DAT12) based on the values..

endcase.

enddo.

pay scale group get it from PA0008-TRFGR

basic salary .. get it by reading payroll results ..