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 | Static Attribute | Private | Object reference (TYPE REF TO) | /MRSS/IF_SGE_ROUTING | Processing Travel Times | 20110106 | |||
| 2 | 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 | Instance method | Protected | Method | Provides Duration for Distance | 20071214 | |
| 2 | Static method | Public | Method | Get Instance of Class | 20071207 | |
| 3 | Static method | Public | Method | Reinitialize PLB Profile-Dependent Attributes | 20080509 | |
| 4 | 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 | IS_TRAVEL_PROFILE | Call by reference | Type reference (TYPE) | /MRSS/T_RES_TRAVEL_PROFILE | Ressource Reise-Profil | 20071214 | |||
| 2 | IV_AVERAGE_SPEED | Call by reference | Type reference (TYPE) | /MRSS/T_TRV_AV_SPEED | Durchschnittliches Reisetempo des Reisetyps | 20110106 | |||
| 3 | IV_AVERAGE_SPEED_UNIT | Call by reference | Type reference (TYPE) | /MRSS/T_TRV_AV_SPEED_UNIT | Einheit des Reisetempos | 20110106 | |||
| 4 | IV_DISTANCE | Call by reference | Type reference (TYPE) | /MRSS/T_GEO_DISTANCE | Dauer für die Anreise der Ressource | 20071214 | |||
| 5 | IV_USE_INHOUSE_PROFILE | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Use INHOUSE profile for travel time calculation | 20131205 | |||
| 6 | 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 | IV_FORCE_MANUAL_ROUTING | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolesche Variable | 20110106 | |||
| 2 | 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 | 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 | ES_ASSIGNMENT | Call by reference | Type reference (TYPE) | /MRSS/T_ASS_WRK | Work Structure for Assignment Operations | 20080429 | |||
| 2 | ET_CHANGED_ASSIGNMENTS | Call by reference | Type reference (TYPE) | /MRSS/T_ASS_WRK_TAB | Table with Assignments | 20080429 | |||
| 3 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /MRSS/T_MESSAGE_TAB | Message Table | 20080429 | |||
| 4 | EV_FAILED | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20080429 | |||
| 5 | IS_ASSIGNMENT | Call by reference | Type reference (TYPE) | /MRSS/T_ASS_WRK | Work Structure for Assignment Operations | 20080429 | |||
| 6 | IS_ASSIGNMENT_PRED | Call by reference | Type reference (TYPE) | /MRSS/T_ASS_WRK | Work Structure for Assignment Operations | 20080429 | |||
| 7 | IS_ASSIGNMENT_SUCC | Call by reference | Type reference (TYPE) | /MRSS/T_ASS_WRK | Work Structure for Assignment Operations | 20080429 | |||
| 8 | IS_PLANNING_HORIZON | Call by reference | Type reference (TYPE) | /MRSS/T_TIMESTAMP_INTERVAL | Time Interval | 20080429 | |||
| 9 | IT_TO_BE_CHANGED_ASSIGNMENTS | Call by reference | Type reference (TYPE) | /MRSS/T_ASS_WRK_TAB | To be changed assignments | 20080507 | |||
| 10 | IV_DISTANCE_FROM | Call by reference | Type reference (TYPE) | /MRSS/T_GEO_DISTANCE | Distance of Resource from Usage Site | 20080429 | |||
| 11 | IV_DISTANCE_TO | Call by reference | Type reference (TYPE) | /MRSS/T_GEO_DISTANCE | Distance of Resource from Usage Site | 20080429 | |||
| 12 | IV_DURATION_FROM | Call by reference | Type reference (TYPE) | /MRSS/T_GEO_TIME | Duration of Resource Journey | 20080429 | |||
| 13 | IV_DURATION_TO | Call by reference | Type reference (TYPE) | /MRSS/T_GEO_TIME | Duration of Resource Journey | 20080429 | |||
| 14 | IV_END_AT_HOME | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Does the resource end at home ? | 20080429 | |||
| 15 | IV_START_FROM_HOME | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Does the resource start from home ? | 20080429 | |||
| 16 | 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 |