Login Form

Best viewed in IE 7.0

ADVERTISEMENTS
ADVERTISEMENT

Date-Time FMs

DATE_GET_WEEK
Desc. Returns week for a date

WEEK_GET_FIRST_DAY
Desc. Returns first day for a week

RP_LAST_DAY_OF_MONTHS
Desc. Returns last day of month

FIRST_DAY_IN_PERIOD_GET
Desc. Get first day of a period

LAST_DAY_IN_PERIOD_GET
Desc. Get last day of a period

RP_LAST_DAY_OF_MONTHS
Desc. Determine last day of month

DATE_COMPUTE_DAY
Desc. Returns a number indicating what day of the week the date falls on. Monday is returned as a 1, Tuesday as 2, etc.

DATE_IN_FUTURE
Desc. Calculate a date N days in the future.

RP_CALC_DATE_IN_INTERVAL
Desc. Add days/months to a date

RP_CALC_DATE_IN_INTERVAL
Desc. Add/subtract years/months/days from a date

SD_DATETIME_DIFFERENCE
Desc. Give the difference in Days and Time for 2 dates

SCOV_TIME_DIFF_46B good one!
Desc. Gets the time difference.

DATE_CREATE
Desc. Calculates a date

MONTH_PLUS_DETERMINE
Desc. Add or subtract months from a date. To subtract a month, enter a negative value for the 'months' parameter.

HOLIDAY_GET
Desc. Provides a table of all the holidays based upon a Factory Calendar &/ Holiday Calendar.

HOLIDAY_CHECK_AND_GET_INFO
Desc. 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.

DATE_CHECK_PLAUSIBILITY
Desc. Check to see if a date is in a valid format for SAP. Works well when validating dates being passed in from other systems.

DATE_CONV_EXT_TO_INT
Desc. Conversion of dates to SAP internal format e.g. '05.06.2000' -> 20000605. Can also be used to check if a date is valid ( sy-subrc <> 0 )

MONTH_NAMES_GET good one!
Desc. It returns all the month and names in respective language.

GET_WEEK_INFO_BASED_ON_DATE good one!
Desc. Name says it all.

CCM_GO_BACK_MONTHS
Desc. FM to Go back specified number of months
Eg. 09/15/2005 - 1 month = 08/15/2005.

RE_ADD_MONTH_TO_DATE
Desc. Can add/subtract months to/from date.

FIMA_DAYS_AND_MONTHS_AND_YEARS
Desc. Get number of days. Year, Months between two dates.

HR_HK_DIFF_BT_2_DATES
Desc. Calculate the days, months and years between 2 dates.

CONVERT_DATE_TO_EXTERNAL or CONVERT_DATE_TO_INTERNAL
Desc. When converting date to external format, the date format from the user's user profile will be used. When converting to internal format, the result will be in YYYYMMDD format.
ADVERTISEMENT
Free software downloads