WebDATE_CONVERT_TO_WORKINGDAY is a standard date convert to workingday SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Convert Date to Working Day for Multiple Calendars processing and below is the pattern details for this FM, showing its interface including … WebDATE_CONVERT_TO_FACTORYDATE This function module gets the factory date for the date and factory calendar. A parameter specifies whether the previous or next working …
ABAP – Add working days to a date using Factory Calendar
WebJun 19, 2007 · Hi, you need use the function module like below. * Convert date to factory date CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING date = p_paydate "Starting date factory_calendar_id = 'GB' IMPORTING factorydate = gd_factorydat. "Factory calender date. In the above you need to pass the correct factory … WebMar 30, 2015 · Convert new factory date to normal date; FORM add_working_days USING iv_num_days TYPE i iv_calendar_id TYPE fabkl CHANGING cv_date TYPE sy-datum. DATA: lv_factorydate TYPE scal-facdate, lv_new_factorydate TYPE sy-datum. * 1. Convert date to factory date. can npo have ice chips
FACTORYDATE_CONVERT_TO_DATE Spider
WebThe Function Module DATE_CONVERT_TO_FACTORYDATE (Calendar function: Returns factory calendar date for a date) is a standard Function Module in SAP ERP and is part of the function group SCAL within the package SZC. Technical Information. Function Module: DATE_CONVERT_TO_FACTORYDATE: WebNov 9, 2010 · DATE_CONVERT_TO_FACTORYDATE: Calculates the factory date value for a given date. Also provides an indicator that confirms whether or not the given date is considered a working day according to the selected factory calendar. DATE_GET_WEEK: Determines the week of the year for the given date. For example, the date 9/13/2010 … WebConverts a date to a factory date. convert_factorydate_to_date. Converts a factory date to a date. get_last_factorydate. Provides the last factory date of the calendar. … can npi start with zero