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

Getting the Joining Date

Former Member
0 Likes
3,641

Whch infotype has the Joining date of an employee in HR and what function can we use for that ?

1 ACCEPTED SOLUTION
Read only

abdulazeez12
Active Contributor
0 Likes
1,928

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

7 REPLIES 7
Read only

abdulazeez12
Active Contributor
0 Likes
1,929

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

Read only

Former Member
0 Likes
1,928
Read only

Former Member
0 Likes
1,928

Hi

Check out this thread

This might help you.

Thanks,

Vijay

<b>PLZ reward points if helpful</b>

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,928

Look at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/HRINF/HRINF.pdf">HR Infotypes</a>

Regards

Read only

abhijitzope
Active Participant
0 Likes
1,928

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

Read only

Former Member
0 Likes
1,928

Hi,

Check the infotypes PA0000 and PA0001.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
1,928

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