Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Travel time related to Activity (Travel time to and Travel time from in minutes) can be calculated either by AI or BR or can be manually entered while updating Activity details in FSM.

The data exchange for the following fields is enabled:

  • travelTimeFromInMinutes (Integer, Optional) - Travel time (in minutes) from the customer site. 

  • travelTimeToInMinutes (Integer, Optional) - Travel time (in minutes) to the customer site. 

Currently the fields were added and are saved in the database (in table /PACG/ECM_ACTI) but they cannot be updated in SAP. At some pint they will be added to E4C Activity transactions: /PACG/ECM_ACTI_VC01, /PACG/ECM_ACTI_VC02 and /PACG/ECM_ACTI_VC013 but this is subject to future development.

After manually updating the travel time in FSM, assigning and releasing the activity, the relevant information is transferred to SAP.

Inbound IDoc structure /PACG/ECM_ITYPE_ACTIVITY_IN includes two new fields: travelTimeFromInMinutes and travelTimeToInMinutes in segment /PACG/ECM_IS_ACTIVITY2

Outbound IDoc structure /PACG/ECM_ITYPE_ACTIVITY_OUT has been extended by adding two new fields in segment /PACG/ECM_IS_ACTIVITY2

In table: /PACG/ECM_ACTI two fields has been added and filled with relevant information: 

  • TRAVELTIMEFROM 

  • TRAVELTIMETO 

  • No labels