CONVERSION_EXIT_CUNIT_OUTPUT 将内部单位转为单位文本 CONVERSION_EXIT_ISOLA_OUTPUT 根据语言代码取文本 CONVERSION_EXIT_STFIL_OUTPUT 根据文档状态CODE取状态文本 CONVERSION_EXIT_STRUN_OUTPUT 根据文档运行状态CODE取状态文本 CONVERSION_EXIT_STIDX_OUTPUT 根据INDEX状态CODE取状态文本 CONVERSION_EXIT_STOPT_OUTPUT 根...
其实和计算机中的取补的概念是一致的。用函数CONVERSION_EXIT_INVDT_INPUTCONVERSION_EXIT_INVDT_OUTPUT可以进行转换
7.CONVERSION_EXIT_INVDT_INPUT转化日期格式为内部格式 8.CONVERSION_EXIT_INVDT_OUTPUT转化内部日期格式为输出格式 9.DATE_CHECK_PLAUSIBILITY日期有效性检查 10.ATE_STRING_CONVERT把日期字符串转化为指定的格式 11.DATE_CONVERT_TO_FACTORYDATE把输入日期转化为工厂日历日期 12.FACTORYDATE_CONVERT_TO_DATE根据工厂日历...
* [CONVERSION_EXIT_TSTPS_OUTPUT ] 将YYYYMMDDhhmmss转成YYYY-MM-DD hh:mm:ss * [CONVERSION_EXIT_ESDAT_OUTPUT ] 根据用户数据在年月中加分隔符 * [CONVERSION_EXIT_PERKZ_OUTPUT] 根据期间标识取期间类型 * [CONVERSION_EXIT_INVDT_OUTPUT ] 逆算日期(80079398->1992-06-01) * [INCL_DATE_CHANGE ] 指...
CALLFUNCTION'CONVERSION_EXIT_INVDT_OUTPUT' EXPORTING input=gs_tcurr-gdatu IMPORTING output=lv_date. CALLFUNCTION'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external=lv_date accept_initial_date='X' IMPORTING date_internal=lv_date2 EXCEPTIONS date_external_is_invalid=1 ...
CALL FUNCTION 'CONVERSION_EXIT_INVDT_INPUT' EXPORTING input = i_datum IMPORTING output = l_gdatu. CASE i_curr. WHEN 'EUR'. " 如果是欧元 l_fcurr = 'CNY'. l_tcurr = i_curr. l_kurst = 'EURX'. WHEN OTHERS. " 如果是其它货币 ...
CONVERSION_EXIT_LDATE_OUTPUT Eg: input = 20070301 and output = 01. March 2007 CONVERSION_EXIT_PDATE_OUTPUT Eg: input = 20070301 and output = 03.01.2007 now to match the data type you can use the function module... CONVERSION_EXIT_INVDT_INPUT Conversion exit routine for inverted date (INP...
SAP Managed Tags: ABAP Development Hello ABAP Gurus, I have this program which uses this CONVERSION_EXIT_INVDT_INPUT. The problem is when my user profile for date format is changed from MM/DD/YYYY to any other format the program will get an error saying that there is an invalid date form...
CONVERSION_EXIT_INVDT_OUTPUT So in the first function module if you pass any date then it is converted into number. Lets say you pass the date as 01.01.2000 After executing the first FM you will get 79999898 this value Now how did you get this value: Inside the First FM there is anoth...
7.CONVERSION_EXIT_INVDT_INPUT转化日期格式为内部格式 8.CONVERSION_EXIT_INVDT_OUTPUT转化内部日期格式为输出格式 9.DATE_CHECK_PLAUSIBILITY日期有效性检查 10.ATE_STRING_CONVERT把日期字符串转化为指定的格式 11.DATE_CONVERT_TO_FACTORYDATE把输入日期转化为工厂日历日期 12.FACTORYDATE_CONVERT_TO_DATE根据工厂日历...