cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to get hourly salary

Former Member
0 Kudos

Hi,

I would like to know of any function module or standard method to get hourly salary.

Best regards,

Aravind

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Aravind

One employee's salary adjustments have hourly time unit is decided based on infotype 0001 in function module HR_ECM_DEFAULT_PROCESS_FREQU.

Regards,

Jun Wu

HCM

Former Member
0 Kudos

Hello Jun Wu,

Thanks for the reply.

But what i want to know is if there is any function module which converts annual salary to hourly salary.

Regards,

Aravind

suresh_datti
Active Contributor
0 Kudos

it depends on the work schedule.. if it is a 40hr/week.. you can simply divide the ansal by 2080 to get the hourly rate..

~Suresh

Answers (1)

Answers (1)

Former Member
0 Kudos

I believe that you can use function module HR_ECM_CALCULATE_SALARY and just pass value '99' for parameter TIME_UNIT. Or you can use HR_ECM_CALCULATE_HOURLY_RATE.

- April King