‎2009 Jun 03 7:15 AM
Hi all,
I need funtion module in solution manager system ( not in R/3 ) to,
1.) Calculate number of days, hours and minutes between two dates and time.
I got this FM '/SDF/CMO_DATETIME_DIFFERENCE' but it is not showing difference in terms of
minutes
So i need some other FM.
2.) To calculate working days or holidays between two dates . This too i need in solution manager not in R/3. In R/3 i am able to find many fm's, but they r not in solution manager system.
Help in this.
Regard's
Jean.
‎2009 Jun 03 7:21 AM
‎2009 Jun 03 7:23 AM
Hi,
Cont you copy the Fm from R/3 to solution manager as you know the FM in R/3
‎2009 Jun 03 7:23 AM
hi
DAY_ATTRIBUTES_GET
Return useful information about a day. Will tell you the day of the week as a word (Tuesday), the day of the week (2 would be Tuedsay), whether the day is a holiday, and more.(provided by Francois Henrotte)
HOLIDAY_CHECK_AND_GET_INFO
Useful for determining whether or not a date is a holiday. Give the function a date, and a holiday calendar, and you can determine if the date is a holiday by checking the parameter HOLIDAY_FOUND.
HOLIDAY_GET
Provides a table of all the holidays based upon a Factory Calendar &/ Holiday Calendar.
HR_DISPLAY_BASIC_LIST
is an HR function, but can be used for any data. You pass it data, and column headers, and it provides a table control with the ability to manipulate the data, and send it to Word or Excel. Also see the additional documentation here.
HR_GET_LEAVE_DATA
Get all leave information (includes leave entitlement, used holidays/paid out holidays)
HR_IE_NUM_PRSI_WEEKS
Return the number of weeks between two dates.
HR_PAYROLL_PERIODS_GET
Get the payroll period for a particular date. (provided by Francois Henrotte)
‎2009 Jun 19 1:55 PM