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

Calculation of Absence days --Function module needed

venkat_o
Active Contributor
0 Likes
900

Hi,

I am developing one report that is for Annual increment/ Promotional increment. We are evaluating the data based on the annual / Promotional period on Selection-screen.

There is one record in the IT2001 with begin date 26.01.2008 end date 25.07.2008 for the absence type 0620(Unpaid leave). But our Annual/Promotional period is 01.04.2007 to 31.03.2008. I want to calculate absence days for the above record from 26.01.2008 to 31.03.2008.

Please let me know any function module which gives me exact absence days.

Regards,

Venkat.O

Hi,

I am developing one report that is for Annual increment/ Promotional increment. We are evaluating the data based on the annual / Promotional period on Selection-screen.

There is one record in the IT2001 with begin date 26.01.2008 end date 25.07.2008 for the absence type 0620(Unpaid leave). But our Annual/Promotional period is 01.04.2007 to 31.03.2008. I want to calculate absence days for the above record from 26.01.2008 to 31.03.2008.

Please let me know any function module which gives me exact absence days.

Regards,

Venkat.O

4 REPLIES 4
Read only

Former Member
0 Likes
710

Hi,

Here is one BAPI....it may help u....

ABSENCETYPES_GETLIST

Reward if it helps u...

Thanx

Seevangi

Read only

Former Member
0 Likes
710

hi,

Try this...

BAPI_ABSENCE_GETDETAIL

Hope it helps u...

Thanks

Seevangi

Read only

0 Likes
710

BAPI_ABSENCE_GETDETAIL gives output when u submit exact key what is there in the database.

Thanks for your reply.

Regards,

Venkat.O

Read only

venkat_o
Active Contributor
0 Likes
710

solved