SAP ABAP Class /MRSS/CL_RMS_DELV_ORG_HIER (Sales & Delivery Organizational Plan and Structure)
Hierarchy
☛
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
⤷
PM-WOC-CP (Application Component) Capacity and Resource Planning
⤷
/MRSS/RMS (Package) Resource Management Service Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /MRSS/IF_SGW_ORG_HIER | Interface for Organizational Structure | 20090422 |
Properties
| Class | /MRSS/CL_RMS_DELV_ORG_HIER | |
| Short Description | Sales & Delivery Organizational Plan and Structure | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /MRSS/RMS | Resource Management Service Layer |
| Created | 20090422 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /MRSS/CL_RMS_DELV_ORG_HIER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /MRSS/IF_SGW_ORG_HIER | Interface for Organizational Structure | 20090422 |
Friends
Class /MRSS/CL_RMS_DELV_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) | CHAR4 | '0106' | Set class | 20090514 | ||
| 2 | Constant | Private | Type reference (TYPE) | OBJEC-OTYPE | 'O' | Object Type | 20090422 | ||
| 3 | Constant | Private | Type reference (TYPE) | GDSTR-WEGID | 'ORGEH' | Evaluation Path | 20090422 | ||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | /MRSS/CL_RMS_DELV_ORG_HIER | Organizational Plan, Organizational Structure | 20090422 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | /MRSS/T_SGW_OBJECT | Object Attributes | 20090422 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | /MRSS/C_SGW_PATH_TAB | Evaluation Paths of different Object Types | 20090422 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | /MRSS/T_RM_DELV_ORGSTRUCT_TAB | Table Type for Organization Structure | 20090422 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | /MRSS/T_SETHEADERT_TAB | 20090807 | ||||
| 9 | Static Attribute | Private | Type reference (TYPE) | /MRSS/T_RM_SETNAMENEW_TAB | 20090515 | ||||
| 10 | Instance attribute | Public | See coding | 20090424 | |||||
| 11 | Instance attribute | Public | See coding | 20090424 | |||||
| 12 | Static Attribute | Private | Type reference (TYPE) | DATUM | Date | 20090422 | |||
| 13 | Static Attribute | Private | Type reference (TYPE) | DATUM | Date | 20090422 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | CHAR4 | Set class | 20090424 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | CHAR30 | Table Name | 20090424 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | CHAR30 | Field name | 20090424 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | CHAR4 | Controlling Area | 20090424 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | /MRSS/T_RM_CHAR34 | Identification of a set | 20090512 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090422 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20090422 | |
| 3 | Instance method | Public | Method | Fill SETTAB and VALTAB | 20090424 | |
| 4 | Instance method | Public | Method | Fill VALTAB | 20090424 | |
| 5 | Static method | Public | Method | Get the instance | 20090422 | |
| 6 | Instance method | Public | Method | Read Manager for Organizational Units | 20090422 | |
| 7 | Instance method | Public | Method | Get the root nodes : Final | 20090514 | |
| 8 | Instance method | Public | Method | Refresh the global data | 20090422 |
Events
Class /MRSS/CL_RMS_DELV_ORG_HIER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_SETLEAF | Public | See coding | 20090807 | BEGIN OF gt_setleaf ,
mandt TYPE mandt,
setclass TYPE /mrss/t_setclass,
subclass TYPE char12,
setname TYPE /mrss/t_setnamenew,
lineid TYPE /mrss/t_setline,
valsign TYPE char1,
valoption TYPE char2,
valfrom TYPE char24,
valto TYPE char24,
seqnr TYPE /mrss/t_setlnseqnr,
END OF gt_setleaf
|
||
| 2 | SETTAB | Public | See coding | 20090424 | BEGIN OF settab," OCCURS 100,
setid TYPE /mrss/t_rm_char34,"rgsmh-setnr,
level TYPE int4, "rgsmh-level,
pointer TYPE int4, "rgsmh-pup,
setname TYPE char24, "rgsmh-shortname,
flag TYPE char1,
END OF settab
|
||
| 3 | VALTAB | Public | See coding | 20090424 | BEGIN OF valtab," OCCURS 100,
tovalue TYPE /mrss/t_rm_char24, "rgsmv-to,
fromvalue TYPE /mrss/t_rm_char24, "rgsmv-from,
setid TYPE /mrss/t_rm_char34,"rgsmh-setnr,
setname TYPE char24, "rgsmh-shortname,
pointer TYPE int4, "rgsmv-pup,
flag TYPE char1,
END OF valtab
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /MRSS/CL_RMS_DELV_ORG_HIER has no parameter.
Method CLASS_CONSTRUCTOR on class /MRSS/CL_RMS_DELV_ORG_HIER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJECT | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_OBJECT | Object Attributes | 20090422 | |||
| 2 | IV_BEGDA | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20090422 | |||
| 3 | IV_ENDDA | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20090422 |
Method CONSTRUCTOR on class /MRSS/CL_RMS_DELV_ORG_HIER has no exception.
Method FILL_SETID_VALTAB Signature
Method FILL_SETID_VALTAB on class /MRSS/CL_RMS_DELV_ORG_HIER has no parameter.
Method FILL_SETID_VALTAB on class /MRSS/CL_RMS_DELV_ORG_HIER has no exception.
Method FILL_VALTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEQNR | Call by reference | Type reference (TYPE) | INT4 | Line number in set | 20090424 | |||
| 2 | IV_SET_NAME | Call by reference | Type reference (TYPE) | CHAR24 | Set Name | 20090424 | |||
| 3 | IV_SET_NO | Call by reference | Type reference (TYPE) | /MRSS/T_RM_CHAR34 | Identification of a set | 20090424 |
Method FILL_VALTAB on class /MRSS/CL_RMS_DELV_ORG_HIER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EREF_INSTANCE | Call by reference | Object reference (TYPE REF TO) | /MRSS/CL_RMS_DELV_ORG_HIER | Organizational Plan, Organizational Structure | 20090422 | |||
| 2 | IS_OBJECT | Call by reference | Type reference (TYPE) | /MRSS/T_SGW_OBJECT | Object Attributes | 20090422 | |||
| 3 | IV_BEGIN_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20090422 | |||
| 4 | IV_END_DATE | Call by reference | Type reference (TYPE) | DATUM | Date | 20090422 |
Method GET_INSTANCE on class /MRSS/CL_RMS_DELV_ORG_HIER has no exception.
Method GET_MANAGER_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ORG_STRUCTURE | Call by reference | Type reference (TYPE) | /MRSS/T_RM_DELV_ORGSTRUCT_TAB | Table Type for Organization Structure | 20090422 | |||
| 2 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20090422 | |||
| 3 | IV_BEGIN_DATE | Call by reference | Type reference (TYPE) | BEGDA | Start Date | 20090422 | |||
| 4 | IV_END_DATE | Call by reference | Type reference (TYPE) | ENDDA | End Date | 20090422 |
Method GET_MANAGER_INFO on class /MRSS/CL_RMS_DELV_ORG_HIER has no exception.
Method GET_ROOT_FINAL Signature
Method GET_ROOT_FINAL on class /MRSS/CL_RMS_DELV_ORG_HIER has no parameter.
Method GET_ROOT_FINAL on class /MRSS/CL_RMS_DELV_ORG_HIER has no exception.
Method REFRESH Signature
Method REFRESH on class /MRSS/CL_RMS_DELV_ORG_HIER has no parameter.
Method REFRESH on class /MRSS/CL_RMS_DELV_ORG_HIER has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 610 |