Application Development 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: 

HR Module - Get age from an employee

Former Member
0 Kudos

Simple question guys, I wondering if there is a FM that just expose the current age(from the IT0002) of a employee, i didnt find yet...i know that is a simple logic to build, but i dont wanna polute my code or "reinvent the wheel".

Does someone up for this question?

tks,

Andre

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

Hi Andre,

You can try HR_AUPBS_AGE or HR_ECM_CALC_AGE.

Regards,

Suresh Datti

3 REPLIES 3

suresh_datti
Active Contributor
0 Kudos

Hi Andre,

You can try HR_AUPBS_AGE or HR_ECM_CALC_AGE.

Regards,

Suresh Datti

former_member181966
Active Contributor
0 Kudos

And also HRCM_MATRIX_AGE

Thanks

Saquib

0 Kudos

Hi!

Tks for all advices! The FM HR_AUPBS_AGE has a quite better performance once it hasn't any other call(such as other FM) just selections / reads...

[]'s

Andre