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
1,043

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.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
770

Hi,

You can always check ABAP report RPTABS20 it's a nice example and it's used in a standard report

Regards

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.

thanks

3 REPLIES 3
Read only

Former Member
0 Likes
771

Hi,

You can always check ABAP report RPTABS20 it's a nice example and it's used in a standard report

Regards

Read only

Former Member
0 Likes
770

Use FM :

BAPI_ABSENCE_GETDETAIL

Read only

Former Member
0 Likes
770

Hi,

Give The Personal Number(8 char) of the Employee

In BEGDA give Start Date of that period(20.11.1990)

In ENDDA give end date of that period

Regards

Sandipan