close
因發現透過RFC 傳入考勤刷卡時間(teven) 後
工時評估Time Evaluation 居然不會自動從新的刷卡日期評估起
只好在該RFC執行完後再做一次判斷
Recalculation date for PDC
This field specifies the date on which the next time evaluation run should start. When time evaluation is complete, the date is set to the first day for which the report has not yet been run.
Use
This field is used for the retroactive accounting recognition in Time Evaluation.
比對該欄位的值
select single bderr into vbderr from pa0003 where pernr = p_pernr.
if vbderr > p_idate .
update pa0003 set bderr = p_idate where pernr = p_pernr and endda = '99991231'.
endif.
如該欄位大於補入的日期,把補入的日期填入該欄位 這樣強迫工時評估從補入的時間開始執行
文章標籤
全站熱搜
留言列表