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 BAPI or FM for timeevents

Former Member
0 Kudos

Hi HR Experts,

Sorry im newbie in HR module, I have a project in to retrieve timeevents (IT2011) of a given personnel no, I found time in and outs in TEVEN table, my problem is I want to retrieve also his total working hours per day and lates per day, my first option is to check his planned work time and compute his time In/Outs to get total working time and lates, is there any FM or BAPI to get total working hours per day and lates? thanks....

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check the function modules:

HR_BALANCE_TIMES_AGAINST_DWS

HR_CUT_TIMES_WITH_DWS

HR_TIME_AND_DURATION

HR_CC1_TIMEEVENT_GETDETAIL

HR_CC1_TIMEEVENT_INSERT

HR_CC1_TIMEEVENT_POST

HR_TIME_EVALUATION

0 Kudos

Hi Neeno,

Problem solve using HR_EVENT_READ FM. thanks for your response.

Former Member
0 Kudos

Problem solved.