SAP ABAP Class /MRSS/CL_SGW_UI_ORG_TREE (HR Organization Structure in tree format)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
PM-WOC (Application Component) Maintenance Processing
⤷
/MRSS/SGW (Package) MRS Planning Board Web Interface

⤷

⤷

Properties
Class | /MRSS/CL_SGW_UI_ORG_TREE | |
Short Description | HR Organization Structure in tree format | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /MRSS/SGW | MRS Planning Board Web Interface |
Created | 20080521 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /MRSS/CL_SGW_UI_ORG_TREE has no forward declaration.
Interfaces
Class /MRSS/CL_SGW_UI_ORG_TREE has no interface implemented.
Friends
Class /MRSS/CL_SGW_UI_ORG_TREE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 'TREE_NODE' | Node for Tree | 20090811 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | OTYPE | '9O' | Object Type | 20090811 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 'TREE_NODE_REC' | Recursive Node for Tree | 20090811 | |
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Table Type for Tree Data | 20090811 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_SGW_UI_ORG_TREE | HR Organization Structure in tree format | 20080521 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_SGW_ORG_OBJECT | Organization Objects | 20090817 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_SGW_UI_ORG_TREEDATA | Data Model Organizational Structure | 20080613 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGW_OBJECT | Object Attributes | 20090818 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGW_ORG_OBJECT_TAB | Table Type for Organization Objects | 20080524 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /MRSS/T_SGW_TREEDATA_TAB | Table Type for Tree Data | 20080613 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DATUM | Date | 20080522 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DATUM | Date | 20080522 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Build the Hierarchy for a random select Object | 20081118 |
2 | ![]() |
Instance method | Public | Method | Build the UI (tree) | 20090811 |
3 | ![]() |
Instance method | Public | Constructor | 20090817 | |
4 | ![]() |
Instance method | Private | Method | Tree: Create Context Element for Context Node | 20080615 |
5 | ![]() |
Instance method | Private | Method | Tree: Create Context Node | 20090811 |
6 | ![]() |
Instance method | Public | Destructor | DESTRUCTOR | 20081126 |
7 | ![]() |
Instance method | Private | Method | Get the Child nodes | 20080615 |
8 | ![]() |
Instance method | Private | Method | Tree: Return Context Node Name | 20080521 |
9 | ![]() |
Instance method | Public | Method | Get Object Reference from Object Id | 20080901 |
10 | ![]() |
Instance method | Public | Method | Get output from the Context Data | 20090811 |
11 | ![]() |
Instance method | Public | Method | Retrieve Root Node of the tree | 20080522 |
12 | ![]() |
Instance method | Private | Method | Tree: Get Context Element for Tree Node | 20080613 |
13 | ![]() |
Instance method | Public | Method | Load the Organization Hierarchy tree | 20080521 |
14 | ![]() |
Instance method | Public | Method | Tree: Mapping Using Back-End Data: Context Attributes | 20080615 |
15 | ![]() |
Instance method | Public | Method | Clear the Global Data | 20081126 |
16 | ![]() |
Instance method | Private | Method | Tree: Retrieve data in back-end | 20080521 |
17 | ![]() |
Instance method | Private | Method | Tree: Find Context Element Using ID (1) | 20080615 |
18 | ![]() |
Instance method | Private | Method | Search | 20080613 |
19 | ![]() |
Instance method | Public | Method | Store Object Attributes | 20081119 |
20 | ![]() |
Instance method | Public | Method | Transfer Changes | 20080524 |
Events
Class /MRSS/CL_SGW_UI_ORG_TREE has no event.
Types
Class /MRSS/CL_SGW_UI_ORG_TREE has no local type.
Method Signatures
Method BUILD_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NODE | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_TREENODE | Structure for Nodes in Tree | 20081118 | ||
2 | ![]() |
ET_PARENTS | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_TREENODE_TAB | Structure for Nodes in Tree | 20081119 | ||
3 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_ORG_DATA | Organization Unit Data | 20081118 |
Method BUILD_HIERARCHY on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method BUILD_UI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IREF_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090811 | ||
2 | ![]() |
IREF_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20090811 |
Method BUILD_UI on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /MRSS/CL_SGW_UI_ORG_TREE has no parameter.
Method CONSTRUCTOR on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method CREATE_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IREF_CLASS | Call by reference | Object reference (TYPE REF TO) | OBJECT | HR Organization Structure in tree format | 20080615 | ||
2 | ![]() |
IREF_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080615 | ||
3 | ![]() |
IV_CHILD_NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20080615 | |||
4 | ![]() |
RREF_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080615 |
Method CREATE_ELEMENT on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method CREATE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IREF_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090811 |
Method CREATE_NODE on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method DESTRUCTOR Signature
Method DESTRUCTOR on class /MRSS/CL_SGW_UI_ORG_TREE has no parameter.
Method DESTRUCTOR on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method GET_CHILD_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EREF_TREE_NODES | Call by reference | Object reference (TYPE REF TO) | DATA | Table for Nodes in Tree | 20090811 | ||
2 | ![]() |
IV_NODE_ID | Call by reference | Type reference (TYPE) | STRING | Node Identification | 20080615 |
Method GET_CHILD_NODES on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method GET_CONTEXT_NODE_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_NAME_TABLE | Call by reference | Type reference (TYPE) | STRING | 20080521 | |||
2 | ![]() |
EV_NAME_TREE_NODE | Call by reference | Type reference (TYPE) | STRING | 20080521 | |||
3 | ![]() |
EV_NAME_TREE_NODE_REC | Call by reference | Type reference (TYPE) | STRING | 20080521 | |||
4 | ![]() |
EV_NAME_WCRD | Call by reference | Type reference (TYPE) | STRING | 20080521 | |||
5 | ![]() |
IREF_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080521 |
Method GET_CONTEXT_NODE_NAMES on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method GET_NODE_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_NODE | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_TREENODE | Structure for Nodes in Tree | 20080901 | ||
2 | ![]() |
ET_PARENTS | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_TREENODE_TAB | Structure for Nodes in Tree | 20081119 | ||
3 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_ORG_DATA | Object ID | 20081119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Reference not found | 20080901 |
Method GET_OUTPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DESC | Call by reference | Type reference (TYPE) | STRING | 20090811 | |||
2 | ![]() |
EV_OBJ_ID | Call by reference | Type reference (TYPE) | STRING | 20090811 | |||
3 | ![]() |
EV_OTYPE | Call by reference | Type reference (TYPE) | OTYPE | Object Type | 20090811 | ||
4 | ![]() |
IREF_CTX_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20090811 |
Method GET_OUTPUT on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method GET_ROOT_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EREF_TREE_NODES | Call by reference | Object reference (TYPE REF TO) | DATA | Table for Nodes in Tree | 20090811 |
Method GET_ROOT_NODES on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method GET_TREE_RELATED_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IREF_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080613 | ||
2 | ![]() |
IV_NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20080613 | |||
3 | ![]() |
RREF_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080613 |
Method GET_TREE_RELATED_ELEMENT on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method LOAD_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EREF_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Returns the node associated with the | 20081119 | ||
2 | ![]() |
EREF_SHOW_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20090811 | ||
3 | ![]() |
IREF_CLASS | Call by reference | Object reference (TYPE REF TO) | OBJECT | Organization UI class | 20080521 | ||
4 | ![]() |
IREF_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20080521 | ||
5 | ![]() |
IREF_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20080901 | ||
6 | ![]() |
IV_CHILD_NODE_ID | Call by reference | Type reference (TYPE) | STRING | Child Node Id | 20081119 | ||
7 | ![]() |
IV_NODE_ID | Call by reference | Type reference (TYPE) | STRING | Node id | 20080521 |
Method LOAD_TREE on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method MAP_TREE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VALUE | Call by reference | Type reference (TYPE) | DATA | 20080615 | |||
2 | ![]() |
IV_CHILD_NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20080615 | |||
3 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | WDR_CTX_ATTRIBUTE_NAME | Web Dynpro: Name of Context Element | 20080615 |
Method MAP_TREE_DATA on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method REFRESH Signature
Method REFRESH on class /MRSS/CL_SGW_UI_ORG_TREE has no parameter.
Method REFRESH on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method RETRIEVE_TREE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ID | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_STRING_TAB | String Table | 20080522 | ||
2 | ![]() |
IV_NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20080522 |
Method RETRIEVE_TREE_DATA on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method SEARCH_BASED_ON_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IREF_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080615 | ||
2 | ![]() |
IV_NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20080615 | |||
3 | ![]() |
RREF_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080615 |
Method SEARCH_BASED_ON_ELEMENT on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method SEARCH_BASED_ON_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IREF_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro Context | 20080613 | ||
2 | ![]() |
IV_NODE_ID | Call by reference | Type reference (TYPE) | STRING | 20080613 | |||
3 | ![]() |
RREF_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20080613 |
Method SEARCH_BASED_ON_NODE on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method STORE_OBJ_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OBJECT | Call by reference | Type reference (TYPE) | ANY | 20081119 | |||
2 | ![]() |
IV_BEGDA | Call by reference | Type reference (TYPE) | SYDATUM | SY-DATUM | Current Date of Application Server | 20090811 | |
3 | ![]() |
IV_ENDDA | Call by reference | Type reference (TYPE) | SYDATUM | SY-DATUM | Current Date of Application Server | 20090811 | |
4 | ![]() |
IV_OBJID | Call by reference | Type reference (TYPE) | ANY | 20090811 | |||
5 | ![]() |
IV_OTYPE | Call by reference | Type reference (TYPE) | OTYPE | Object Type | 20090811 | ||
6 | ![]() |
IV_PLVAR | Call by reference | Type reference (TYPE) | PLVAR | Plan Version | 20090811 | ||
7 | ![]() |
IV_WEGID | Call by reference | Type reference (TYPE) | WEGID | Evaluation Path | 20090811 |
Method STORE_OBJ_ATTRIBUTES on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
Method UPDATE_OBJECTS Signature
Method UPDATE_OBJECTS on class /MRSS/CL_SGW_UI_ORG_TREE has no parameter.
Method UPDATE_OBJECTS on class /MRSS/CL_SGW_UI_ORG_TREE has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 610 |