SAP ABAP Class /MRSS/CL_SGX_GANTT_UTILS (Comprehensive Functionalities)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   CA-MRS (Application Component) SAP Multiresource Scheduling
     /MRSS/SGX (Package) MRS Planning Board Extended Web Interface
Properties
Class /MRSS/CL_SGX_GANTT_UTILS  
Short Description Comprehensive Functionalities    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGX   MRS Planning Board Extended Web Interface 
Created 20091019   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGX_GANTT_UTILS has no forward declaration.
Interfaces
Class /MRSS/CL_SGX_GANTT_UTILS has no interface implemented.
Friends
Class /MRSS/CL_SGX_GANTT_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_NODE_TYP_ASSIGNMENT Constant Public Type reference (TYPE) /MRSS/T_SGX_NODETYP 'A' Constant for the Assignment Type of Node 20091019
2 GC_NODE_TYP_COLLISION Constant Public Type reference (TYPE) /MRSS/T_SGX_NODETYP 'C' Constant for the Collision Type of Node 20130611
3 GC_NODE_TYP_COLLISION_DEM Constant Public Type reference (TYPE) /MRSS/T_SGX_NODETYP 'E' Constant for the Demand Collision Type of Node 20130628
4 GC_NODE_TYP_DEMAND Constant Public Type reference (TYPE) /MRSS/T_SGX_ROWTYP 'O' Typ einer Zeile im Gantt Chart 20130319
5 GC_NODE_TYP_DRAFT Constant Public Type reference (TYPE) /MRSS/T_SGX_NODETYP 'D' Constant for the Draft Type of Node 20091019
6 GC_NODE_TYP_LINK Constant Public Type reference (TYPE) /MRSS/T_SGX_NODETYP 'L' Typ eines Knotens 20130502
7 GC_NODE_TYP_TEAM_LINK Constant Public Type reference (TYPE) /MRSS/T_SGX_NODETYP 'T' Node Type 20130615
8 GC_NODE_TYP_TIMESPEC Constant Public Type reference (TYPE) /MRSS/T_SGX_NODETYP 'S' Node Type 20091118
9 GC_NODE_TYP_UNAVAIL Constant Public Type reference (TYPE) /MRSS/T_SGX_NODETYP 'B' Constant for the Unavailability Type of Node 20091020
10 GC_NOT_VALID Constant Public Type reference (TYPE) /MRSS/T_SGE_AVAIL_TYPE 'V' Availability Type 20130423
11 GC_ROW_TYP_CAPA Constant Public Type reference (TYPE) /MRSS/T_SGX_ROWTYP 'K' Constant for the Standard Type of Line 20091019
12 GC_ROW_TYP_DRAFT Constant Public Type reference (TYPE) /MRSS/T_SGX_ROWTYP 'D' Type of Line in Gantt Chart 20091111
13 GC_ROW_TYP_STD Constant Public Type reference (TYPE) /MRSS/T_SGX_ROWTYP 'S' Constant for the Standard Type of Line 20091019
14 GC_ROW_TYP_TEAM Constant Public Type reference (TYPE) /MRSS/T_SGX_ROWTYP 'M' Konstante für den Zeilentyp Standart. 20130604
15 GC_ROW_TYP_TIMEDATA Constant Public Type reference (TYPE) /MRSS/T_SGX_ROWTYP 'T' Constant for the Standard Type of Line 20091019
16 GC_ROW_TYP_TOOL Constant Public Type reference (TYPE) /MRSS/T_SGX_ROWTYP 'P' Konstante für den Zeilentyp Standart. 20130502
17 GC_ROW_TYP_WRONG Constant Public Type reference (TYPE) /MRSS/T_SGX_ROWTYP 'W' Type of Line in Gantt Chart 20091118
Methods
# Method Level Visibility Method type Description Created on
1 DECODE_NODE_ID Static method Public Method Decodes a Node ID Into Its Individual Components 20091020
2 DECODE_ROW_ID Static method Public Method Decodes a Line ID Into Its Individual Components 20091020
3 DECODE_TIMESTAMP Static method Public Method Decodes a Time Stamp 20091021
4 GENERATE_NODE_ID Static method Public Method Generates a Node ID 20091019
5 GENERATE_ROW_ID Static method Public Method Generates a Row ID 20091019
6 GENERATE_TIMESTAMP Static method Public Method Generates a Time Stamp 20091019
7 GENERATE_TIMESTAMP_ADV Static method Public Method Method of Generating an Extended Time Stamp 20091021
Events
Class /MRSS/CL_SGX_GANTT_UTILS has no event.
Types
Class /MRSS/CL_SGX_GANTT_UTILS has no local type.
Method Signatures

Method DECODE_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20091020
2 Exporting EV_NODE_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGX_NODETYP Typ eines Knotens 20091020
3 Exporting EV_NUM Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20091020
4 Importing IV_NODE_ID Call by reference Type reference (TYPE) /MRSS/T_SGX_NODE_ID Identifiziert einen Knoten im JGantt Chart eindeutig. 20091020

Method DECODE_NODE_ID on class /MRSS/CL_SGX_GANTT_UTILS has no exception.

Method DECODE_ROW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB GUID 20130408
2 Exporting EV_ROW_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGX_ROWTYP Typ einer Zeile im Gantt Chart 20091020
3 Importing IV_ROW_ID Call by reference Type reference (TYPE) /MRSS/T_SGX_ROW_ID Identifiziert eine Zeile im JGantt eindeutig. 20091020

Method DECODE_ROW_ID on class /MRSS/CL_SGX_GANTT_UTILS has no exception.

Method DECODE_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DAT Call by reference Type reference (TYPE) SYDATS DATE (8-stelig) fuer SYST 20091021
2 Exporting EV_DAT_2 Call by reference Type reference (TYPE) SYDATS DATE (8-stelig) fuer SYST 20091116
3 Exporting EV_TIME Call by reference Type reference (TYPE) SYTIME TIME-Datenelement fuer SYST 20091021
4 Exporting EV_TIME_2 Call by reference Type reference (TYPE) SYTIME TIME-Datenelement fuer SYST 20091116
5 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) /MRSS/T_SGX_TIMESTAMP Zeitpunkt in Form eines Zeitstempels. 20091021
6 Importing IV_TIMESTAMP_2 Call by reference Type reference (TYPE) /MRSS/T_SGX_TIMESTAMP Zeitpunkt in Form eines Zeitstempels. 20091116

Method DECODE_TIMESTAMP on class /MRSS/CL_SGX_GANTT_UTILS has no exception.

Method GENERATE_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID Eine Guid 20091019
2 Importing IV_NUM Call by reference Type reference (TYPE) INT4 Nummerische Identifikation 20091019
3 Importing IV_STRING Call by reference Type reference (TYPE) STRING String Parameter 20091019
4 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGX_NODETYP Typ eines Knotens 20091019
5 Returning RV_NODE_ID Value transfer Type reference (TYPE) /MRSS/T_SGX_NODE_ID Identifiziert einen Knoten im JGantt Chart eindeutig. 20091019

Method GENERATE_NODE_ID on class /MRSS/CL_SGX_GANTT_UTILS has no exception.

Method GENERATE_ROW_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20091019
2 Importing IV_TYPE Call by reference Type reference (TYPE) /MRSS/T_SGX_ROWTYP Typ einer Zeile im Gantt Chart 20091019
3 Returning RV_ROW_ID Value transfer Type reference (TYPE) /MRSS/T_SGX_ROW_ID Identifiziert eine Zeile im JGantt eindeutig. 20091019

Method GENERATE_ROW_ID on class /MRSS/CL_SGX_GANTT_UTILS has no exception.

Method GENERATE_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DAT Call by reference Type reference (TYPE) SYDATS Datum 20091019
2 Importing IV_TIME Call by reference Type reference (TYPE) SYTIME Uhrzeit 20091019
3 Returning RV_TIMESTAMP Value transfer Type reference (TYPE) /MRSS/T_SGX_TIMESTAMP Start Zeitpunkt in Form eines Zeitstempels. 20091019

Method GENERATE_TIMESTAMP on class /MRSS/CL_SGX_GANTT_UTILS has no exception.

Method GENERATE_TIMESTAMP_ADV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BEG_TIMESTAMP Call by reference Type reference (TYPE) /MRSS/T_SGX_TIMESTAMP Zeitpunkt in Form eines Zeitstempels. 20091021
2 Exporting EV_END_TIMESTAMP Call by reference Type reference (TYPE) /MRSS/T_SGX_TIMESTAMP Zeitpunkt in Form eines Zeitstempels. 20091021
3 Importing IV_BEG_DAT Call by reference Type reference (TYPE) SYDATS DATE (8-stelig) fuer SYST 20091021
4 Importing IV_BEG_TIME Call by reference Type reference (TYPE) SYTIME TIME-Datenelement fuer SYST 20091021
5 Importing IV_END_DAT Call by reference Type reference (TYPE) SYDATS DATE (8-stelig) fuer SYST 20091021
6 Importing IV_END_TIME Call by reference Type reference (TYPE) SYTIME TIME-Datenelement fuer SYST 20091021

Method GENERATE_TIMESTAMP_ADV on class /MRSS/CL_SGX_GANTT_UTILS has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 700