Time effort

Time effort

Business context

The work time effort of the technician on field service needs to be recorded as part of the service/repair cost of labour.

Figure 56 Typical process for time effort submission from FSM to SAP VSS order

Functionality

Submission of technician time effort (work hours) from SAP FSM to create item position within SAP VSS order.  As time effort charges could be based on duration of work or based on time of the day/night, lean condition management in SAP VSS-FSM connector supports the correct posting of time effort per technician.

Example 1 of 2 (Duration based split)

In this first example, we have 10 hours worked by the technician.

Figure 57 Time effort submission by technician from SAP FSM Windows mobile client

On submission of the time effort from SAP FSM, we have the following inbound IDoc from SAP FSM.

Figure 58 Inbound IDoc for Time effort submission from SAP FSM Windows mobile client

Note: Technician is located in UTC+8 and time recording from the cloud is using UTC, hence ‘Z’ at the end of the time.  CATS timesheet entry will be adjusted according to the geographical time zone.

To create the item position the program needs to know first, the item category for the activity type for labour.  It gets it from the lean table condition “/DBE/FSM_LVI2” from transaction “/DBE/FSM_LCM_LVI - Item category determination” like as shown below.

Figure 59 Lean condition for determining the item category for labour

Then, the program needs to check in lean conditions “/DBE/FSM_LVA04” or “/DBE/FSM_LVA03” (in our example) from transaction “/DBE/FSM_LCM_LVA - Labor value determination” for the correct LV No. to use when creating the item position for labour.

Figure 60 Lean condition for determining the labour number (LV no.)

Next, the splitting condition matches, then the split will be done according to the lean condition stipulated below from transaction “/DBE/FSM_LCM_TSP - Time Split determination”.

Figure 61 Lean condition for determining time splitting condition

Note: Lean condition (criteria tables) that are logically valid for labour are “/DBE/FSM_TSP01”, “/DBE/FSM_TSP02” and “/DBE/FSM_TSP99”.

Below is the final result of the example for time effort submission for 10 hours.

Figure 62 Item positions created for standard hours and overtime hours
Example 2 of 2 (Time based split)

In the second example, we first have the settings for the splitting condition like below from transaction “/DBE/FSM_LCM_TSP - Time Split determination” that is set to time based instead of duration.

Figure 63 Lean table setting indicating time split based on time of day

Now, when we submit the time effort from SAP FSM mobile client for work time from 06:00 to 10:00, the time will be split between over time from 06:00 to 08:00 and then standard hours from 08:00 to 10:00.

Figure 64 Time effort entry from SAP FSM Windows mobile client

As seen in the final outcome of the SAP VSS order, two(2) item positions were created, 2 hours for standard and 2 hours for overtime as expected.

Figure 65 Time effort (time based) splitting based on time submission from SAP FSM

 

Related content