SAP ABAP Class CL_EPM_BW_EMP_ORG_HIER (EPM: Extraction from Employee Hierarchy)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
CA (Application Component) Cross-Application Components
⤷
PI_EPM (Package) Enterprise Procurement Model

⤷

⤷

Properties
Class | CL_EPM_BW_EMP_ORG_HIER | |
Short Description | EPM: Extraction from Employee Hierarchy | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PI_EPM | Enterprise Procurement Model |
Created | 20100118 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EPM_BW_EMP_ORG_HIER has no forward declaration.
Interfaces
Class CL_EPM_BW_EMP_ORG_HIER has no interface implemented.
Friends
Class CL_EPM_BW_EMP_ORG_HIER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | RSDATETO | '99991231' | 20100118 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | RSDATEFROM | '10000101' | 20100118 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSHIENODID | 20100118 | |||
4 | ![]() |
Instance attribute | Private | See coding | 20100118 | ||||
5 | ![]() |
Instance attribute | Private | See coding | 20100118 | ||||
6 | ![]() |
Instance attribute | Private | See coding | 20100118 | ||||
7 | ![]() |
Instance attribute | Private | See coding | 20100118 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Add Children to Hierarchy | 20100118 |
2 | ![]() |
Instance method | Private | Method | Add Employees of an Organizational Unit | 20100118 |
3 | ![]() |
Instance method | Private | Method | Setup of Hierarchy Node Table | 20100118 |
4 | ![]() |
Static method | Public | Method | Generates an Instance | 20100118 |
5 | ![]() |
Instance method | Private | Method | Insert an Employee Node | 20100118 |
6 | ![]() |
Instance method | Private | Method | Insert an Organizational Unit Node | 20100118 |
7 | ![]() |
Instance method | Private | Method | Insert Child and Next Nodes | 20100118 |
8 | ![]() |
Instance method | Private | Method | Insert Child and Next Nodes | 20100118 |
9 | ![]() |
Instance method | Private | Method | Return of Hierarchy Node Table | 20100118 |
10 | ![]() |
Static method | Public | Method | Reads employee hierarchy | 20100118 |
11 | ![]() |
Instance method | Private | Method | Import Database Table for Employees | 20100118 |
12 | ![]() |
Instance method | Private | Method | Import Database Table for Organizational Units | 20100118 |
13 | ![]() |
Instance method | Private | Method | Import Database Table for Employee Assignments | 20100118 |
Events
Class CL_EPM_BW_EMP_ORG_HIER has no event.
Types
Class CL_EPM_BW_EMP_ORG_HIER has no local type.
Method Signatures
Method ADD_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ORG_UNIT_NODE_KEY | Call by reference | Type reference (TYPE) | SNWD_NODE_KEY | EPM: Generic Node Key | 20100118 | ||
2 | ![]() |
I_PARENTID | Call by reference | Type reference (TYPE) | RSHIENODID | Internal ID number of a hierarchy node | 20100118 |
Method ADD_CHILDREN on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method ADD_EMPLOYEES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ORG_UNIT_NODE_KEY | Call by reference | Type reference (TYPE) | SNWD_NODE_KEY | EPM: Generic Node Key | 20100118 | ||
2 | ![]() |
I_PARENTID | Call by reference | Type reference (TYPE) | RSHIENODID | Internal ID number of a hierarchy node | 20100118 |
Method ADD_EMPLOYEES on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method CREATE_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ROOT_ORG_UNIT_NAME | Call by reference | Type reference (TYPE) | CHAR20 | Char 20 | 20100118 |
Method CREATE_HIERARCHY on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method CREATE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchy name | 20100118 | ||
2 | ![]() |
I_ROOT_ORG_UNIT_NAME | Call by reference | Type reference (TYPE) | CHAR20 | EPM: Organisational Unit Name | 20100118 | ||
3 | ![]() |
R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_EPM_BW_EMP_ORG_HIER | Extraction of Employee Org-Hierarchy | 20100118 |
Method CREATE_INSTANCE on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method CREATE_NODE_EMPLOYEE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATEFROM | Call by reference | Type reference (TYPE) | RSDATEFROM | Valid-From Date | 20100118 | ||
2 | ![]() |
I_DATETO | Call by reference | Type reference (TYPE) | RSDATETO | Valid-From Date | 20100118 | ||
3 | ![]() |
I_EMPLOYEE_ID | Call by reference | Type reference (TYPE) | SNWD_ID | EPM: General-purpose ID | 20100118 | ||
4 | ![]() |
I_PARENTID | Call by reference | Type reference (TYPE) | RSHIENODID | Interne ID-Nummer eines Hierarchieknotens | 20100126 | ||
5 | ![]() |
R_NODEID | Value transfer | Type reference (TYPE) | RSHIENODID | Internal ID number of a hierarchy node | 20100118 |
Method CREATE_NODE_EMPLOYEE on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method CREATE_NODE_ORG_UNIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ORG_UNIT_NAME | Call by reference | Type reference (TYPE) | CHAR20 | Organisationseinheit | 20100126 | ||
2 | ![]() |
I_PARENTID | Call by reference | Type reference (TYPE) | RSHIENODID | Interne ID-Nummer eines Hierarchieknotens | 20100126 | ||
3 | ![]() |
R_NODEID | Value transfer | Type reference (TYPE) | RSHIENODID | Internal ID number of a hierarchy node | 20100118 |
Method CREATE_NODE_ORG_UNIT on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method FILL_CHILD_NEXT_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_HTAB | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20100118 |
Method FILL_CHILD_NEXT_LEVEL on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method FILL_CHILD_NEXT_LEVEL_RECURSIV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_HTAB | Call by reference | Type reference (TYPE) | SORTED TABLE | 20100118 | |||
2 | ![]() |
E_CHILDID | Call by reference | Type reference (TYPE) | RSHIENODID | Internal ID number of a hierarchy node | 20100118 | ||
3 | ![]() |
I_LEVEL | Call by reference | Type reference (TYPE) | RSTLEVEL | Level of a hierarchy node | 20100118 | ||
4 | ![]() |
I_PARENTID | Call by reference | Type reference (TYPE) | RSHIENODID | Interne ID-Nummer eines Hierarchieknotens | 20100125 |
Method FILL_CHILD_NEXT_LEVEL_RECURSIV on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method GET_HIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_T_ORG_EMP_HIER | Value transfer | Type reference (TYPE) | EPM_BW_T_ORG_EMP_HIER | 20100118 |
Method GET_HIER on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method GET_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchiename | 20100118 | ||
2 | ![]() |
I_ROOT_ORG_UNIT_NAME | Call by reference | Type reference (TYPE) | CHAR20 | 'CEO' | Wurzelknoten der Hierarchie | 20100118 | |
3 | ![]() |
RE_T_ORG_EMP_HIER | Value transfer | Type reference (TYPE) | EPM_BW_T_ORG_EMP_HIER | Knoten der Hierarchie | 20100118 |
Method GET_HIERARCHY on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method LOAD_EMPLOYEES Signature
Method LOAD_EMPLOYEES on class CL_EPM_BW_EMP_ORG_HIER has no parameter.
Method LOAD_EMPLOYEES on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method LOAD_ORG_UNITS Signature
Method LOAD_ORG_UNITS on class CL_EPM_BW_EMP_ORG_HIER has no parameter.
Method LOAD_ORG_UNITS on class CL_EPM_BW_EMP_ORG_HIER has no exception.
Method LOAD_STAFFING Signature
Method LOAD_STAFFING on class CL_EPM_BW_EMP_ORG_HIER has no parameter.
Method LOAD_STAFFING on class CL_EPM_BW_EMP_ORG_HIER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |