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.

如該欄位大於補入的日期,把補入的日期填入該欄位 這樣強迫工時評估從補入的時間開始執行

 

arrow
arrow
    文章標籤
    SAP HCM SAPHCM HR
    全站熱搜
    創作者介紹
    創作者 JosephChou 的頭像
    JosephChou

    Joseph A-Sa-BLue

    JosephChou 發表在 痞客邦 留言(0) 人氣()