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 CONSTRUCTOR Instance method Public Constructor Constructor 20101112
2 CREATE_ASSIGNMENT Instance method Public Method Create Assignment 20110424
3 DEMAND_DATE_VALIDATE Instance method Public Method Validate demand on map date 20120713
4 GET_ASSIGNMENTS Instance method Public Method Get the assignments for demand 20110327
5 GET_ASSIGNMENTS_FOR_RESOURCE Instance method Public Method Get assignments for the resource 20110405
6 GET_ASSIGNMENT_DETAILS Instance method Public Method Get assignment details 20110405
7 GET_CURRENT_RES_GEOLOC Instance method Public Method Get Current Resource Geolocation Details 20110328
8 GET_DATA Instance method Public Method Refresh 20110326
9 GET_DATA_CHANGE Instance method Public Method Get changed Data 20110404
10 GET_DEMAND_GEOLOC_DATA Instance method Public Method Get Demand Geolocation Data 20110327
11 GET_MAP_TIMEPERIOD Instance method Public Method Get the time period in which map should be shown 20110326
12 GET_RESOURCES Instance method Public Method Get Resource Details 20110329
13 GET_RESOURCE_AVAIL_START_TIME Instance method Public Method Get Resource Availability Data 20120515
14 GET_RESOURCE_GEOLOC_DATA Instance method Public Method Get Resource Geolocation Data 20110329
15 VALIDATE_DATE 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 Importing IV_DEMAND_KEY Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20110424
2 Importing 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 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20120713
2 Importing IV_DATE Call by reference Type reference (TYPE) DATUM Date 20120713
3 Importing 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 Exporting 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 Importing IV_DATE Call by reference Type reference (TYPE) DATUM Date 20120606
3 Importing 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 Exporting ET_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASSIGNMENT_EXT_TAB Table with Assignment Data for the User Interface 20110405
2 Importing IV_DATE Call by reference Type reference (TYPE) DATUM Date 20120711
3 Importing 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 Exporting ES_ASSIGNMENT_DETAIL Call by reference Type reference (TYPE) /MRSS/T_ASS_DET_EXT Details for an Assignment 20110405
2 Importing 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 Exporting ET_GEOLOC Call by reference Type reference (TYPE) /MRSS/T_GEOLOC_UI_TAB Table of Geolocation Data 20110328
2 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM SY-DATUM Current Date of Application Server 20110405
3 Importing 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 Exporting 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 Exporting ET_DEMANDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB Table with Demands 20110326
3 Exporting ET_GEOLOC Call by reference Type reference (TYPE) /MRSS/T_GEOLOC_UI_TAB Geolocation Data for Demands and Resources 20110326
4 Exporting ET_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB Table with Resources for the User Interface 20110326
5 Importing IV_DATE Call by reference Type reference (TYPE) SYDATUM Current Date of Application Server 20110326
6 Importing 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 Exporting ET_ASSIGNMENTS Call by reference Type reference (TYPE) /MRSS/T_ASSIGNMENT_EXT_TAB Table with Assignment Data for the User Interface 20110404
2 Exporting ET_ASSIGNMENTS_DEL Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB Table with Assignment Data for the User Interface 20110404
3 Exporting ET_RESOURCES Call by reference Type reference (TYPE) /MRSS/T_RESOURCE_DETAILS_TAB Resource details 20110404
4 Exporting ET_WORKLIST Call by reference Type reference (TYPE) /MRSS/T_WORKLIST_EXT_TAB Table with Worklist Data 20110404
5 Exporting ET_WORKLIST_DEL Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20110404
6 Exporting 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 Exporting ET_GEOLOC Call by reference Type reference (TYPE) /MRSS/T_GEOLOC_UI_TAB Table of Geolocation Data 20110327
2 Importing 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 Exporting EV_DATE Call by reference Type reference (TYPE) SYDATUM Current Date of Application Server 20110326
2 Exporting EV_TIME Call by reference Type reference (TYPE) SYUZEIT Current Time of Application Server 20110326
3 Importing IV_ASSIGNMENT_KEY Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20110405
4 Importing IV_DEMAND_KEY Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20110326
5 Importing 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 Exporting 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 Exporting EV_TIME Call by reference Type reference (TYPE) SYUZEIT Current Time of Application Server 20120515
2 Importing IV_BEG_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20120515
3 Importing IV_END_TSTMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20120515
4 Importing IV_RESOURCE_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20120515
5 Importing 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 Exporting ET_GEOLOC Call by reference Type reference (TYPE) /MRSS/T_GEOLOC_UI_TAB Table of Geolocation Data 20110329
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /MRSS/T_MESSAGE_TAB Message Table 20130830
3 Exporting EV_FAILED Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20130830
4 Exporting EV_NO_GEOLOC_DATA Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Indicates if no geolocation data available 20110504
5 Importing IV_RESOURCE_KEY Call by reference Type reference (TYPE) /MRSS/T_GUID_RES Resource GUID 20110329
6 Importing 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 Changing 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