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: 

how to calculate ervices number of years based on date of joining

Former Member
0 Kudos

Hi,

how to calculate service number of years based on date of joining and in out put only above 5 years completed employee should display if he not completed then no data shd display

2 REPLIES 2

Former Member
0 Kudos

Do these steps-

1) Use FM to find the difference between system date and joining date in years using FM

FIMA_DECIMAL_MONTHS_AND_YEARS

2) Then use the condition..

IF DIFF >= 5.
<Show experience.>
ELSE.
ENDIF.

Regards,

Sumit

Former Member
0 Kudos

Moderator message - Please see before posting - post locked Basic date questions are not allowed. Rob