WebMar 16, 2009 · By using this FM number of working days between two dates can be easily determined.Once you have this function module, it becomes very easy to include this calculation in query level by creating a formula variable (customer exit) and using DATE_CONVERT_TO_FACTORYDATE with the desired time period dates. As an … WebFunciones de fecha y hora ABAP. Obtenga el año, mes y día antes y después de la fecha de consulta. Obtener la fecha del último día de la consulta. Calcule el número de días entre dos fechas. Ver atributos de fecha, que incluyen: la fecha es el día de la semana, el día (semana 2 = 2), si es un día festivo, etc.
SAP FACTORYDATE_CONVERT_TO_DATE Function Module for …
WebNov 20, 2013 · To achieve this two function modules are needed FISCPER_FROM_CALMONTH_CALC and DATE_CONVERT_TO_FACTORYDATE. The target DSO contains those key fields / data fields. The data fields aside from the working days keyfigure are optional but might be useful aggregated views are of intrest. WebNov 20, 2013 · To achieve this two function modules are needed FISCPER_FROM_CALMONTH_CALC and DATE_CONVERT_TO_FACTORYDATE. … duthane
SAP中的一些FUNCTION应用
Webdate_convert_to_factorydate 把输入日期转为工厂日历日期 message_text_build 把消息转为文本. 函数名 描述 popup_to_confirm 弹出确认窗口. 函数名 描述 conversion_exit_matn1_input 物料号码转换函数 conversion_exit_matn1_output 同上相反 convert_to_local_currency 按照指定日期汇率转换金额为 ... WebDec 31, 2012 · DATE_GET_WEEK: Determines the week of the year for the given date. For example, the date 9/13/2010 would be the 37th week of the year 2010. FACTORYDATE_CONVERT_TO_DATE: Converts a factory … WebApr 10, 2024 · METHOD adjust_against_factory_cal. DATA: lv_adjusted_date TYPE scal-date. CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING correct_option = '-' " Flag how workday should be calculated date = cv_date " Date to be converted into factory calendar date factory_calendar_id = me->mv_factory_calender " … duthay formation