SAP ABAP Class /MRSS/CL_SGU_IL_MAP (GIS integration layer)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
PM-WOC-MO (Application Component) Maintenance Orders
⤷
/MRSS/SGU (Package) User Interface for Interactive Planning Board
⤷
⤷
Properties
| Class | /MRSS/CL_SGU_IL_MAP | |
| Short Description | GIS integration layer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /MRSS/SGU | User Interface for Interactive Planning Board |
| Created | 20101112 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /MRSS/CL_SGU_IL_MAP has no forward declaration.
Interfaces
Class /MRSS/CL_SGU_IL_MAP has no interface implemented.
Friends
Class /MRSS/CL_SGU_IL_MAP has no friend class.
Attributes
Class /MRSS/CL_SGU_IL_MAP has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20101112 | |
| 2 | Instance method | Public | Method | Create Assignment | 20110424 | |
| 3 | Instance method | Public | Method | Validate demand on map date | 20120713 | |
| 4 | Instance method | Public | Method | Get the assignments for demand | 20110327 | |
| 5 | Instance method | Public | Method | Get assignments for the resource | 20110405 | |
| 6 | Instance method | Public | Method | Get assignment details | 20110405 | |
| 7 | Instance method | Public | Method | Get Current Resource Geolocation Details | 20110328 | |
| 8 | Instance method | Public | Method | Refresh | 20110326 | |
| 9 | Instance method | Public | Method | Get changed Data | 20110404 | |
| 10 | Instance method | Public | Method | Get Demand Geolocation Data | 20110327 | |
| 11 | Instance method | Public | Method | Get the time period in which map should be shown | 20110326 | |
| 12 | Instance method | Public | Method | Get Resource Details | 20110329 | |
| 13 | Instance method | Public | Method | Get Resource Availability Data | 20120515 | |
| 14 | Instance method | Public | Method | Get Resource Geolocation Data | 20110329 | |
| 15 | Instance method | Public | Method | Check whether the date is in Planning Horizon | 20110401 |
Events
Class /MRSS/CL_SGU_IL_MAP has no event.
Types
Class /MRSS/CL_SGU_IL_MAP has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /MRSS/CL_SGU_IL_MAP has no parameter.
Method CONSTRUCTOR on class /MRSS/CL_SGU_IL_MAP has no exception.
Method CREATE_ASSIGNMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEMAND_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20110424 | |||
| 2 | IV_RESOURCE_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20110424 |
Method CREATE_ASSIGNMENT on class /MRSS/CL_SGU_IL_MAP has no exception.
Method DEMAND_DATE_VALIDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FAILED | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20120713 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20120713 | |||
| 3 | IV_DEMAND_GUID | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20120713 |
Method DEMAND_DATE_VALIDATE on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ASSIGNMENTS | Call by reference | Type reference (TYPE) | /MRSS/T_ASGN_DEM_RES_KEY_TAB | Assignment key along with demand and resource key | 20110327 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20120606 | |||
| 3 | IV_DEMAND_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20110327 |
Method GET_ASSIGNMENTS on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_ASSIGNMENTS_FOR_RESOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ASSIGNMENTS | Call by reference | Type reference (TYPE) | /MRSS/T_ASSIGNMENT_EXT_TAB | Table with Assignment Data for the User Interface | 20110405 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20120711 | |||
| 3 | IV_RESOURCE_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20110405 |
Method GET_ASSIGNMENTS_FOR_RESOURCE on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_ASSIGNMENT_DETAILS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ASSIGNMENT_DETAIL | Call by reference | Type reference (TYPE) | /MRSS/T_ASS_DET_EXT | Details for an Assignment | 20110405 | |||
| 2 | IV_ASSIGNMENT_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20110405 |
Method GET_ASSIGNMENT_DETAILS on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_CURRENT_RES_GEOLOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GEOLOC | Call by reference | Type reference (TYPE) | /MRSS/T_GEOLOC_UI_TAB | Table of Geolocation Data | 20110328 | |||
| 2 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | SY-DATUM | Current Date of Application Server | 20110405 | ||
| 3 | IV_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | SY-UZEIT | Current Time of Application Server | 20110405 |
Method GET_CURRENT_RES_GEOLOC on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ASSIGNMENTS | Call by reference | Type reference (TYPE) | /MRSS/T_ASGN_DEM_RES_KEY_TAB | Table with Assignment Data for the User Interface | 20110326 | |||
| 2 | ET_DEMANDS | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | Table with Demands | 20110326 | |||
| 3 | ET_GEOLOC | Call by reference | Type reference (TYPE) | /MRSS/T_GEOLOC_UI_TAB | Geolocation Data for Demands and Resources | 20110326 | |||
| 4 | ET_RESOURCES | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | Table with Resources for the User Interface | 20110326 | |||
| 5 | IV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20110326 | |||
| 6 | IV_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Current Time of Application Server | 20110326 |
Method GET_DATA on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_DATA_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ASSIGNMENTS | Call by reference | Type reference (TYPE) | /MRSS/T_ASSIGNMENT_EXT_TAB | Table with Assignment Data for the User Interface | 20110404 | |||
| 2 | ET_ASSIGNMENTS_DEL | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | Table with Assignment Data for the User Interface | 20110404 | |||
| 3 | ET_RESOURCES | Call by reference | Type reference (TYPE) | /MRSS/T_RESOURCE_DETAILS_TAB | Resource details | 20110404 | |||
| 4 | ET_WORKLIST | Call by reference | Type reference (TYPE) | /MRSS/T_WORKLIST_EXT_TAB | Table with Worklist Data | 20110404 | |||
| 5 | ET_WORKLIST_DEL | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | List of GUIDs | 20110404 | |||
| 6 | ET_WORKLIST_INS | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_TAB | List of GUIDs | 20110404 |
Method GET_DATA_CHANGE on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_DEMAND_GEOLOC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GEOLOC | Call by reference | Type reference (TYPE) | /MRSS/T_GEOLOC_UI_TAB | Table of Geolocation Data | 20110327 | |||
| 2 | IV_DEMAND_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20110327 |
Method GET_DEMAND_GEOLOC_DATA on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_MAP_TIMEPERIOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20110326 | |||
| 2 | EV_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Current Time of Application Server | 20110326 | |||
| 3 | IV_ASSIGNMENT_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20110405 | |||
| 4 | IV_DEMAND_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20110326 | |||
| 5 | IV_RESOURCE_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20120515 |
Method GET_MAP_TIMEPERIOD on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_RESOURCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESOURCES | Call by reference | Type reference (TYPE) | /MRSS/T_RESOURCE_DATA_TAB | Table with Resources for the User Interface | 20110329 |
Method GET_RESOURCES on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_RESOURCE_AVAIL_START_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Current Time of Application Server | 20120515 | |||
| 2 | IV_BEG_TSTMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20120515 | |||
| 3 | IV_END_TSTMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20120515 | |||
| 4 | IV_RESOURCE_GUID | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20120515 | |||
| 5 | IV_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Time Zone | 20120515 |
Method GET_RESOURCE_AVAIL_START_TIME on class /MRSS/CL_SGU_IL_MAP has no exception.
Method GET_RESOURCE_GEOLOC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GEOLOC | Call by reference | Type reference (TYPE) | /MRSS/T_GEOLOC_UI_TAB | Table of Geolocation Data | 20110329 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /MRSS/T_MESSAGE_TAB | Message Table | 20130830 | |||
| 3 | EV_FAILED | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20130830 | |||
| 4 | EV_NO_GEOLOC_DATA | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Indicates if no geolocation data available | 20110504 | |||
| 5 | IV_RESOURCE_KEY | Call by reference | Type reference (TYPE) | /MRSS/T_GUID_RES | Resource GUID | 20110329 | |||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20110401 |
Method GET_RESOURCE_GEOLOC_DATA on class /MRSS/CL_SGU_IL_MAP has no exception.
Method VALIDATE_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20110401 |
Method VALIDATE_DATE on class /MRSS/CL_SGU_IL_MAP has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 800 |