cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the time of hire from the current year beginning

Former Member
0 Kudos

Hi,

I want to get the duration of between the current year start i.e Jan 1st to the hire date in that year.

Ex: if an employee hired on 15th june 2005, then i should get the number of days from the year start to this date i.e around 5 months+ 15 days.

I tried looking at HRS operation, but i could not get clue from it.

Can anyone give ideas of how to achieve.

thanks,

ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use HR_AUPBS_MONTH_DAY Function Module and give the start date as the beginning of the year and the end date as the Hiring date. This will return back number of days, months, years and total cumulative days between the 2 dates.

Hope this helps you!

Thanks,

Krish

Former Member
0 Kudos

Hi Krish,

Thanks for your answer.

How can i insert(or call this function module) this function module in the time evaluation schema(TM04). Can you please let me know how should i achieve this.

Thanks,

Ravi