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

Need function modules

Former Member
0 Likes
649

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.

4 REPLIES 4
Read only

Former Member
0 Likes
620
Read only

Former Member
0 Likes
620

Hi,

Cont you copy the Fm from R/3 to solution manager as you know the FM in R/3

Read only

Former Member
0 Likes
620

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)

Read only

Former Member
0 Likes
620

Thnks for all.

I have used SALP_SM_CALC_TIME_DIFFERENCE.