SAP-HR模块中有用的函数(不断更新中) -------------------------------------------------- 获取每个月的最后一天 --------------------------------------------------- CALL FUNCTION 'LAST_DAY_OF_MONTHS' EXPORTING day_in = date IMPORTING last_day_of_month = date1
------------------------------------------------------- -------------------------------------------------------------- 去掉前面 0 *&--------------------------------------------------------------------* *& Form frm_alpha_output 去零 *&--------------------------------------------------------------------* DEFINE alpha_minus
call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = &1 importing output = &1
END-OF-DEFINITION
--------------------------------------------------- 前面加 0 --------------------------------------------------- call functio