‎2006 Aug 11 11:18 AM
Hi all,
Can anybody tell in which table emp joindate field
available.
thank u.
‎2006 Aug 11 11:30 AM
Hi ,
there is one FM available for that .
FM RP_GET_HIRE_DATE
Get the joining date of the employees
CALL FUNCTION 'RP_GET_HIRE_DATE'
EXPORTING
persnr = it_overseas-empno
check_infotypes = '0000'
IMPORTING
hiredate = it_overseas-doj.
Regards ,
Shounak M.
‎2006 Aug 11 11:30 AM
Hi ,
there is one FM available for that .
FM RP_GET_HIRE_DATE
Get the joining date of the employees
CALL FUNCTION 'RP_GET_HIRE_DATE'
EXPORTING
persnr = it_overseas-empno
check_infotypes = '0000'
IMPORTING
hiredate = it_overseas-doj.
Regards ,
Shounak M.
‎2006 Aug 11 11:38 AM
‎2006 Aug 11 11:39 AM
Hi Naveen,
Check this Table <b>PA0016</b> and filed <b>BEGDA</b>
Regards,
Sridhar
‎2006 Aug 11 11:39 AM
hi
good
check with these tables
T501 Employee group
T503 Employee group, subgroup
T503K Employee subgroup
thanks
mrutyun
‎2006 Aug 11 11:43 AM
Hi,
the above suggested FM <b>RP_GET_HIRE_DATE</b>, will give the Hire date of the employee. check it.
Regards
vijay
‎2006 Aug 11 11:49 AM
Hi naveen,
1. in which table emp joindate field
The table is PA0000
2. Further, we have to filter for
PERNR = required pernr
MASSN = '01' (for hiring action)
3. BEGDA will be the joining date
regards,
amit m.