SAP ABAP Class /MRSS/CL_SGX_GANTT_EVENT (Represents a Gantt Event)
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_EVENT | |
| Short Description | Represents a Gantt Event | |
| 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 | 20091116 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /MRSS/CL_SGX_GANTT_EVENT has no forward declaration.
Interfaces
Class /MRSS/CL_SGX_GANTT_EVENT has no interface implemented.
Friends
Class /MRSS/CL_SGX_GANTT_EVENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | INT4 | 2 | Move Type | 20091116 | ||
| 2 | Constant | Public | Type reference (TYPE) | INT4 | 1 | Resize Type | 20091116 | ||
| 3 | Constant | Public | Type reference (TYPE) | INT4 | 3 | Undecided type | 20130529 | ||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_SGX_MAPPING_MGR | Mapping Manager | 20130604 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LTT_PARAMETERS | List of Parameters | 20091116 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_GUID_RES_TAB | Resource GUID | 20130408 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGX_NODE_ID | Uniquely Identifies a Node in JGantt Chart | 20091116 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGX_ROW_ID | Uniquely Identifies a Row in the JGantt | 20091116 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGX_LAYER_ID | layer ID | 20130618 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_GUID | Linked Guid incase of Link Node | 20130616 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20130819 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20091116 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGX_NODE_ID | Uniquely Identifies a Node in JGantt Chart | 20130912 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | INT4 | Natural Number | 20091117 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGX_NODETYP | Node Type | 20091116 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGX_ROWTYP | Type of Line in Gantt Chart | 20091116 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | INT4 | Event Type | 20091116 | |||
| 18 | Instance attribute | Private | Type reference (TYPE) | INT4 | Validity | 20091117 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20091116 | |
| 2 | Instance method | Public | Method | 20130618 | ||
| 3 | Instance method | Public | Method | Returns linked guid on link node selection | 20130616 | |
| 4 | Instance method | Public | Method | Returns the Node ID | 20091116 | |
| 5 | Instance method | Public | Method | Returns the GUID Node | 20091116 | |
| 6 | Instance method | Public | Method | 20130912 | ||
| 7 | Instance method | Public | Method | Returns the Parameter Node | 20091116 | |
| 8 | Instance method | Public | Method | Returns the Node Type | 20091116 | |
| 9 | Instance method | Public | Method | Returns a Certain Parameter | 20091116 | |
| 10 | Instance method | Public | Method | Returns the resource guid involved in link | 20130819 | |
| 11 | Instance method | Public | Method | Returns the resource type on resource selection | 20130609 | |
| 12 | Instance method | Public | Method | Returns the Line ID | 20091116 | |
| 13 | Instance method | Public | Method | Returns the GUID row | 20091116 | |
| 14 | Instance method | Public | Method | Returns the Line Type | 20091116 | |
| 15 | Instance method | Public | Method | Returns the Time Stamp | 20091118 | |
| 16 | Instance method | Public | Method | Returns the Event Type | 20091116 | |
| 17 | Instance method | Public | Method | Checks Whether the Event Is Valid | 20091117 | |
| 18 | Instance method | Private | Method | Parses a Parameter Variable | 20091116 | |
| 19 | Instance method | Public | Method | 20121206 |
Events
Class /MRSS/CL_SGX_GANTT_EVENT has no event.
Types
Class /MRSS/CL_SGX_GANTT_EVENT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IREF_MAPPING_MGR | Call by reference | Object reference (TYPE REF TO) | /MRSS/CL_SGX_MAPPING_MGR | Mapping Manager | 20130604 | |||
| 2 | IV_NODE | Call by reference | Type reference (TYPE) | STRING | ID des Nodes | 20091116 | |||
| 3 | IV_PARAMETER | Call by reference | Type reference (TYPE) | STRING | Parameter Variable vom Event | 20091116 |
Method CONSTRUCTOR on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_LAYER_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LAYER_ID | Value transfer | Type reference (TYPE) | /MRSS/T_SGX_LAYER_ID | layer ID | 20130618 |
Method GET_LAYER_ID on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_LINKED_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GUID | Value transfer | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20130616 |
Method GET_LINKED_GUID on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NODE | Value transfer | Type reference (TYPE) | /MRSS/T_SGX_NODE_ID | Identifiziert einen Knoten im JGantt Chart eindeutig. | 20091117 |
Method GET_NODE on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_NODE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GUID | Value transfer | Type reference (TYPE) | /MRSS/T_GUID | Guid | 20091117 |
Method GET_NODE_GUID on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_NODE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NODE_ID | Value transfer | Type reference (TYPE) | /MRSS/T_SGX_NODE_ID | Uniquely Identifies a Node in JGantt Chart | 20130912 |
Method GET_NODE_ID on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_NODE_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NODE_PARAM | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20091117 |
Method GET_NODE_PARAM on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_NODE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NODE_TYPE | Value transfer | Type reference (TYPE) | /MRSS/T_SGX_NODETYP | Typ eines Knotens | 20091117 |
Method GET_NODE_TYPE on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20091117 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | 20091117 |
Method GET_PARAMETER on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_RESOURCE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_GUID | Value transfer | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20130819 |
Method GET_RESOURCE_GUID on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_RESOURCE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESOURCE_TYPE | Call by reference | Type reference (TYPE) | /MRSS/T_RESOURCE_TYPE | Type of Resource | 20130609 | |||
| 2 | IV_GUID | Call by reference | Type reference (TYPE) | /MRSS/T_GUID | GUID | 20130609 |
Method GET_RESOURCE_TYPE on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ROW | Value transfer | Type reference (TYPE) | /MRSS/T_SGX_ROW_ID | Identifiziert eine Zeile im JGantt eindeutig. | 20091117 |
Method GET_ROW on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_ROW_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_GUID_RES | Value transfer | Type reference (TYPE) | /MRSS/T_GUID_RES_TAB | Resource GUID | 20130408 |
Method GET_ROW_GUID on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_ROW_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ROW_TYPE | Value transfer | Type reference (TYPE) | /MRSS/T_SGX_ROWTYP | Typ einer Zeile im Gantt Chart | 20091117 |
Method GET_ROW_TYPE on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_TIMESTAMPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TIMESTAMPS | Call by reference | Type reference (TYPE) | /MRSS/T_SGX_TIMESTAMP_TAB | table of timestamps | 20130516 | |||
| 2 | EV_TIMESTAMP_1 | Call by reference | Type reference (TYPE) | /MRSS/T_SGX_TIMESTAMP | Zeitpunkt in Form eines Zeitstempels. | 20091118 | |||
| 3 | EV_TIMESTAMP_2 | Call by reference | Type reference (TYPE) | /MRSS/T_SGX_TIMESTAMP | Zeitpunkt in Form eines Zeitstempels. | 20091118 | |||
| 4 | IV_RETURN_ALL | Call by reference | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolean Variable | 20130516 |
Method GET_TIMESTAMPS on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TYPE | Value transfer | Type reference (TYPE) | INT4 | Typ des Events | 20091117 |
Method GET_TYPE on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method IS_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_VALID | Value transfer | Type reference (TYPE) | /MRSS/T_BOOLEAN | Boolesche Variable | 20091117 |
Method IS_VALID on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method PARSE_PARAMETER_VAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20091116 |
Method PARSE_PARAMETER_VAR on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
Method PARSE_PARAM_TO_ROW_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_NODE | Call by reference | Type reference (TYPE) | STRING | 20121206 | ||||
| 2 | EV_ROW | Call by reference | Type reference (TYPE) | STRING | 20121206 | ||||
| 3 | IV_PARAM | Call by reference | Type reference (TYPE) | STRING | 20121206 |
Method PARSE_PARAM_TO_ROW_NODE on class /MRSS/CL_SGX_GANTT_EVENT has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 700 |