Symptom
'Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.'
- An alert, warning, or error message should be displayed when an employee has not recorded any working hours (0 hours) for a particular day.
- Users should receive an alert indicating that no working hours have been recorded for a particular day in the employee's timesheet.
- Alert or warning or error message when employee did not record times for a day.
Environment
SAP SuccessFactors Time Tracking
Reproducing the Issue
Resolution
The scenario described below is provided as an example to demonstrate how to meet the specified requirements. This can be used as a reference for understanding the implementation approach and is not intended as a production-ready solution. The example requires rigorous testing before deployment.
- The requirement can be handled as per below time valuations:
- First time valuation e.g. SP_AggregateCoreTime, aggregates the working times and absences into an above TTG (time type group) say SP_Att_Abs (shown below)
- Next, the time valuation SP_DIF_SWT_CoreTime (example), take the input as scheduled working time and brings the difference of SWT and recorded times (including absences) into another above TTG which is SP_Difference (SP_Difference).
- The third time valuation SP_CHECKEMPTYDAY compare threshold with input groups and count Events, using the difference came via last time valuation and count one day as the event where there is no recording present and puts into below TTG i.e. SP_EmptyDayCOUNTER.
- Now the final time valuation SP_Alert and Error, raises the alert / warning / error as required.
- You can verify the same by checking the time sheet of the employee, which looks like below
See Also
Keywords
time sheet alert, recorded equals zero, time valuation, comparison group, threshold group, scheduled working time, alert configuration, time tracking, valuation method , KBA , LOD-SF-TTR-TMS , Time Sheet , Problem
SAP Knowledge Base Article - Public