WebOct 10, 2013 · Created by Martin Grob on Oct 10, 2013 Purpose The purpose of this page is to clarify the understanding of the function module HOLIDAY_CHECK_AND_GET_INFO. Overview HOLIDAY_CHECK_AND_GET_INFO checks whether the date passed is a holiday. If so, the holiday attributes can be returned, if desired. WebFind the 'DAY' for a given 'DATE'. I need a help regarding finding the day for a given date. If I enter a date using 'parameters', it should write the 'day' for the corresponding date. if I …
Function Module HOLIDAY_CHECK_AND_GET_INFO - SAP
WebBest Answer Vote up 3 Vote down Former Member Jun 23, 2008 at 12:39 PM hiiii This function module will be useful.check. FM CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY' EXPORTING date = pre_date EXCEPTIONS … WebDATE_COMPUTE_DAY 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 Returns a number indicating what day of the week the date falls on. Monday is returned as a 1, Tuesday as 2, etc. DAY_ATTRIBUTES_GET Return useful information about a day. damien andrews facebook
Function Module related on Date calculations - SAP
WebDec 30, 2015 · DATA : wa_dtfm TYPE xudatfm. DATA : wa_dtrc TYPE abap_bool. wa_dtfm = wa_ausp-/bic/zp2_atwrt. TRY. CALL METHOD cl_abap_datfm=>check_date_format EXPORTING im_datfm = wa_dtfm RECEIVING re_is_valid = wa_dtrc. CATCH cx_abap_datfm_format_unknown. wa_zexception_load-aufnr = wa_ausp-/bic/zp2_aufnr. … WebJun 7, 2006 · What is the easiest/simplest way to check date overlapping? I have date_start1, date_end1, date_start2 and date_end2, and I'd like to know if they're overlapping or not. I searched for FM OVERLAP, but so … WebFeb 25, 2009 · You can use the following FM CALL FUNCTION 'RKE_SELECT_FACTDAYS_FOR_PERIOD' EXPORTING i_datab = date1 i_datbi = date2 i_factid = 'GB' TABLES eth_dats = l_it_dat. Add a Comment Alert Moderator Vote up 1 Vote down Former Member Feb 25, 2009 at 04:26 AM Hi, Try this function module CALL … damien anthony lawyer melbourne