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

HR_TIM_REPORT_ABSENCE_DATA

Former Member
0 Likes
789

hello experts,

my requirement is to calculate the number of absent hours in a given period for an employee...the function module above is any help? if it is can anybody please provide me example code to know the parameters to be passed.

FM : HR_TIM_REPORT_ABSENCE_DATA

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
690

Hi,

The following ABAP program RPTABS20 Attendance/Absence Data: Overview uses the function module that you have mentioned you could have a look at the source code and maybe debug to see what are the exact values used.

Hope that the following info has answerd your question

Regards

Hi,

The following ABAP program RPTABS20 Attendance/Absence Data: Overview uses the function module that you have mentioned you could have a look at the source code and maybe debug to see what are the exact values used.

Hope that the following info has answerd your question

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
691

Hi,

The following ABAP program RPTABS20 Attendance/Absence Data: Overview uses the function module that you have mentioned you could have a look at the source code and maybe debug to see what are the exact values used.

Hope that the following info has answerd your question

Regards

Read only

0 Likes
690

thanks alot...it helped to solve my problem finally:)