SAP ABAP Class /MRSS/CL_OPT_ABSTRACT_ROUTE (Route and Distance Calculation)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/OPT (Package) Multi Resource Scheduling: Optimizer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGE_ROUTING Processing Travel Times 20070807
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /MRSS/CL_OPT_BADI_ROUTING Manual Route and Distance Calculation 20070807
2 Inheritance (c INHERITING FROM c_ref)  /MRSS/CL_OPT_GIS_ROUTING GIS-Based Route and Distance Calculation 20050720
3 Inheritance (c INHERITING FROM c_ref)  /MRSS/CL_OPT_MANUAL_ROUTING Manual Route and Distance Calculation 20050720
Properties
Class /MRSS/CL_OPT_ABSTRACT_ROUTE  
Short Description Route and Distance Calculation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/OPT   Multi Resource Scheduling: Optimizer 
Created 20050720   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_OPT_ABSTRACT_ROUTE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_SGE_ROUTING Processing Travel Times 20070807
Friends
Class /MRSS/CL_OPT_ABSTRACT_ROUTE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_IF_MANUAL_ROUTING Static Attribute Private Object reference (TYPE REF TO) /MRSS/IF_SGE_ROUTING Processing Travel Times 20110106
2 GREF_IF_ROUTING Static Attribute Private Object reference (TYPE REF TO) /MRSS/IF_SGE_ROUTING Route and Distance Calculation 20071207
Methods
# Method Level Visibility Method type Description Created on
1 GET_DURATION Instance method Protected Method Provides Duration for Distance 20071214
2 GET_INSTANCE Static method Public Method Get Instance of Class 20071207
3 REINITIALIZE Static method Public Method Reinitialize PLB Profile-Dependent Attributes 20080509
4 UPDATE_ASSIGNMENTS_TRAVEL_TIME Instance method Private Method Update the Travel Time of the Assignments 20080429
Events
Class /MRSS/CL_OPT_ABSTRACT_ROUTE has no event.
Types
Class /MRSS/CL_OPT_ABSTRACT_ROUTE has no local type.
Method Signatures

Method GET_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TRAVEL_PROFILE Call by reference Type reference (TYPE) /MRSS/T_RES_TRAVEL_PROFILE Ressource Reise-Profil 20071214
2 Importing IV_AVERAGE_SPEED Call by reference Type reference (TYPE) /MRSS/T_TRV_AV_SPEED Durchschnittliches Reisetempo des Reisetyps 20110106
3 Importing IV_AVERAGE_SPEED_UNIT Call by reference Type reference (TYPE) /MRSS/T_TRV_AV_SPEED_UNIT Einheit des Reisetempos 20110106
4 Importing IV_DISTANCE Call by reference Type reference (TYPE) /MRSS/T_GEO_DISTANCE Dauer für die Anreise der Ressource 20071214
5 Importing IV_USE_INHOUSE_PROFILE Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Use INHOUSE profile for travel time calculation 20131205
6 Returning RV_DURATION Value transfer Type reference (TYPE) /MRSS/T_TRV_DURATION Distanz der Ressource zum Einsatzort 20071214

Method GET_DURATION on class /MRSS/CL_OPT_ABSTRACT_ROUTE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE_MANUAL_ROUTING Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20110106
2 Returning RREF_IF_ROUTING Value transfer Object reference (TYPE REF TO) /MRSS/IF_SGE_ROUTING Behandlung von Reisezeiten 20071207

Method GET_INSTANCE on class /MRSS/CL_OPT_ABSTRACT_ROUTE has no exception.

Method REINITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RREF_IF_ROUTING Value transfer Object reference (TYPE REF TO) /MRSS/IF_SGE_ROUTING Behandlung von Reisezeiten 20080509

Method REINITIALIZE on class /MRSS/CL_OPT_ABSTRACT_ROUTE has no exception.

Method UPDATE_ASSIGNMENTS_TRAVEL_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_ASS_WRK Work Structure for Assignment Operations 20080429
2 Exporting ET_CHANGED_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASS_WRK_TAB Table with Assignments 20080429
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20080429
4 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20080429
5 Importing IS_ASSIGNMENT Call by reference Type reference (TYPE) /MRSS/T_ASS_WRK Work Structure for Assignment Operations 20080429
6 Importing IS_ASSIGNMENT_PRED Call by reference Type reference (TYPE) /MRSS/T_ASS_WRK Work Structure for Assignment Operations 20080429
7 Importing IS_ASSIGNMENT_SUCC Call by reference Type reference (TYPE) /MRSS/T_ASS_WRK Work Structure for Assignment Operations 20080429
8 Importing IS_PLANNING_HORIZON Call by reference Type reference (TYPE) /MRSS/T_TIMESTAMP_INTERVAL Time Interval 20080429
9 Importing IT_TO_BE_CHANGED_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASS_WRK_TAB To be changed assignments 20080507
10 Importing IV_DISTANCE_FROM Call by reference Type reference (TYPE) /MRSS/T_GEO_DISTANCE Distance of Resource from Usage Site 20080429
11 Importing IV_DISTANCE_TO Call by reference Type reference (TYPE) /MRSS/T_GEO_DISTANCE Distance of Resource from Usage Site 20080429
12 Importing IV_DURATION_FROM Call by reference Type reference (TYPE) /MRSS/T_GEO_TIME Duration of Resource Journey 20080429
13 Importing IV_DURATION_TO Call by reference Type reference (TYPE) /MRSS/T_GEO_TIME Duration of Resource Journey 20080429
14 Importing IV_END_AT_HOME Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Does the resource end at home ? 20080429
15 Importing IV_START_FROM_HOME Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Does the resource start from home ? 20080429
16 Importing IV_TRAVEL_PROFILE Call by reference Type reference (TYPE) /MRSS/T_TRV_PROFILE_KEY Travel-type profile key 20080429

Method UPDATE_ASSIGNMENTS_TRAVEL_TIME on class /MRSS/CL_OPT_ABSTRACT_ROUTE has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 401