SAP ABAP Class CL_RSPLPPM_PPMHIERARCHY (Hierarchy in PPM)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLPPM (Package) Planning Process Management

⤷

⤷

Properties
Class | CL_RSPLPPM_PPMHIERARCHY | |
Short Description | Hierarchy in PPM | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSPLPPM | Planning Process Management |
Created | 20060829 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSPLPPM_PPMHIERARCHY has no interface implemented.
Friends
Class CL_RSPLPPM_PPMHIERARCHY 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) | RSIOBJNM | InfoObject | 20060829 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSHIENM | Name of Hierarchy | 20060829 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSPLPPM_TECNAME60 | Technical Name 60-Characters Long | 20060829 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSVERSION | Hierarchy Version | 20060829 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSR_HIERARCHY_BINCL | Hierarchy with Inclusion Table | 20060829 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20060829 | |
2 | ![]() |
Instance method | Public | Method | Reading All Areas of Responsibility of PPM Hierarchy | 20060829 |
3 | ![]() |
Instance method | Public | Method | Reading All Leaf Areas of Responsibility of PPM Hierarchy | 20060829 |
4 | ![]() |
Instance method | Public | Method | Reading All Leaf Areas of Responsibility of PPM Hierarchy | 20060913 |
5 | ![]() |
Instance method | Public | Method | Reading Children of Area of Responsibility | 20060829 |
6 | ![]() |
Instance method | Public | Method | Reading All Children of Area of Responsibility | 20060829 |
7 | ![]() |
Instance method | Public | Method | Reading Parent Node of Area of Responsibility | 20060829 |
8 | ![]() |
Instance method | Public | Method | Reading Sibling Nodes of Area of Responsibility | 20060829 |
9 | ![]() |
Instance method | Public | Method | Returns Depth of Hierarchy (=max. Level) | 20060829 |
10 | ![]() |
Static method | Private | Method | Gets Binc Hierarchy | 20060829 |
11 | ![]() |
Instance method | Public | Method | Reading Hierarchy Text | 20060829 |
12 | ![]() |
Instance method | Private | Method | Get SID for Node | 20060829 |
13 | ![]() |
Instance method | Private | Method | Converts SID into Characteristic Value | 20060829 |
14 | ![]() |
Instance method | Public | Method | Check for Children of Area of Responsibility | 20060830 |
Events
Class CL_RSPLPPM_PPMHIERARCHY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_AORID | Public | See coding | 20060901 | BEGIN OF s_aorid,
aorid TYPE rsplppm_aorid,
* chanm TYPE rschanm,
END OF s_aorid
|
||
2 | T_AORID | Public | See coding | 20060901 | t_aorid TYPE STANDARD TABLE OF s_aorid
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HIERCHANM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20060829 | ||
2 | ![]() |
I_HIERNM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchiename | 20060829 | ||
3 | ![]() |
I_HIERVER | Call by reference | Type reference (TYPE) | RSVERSION | Hierarchieversion | 20060829 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Check Ausnahme | 20060830 | |
2 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
Method GET_ALL_AOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_ALL_AOR | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>T_AORID | 20060901 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
Method GET_ALL_LEAFS_AOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_LEAFS_AOR | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>T_AORID | 20060901 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
Method GET_AOR_BY_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_LEVEL_AOR | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>T_AORID | 20060913 | |||
2 | ![]() |
I_LEVEL | Call by reference | Type reference (TYPE) | RSRTLEVEL | Level eines Hierarchknotens (als Integer) | 20060913 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060913 |
Method GET_AOR_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_AOR_CHILDREN | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>T_AORID | 20060901 | |||
2 | ![]() |
I_FATHER_AORID | Call by reference | Type reference (TYPE) | RSPLPPM_AORID | techn. Name des Verantwortungsbereichs | 20060901 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
Method GET_AOR_CHILDREN_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_AOR_CHILDREN | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>T_AORID | 20060901 | |||
2 | ![]() |
I_FATHER_AORID | Call by reference | Type reference (TYPE) | RSPLPPM_AORID | techn. Name des Verantwortungsbereichs | 20060901 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
Method GET_AOR_FATHER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_FATHER_AOR | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>S_AORID | Struktur: Verantwortungsbereich mit mit Texten | 20060829 | ||
2 | ![]() |
I_CHILD_AORID | Call by reference | Type reference (TYPE) | RSPLPPM_AORID | techn. Name des Verantwortungsbereichs | 20060901 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
Method GET_AOR_SIBLINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_AOR_SIBLINGS | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>T_AORID | 20060901 | |||
2 | ![]() |
I_AORID | Call by reference | Type reference (TYPE) | RSPLPPM_AORID | techn. Name des Verantwortungsbereichs | 20060901 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
Method GET_HIERMAXLEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_LEVEL | Value transfer | Type reference (TYPE) | RSRTLEVEL | Level eines Hierarchknotens (als Integer) | 20060830 |
Method GET_HIERMAXLEVEL on class CL_RSPLPPM_PPMHIERARCHY has no exception.
Method GET_HIER_BINCL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_BINCL | Value transfer | Object reference (TYPE REF TO) | CL_RSR_HIERARCHY_BINCL | 20060829 | |||
2 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSPLPPM_CHANM | techn. Name Merkmal/Attribut | 20060829 | ||
3 | ![]() |
I_HIERNM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchiename | 20060829 | ||
4 | ![]() |
I_HIERVER | Call by reference | Type reference (TYPE) | RSVERSION | Hierarchieversion | 20060829 | ||
5 | ![]() |
I_KEY_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | Aktuelles Datum des Applikationsservers | 20060829 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Planungsobjekt nicht gefunden | 20060829 | |
2 | ![]() |
Hierarchie-Objekt (Knoten/Blatt) nicht gefunden | 20060829 | |
3 | ![]() |
Hierarchie nicht gefunden | 20060829 |
Method GET_HIER_TXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_HIER_TXT | Value transfer | Type reference (TYPE) | RSPLPPM_TEXT60 | Texte der Länge 60 | 20060830 |
Method GET_HIER_TXT on class CL_RSPLPPM_PPMHIERARCHY has no exception.
Method GET_SID_FOR_MEMBER_BINCL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ISRESTLEAF | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20060829 | ||
2 | ![]() |
E_SID | Call by reference | Type reference (TYPE) | RSSID | Stammdaten ID | 20060829 | ||
3 | ![]() |
I_AORID | Call by reference | Type reference (TYPE) | RSPLPPM_AORID | techn. Name des Verantwortungsbereichs | 20060830 |
Method GET_SID_FOR_MEMBER_BINCL on class CL_RSPLPPM_PPMHIERARCHY has no exception.
Method GET_VAL_FOR_SID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_AORID | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>S_AORID | techn. Name des Verantwortungsbereichs | 20060901 | ||
2 | ![]() |
E_T_AORID | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPMHIERARCHY=>T_AORID | 20060901 | |||
3 | ![]() |
I_SID | Call by reference | Type reference (TYPE) | RSSID | Stammdaten ID | 20060829 | ||
4 | ![]() |
I_TA_SID | Call by reference | Type reference (TYPE) | RRSI_TA_SID | Tabelle von SID (bzw. Integers) | 20060829 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
Method HAS_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FATHER_AOR | Call by reference | Type reference (TYPE) | RSPLPPM_AORID | techn. Name des Verantwortungsbereichs | 20060830 | ||
2 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20060830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060830 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |