WebJun 12, 2024 · One small tip for a date validation check and convert into text with month text (like convert 06-14-2024 to 14th Jun 2024): using function module ‘DATE_CHECK_PLAUSIBILITY’ to check if it’s the valid date; get month texts from table t247 with a language key then concatenate. WebThe Function Module DATE_TO_PERIOD_CONVERT ( Ermittlung der Geschäftsperiode aus dem Buchungsdatum über T009, T009B. ) is a standard Function Module in SAP …
SAP RKE_CONVERT_DATE_TO_PERIOD Function Module for
WebOct 7, 2008 · What is the functionality of the function module DATE_TO_PERIOD_CONVERT. As it has no documentation I want to know the functionality. can any body explain me the use of the function module and how to execute it Add a Comment Alert Moderator Assigned Tags ABAP Development Similar Questions … Webgo to SE37 and do DATE_TO_PERIOD_CONVERT Add a Comment Alert Moderator Vote up 0 Vote down Ags S May 06, 2009 at 08:51 AM hi, CALL FUNCTION … cu phap while
Convert Char Date to fiscal year / period SAP Community
WebJun 18, 2024 · This function module reads complete payroll result for all country versions, from file PCL2 cluster. HR_GET_PAYROLL_RESULTS. This function module is used to fetch the payroll results for employees . HR_RELATION_MAINTAIN. This function module is to maintain the relation between employee and position. WebMay 6, 2008 · get fiscal year and period. PERIOD_IN = '000'. get fiscal year and period - (requires date and company code) Alternative fiscal year function module. - (requires date and fiscal year variant code from T009 table) gets first entry in fiscal year variant table (will need to choose. correct one from table rather than just using first entry) WebJul 19, 2007 · Input : Date & Period (No. of Days) Output : Calculated Date Please go through the Function Module "RELATIVE_DATE_CALCULATE". Remember to enter the date in 'yyyymmdd' format in the start date field. 2.if the days variable is integer and other 2 like sy-datum, the math below yields the number of days to yo.. start date = '23.07.2003' cu phap do while