Mileage

Mileage

Business context

The travel cost of the technician to the customer repair site needs to be recorded by the technician.  Submission of distance (mileage) and duration of travel is required by the technician.

Figure 48 Typical process for mileage submission from FSM to SAP VSS order

Functionality

Within FSM, the standard T&M submission supports mileage entry for both the distance and duration.  This is recorded as one single transfer per submission of mileage to the SAP VSS backend.  SAP VSS-FSM connector will perform the split of the travel duration and distance as separate item position within the order.  Example below shows an entry for a mileage entry from SAP FSM windows mobile client.

Figure 49 Mileage submission from FSM Windows mobile client

From here, an inbound IDoc for mileage is triggered from SAP FSM to SAP VSS.

Figure 50 Inbound IDoc for mileage entered from SAP FSM Windows mobile client

The following information master data is read to create item positions within the SAP VSS order.

  • Item position for travel duration picks up the material number from “/DBE/FSM_MIMA - General Master Data”

Figure 51 Mileage general master data indicating which material number to use.

Note: Material number used here is type DIEN (Service).

  • For mileage object, the activity type to be used are found in “/DBE/FSM_LCM_TSP - Time Split determination” under criteria table /DBE/FSM_TSP03.

Figure 52 Mileage object activity type determination
  • For the labour number (LV) to use for creating the item position of mileage travel duration, we look at “/DBE/FSM_LCM_LVA - Labor Value determination (Travel Time)” under the criteria table “/DBE/FSM_LVA03” where the default LV no. to use is ‘900001’

Figure 53 Mileage LV no. determination
  • Next, to find the item category for creating the item position from “/DBE/FSM_LCM_LVI - Item Category determination (Travel Time)” under the table “/DBE/FSM_LV2”.

Figure 54 Item category determination for mileage activity type

Finally, as can be seen in the SAP VSS order itself, two(2) item position was created for travel duration and travel distance.

Figure 55 SAP VSS order showing the two item position created for mileage submission from SAP FSM.

 

Related content