‎2007 Oct 12 7:55 AM
Whch infotype has the Joining date of an employee in HR and what function can we use for that ?
‎2007 Oct 12 7:57 AM
Hi
I think the joining date is the start date when u hire the employee..so, it is the date in Actions infotype (0000).
Cheers
Shakir
‎2007 Oct 12 7:57 AM
Hi
I think the joining date is the start date when u hire the employee..so, it is the date in Actions infotype (0000).
Cheers
Shakir
‎2007 Oct 12 7:57 AM
Hi,
Check this link,
https://forums.sdn.sap.com/click.jspa?searchID=5887690&messageID=3558582
Thanks,
reward If Helpful.
‎2007 Oct 12 7:59 AM
‎2007 Oct 12 8:14 AM
‎2007 Oct 12 8:36 AM
Hi Aravind,
Normally new hire date is maintained into infotype 0000 action type 01.but if it is the case of transition then it is maintained into infotype 0016 t.here for it is better to use the function module RP_GET_HIRE_DATE to read the hiring date of employee depending upon different parameters it will give you exact joining date of employee.
hope it will be helpful !!!
Regards,
Abhijit
‎2007 Oct 12 8:56 AM
Hi,
Check the infotypes PA0000 and PA0001.
Thanks,
Sriram Ponna.
‎2007 Oct 12 9:15 AM
Hi
Dates are maintained in Infotype 0041 and not in Infotype 0000.
DAR01 and DAT01 are the fields where you can get the joining date.
Goto table T548Y and check DATAR value for 'Joining Date'.
Look for this value in the repeated structure of IT0041 from DAR01...DAR12 and get date from field DAT01...DAT12.
This is the standard way of getting any kind date for an Employee.
If you do not how to code for repeated structures, you can use FM RP_GET_HIRE_DATE as suggested by Abhijit and you would see that it does the same thing as I have told you.
Regards
Navneet
Message was edited by:
Navneet Saraogi