Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBOLAP_SO_OBJECT_W_STATE | Characteristic in Selection Object | 20060104 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBOLAP_HIERARCHY_BASE | Hierarchy | 20060104 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBOLAP_HIERARCHY_INTERNAL | Hierarchy Interface for Internal Users | 20090518 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBOLAP_SO_ATTR_CONTAINER | Object is Attribute Container | 20090520 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBOLAP_STATE_DOM_READER | Object reads status from XML | 20090902 |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSBOLAP_STATE_DOM_WRITER | Object writes status to XML | 20090902 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBOLAP_MD_HIERARCHY | Hierarchy in Master Data Selector | 20061115 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSBOLAP_SO_HIERARCHY | Hierarchy Settings for a Characteristic | 20060104 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_RSBOLAP_SO_STRUCTURE_HIER | Hierarchy for a Structure | 20091026 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_RSBOLAP_VARIABLE_CHAR_HIER | Hierarchy for Characteristic in Context of Variables | 20060124 |
Properties
Class | CL_RSBOLAP_HIERARCHY_BASE | |
Short Description | Hierarchy Settings for a Characteristic | |
Super Class | CL_RSBOLAP_SO_OBJECT_W_STATE | Characteristic in Selection Object |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSBOLAP_SELECTION_OBJECT | Selection object |
Created | 20060104 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
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) |
5 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
6 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSBOLAP_HIERARCHY_BASE | Hierarchy | 20060104 | ||
2 | IF_RSBOLAP_HIERARCHY_INTERNAL | Hierarchy Interface for Internal Users | 20090518 | ||
3 | IF_RSBOLAP_SO_ATTR_CONTAINER | Object is Attribute Container | 20090520 | ||
4 | IF_RSBOLAP_STATE_DOM_READER | Object reads status from XML | 20090902 | ||
5 | IF_RSBOLAP_STATE_DOM_WRITER | Object writes status to XML | 20090902 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_RSBOLAP_SO_CHARACTERISTIC | 20060104 | Characteristic in Selection Object |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20090807 | ||||
2 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20090807 | ||||
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20060104 | ||||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20090807 | ||||
5 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20090807 | ||||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20090807 | ||||
7 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20090807 | ||||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20090602 | |
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Received Bincl from OLAP - do not overwrite! | 20120309 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | 'CL_RSBOLAP_SO_NODE_TYPE' | Class Name Node Type | 20090423 | |
11 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSR_HIERARCHY_BINCL | Hierarchy with Inclusion Table | 20120309 | ||
12 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_RSBOLAP_DYN_DATA_GENERATOR | Create Generator for Dynamic Data Structures | 20090520 | ||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSBOLAP_THH_OBJECT | Object List | 20090423 | ||
14 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | RSBOLAP_THH_OBJECT | Object List | 20111223 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Read Service Discontinued? | 20060117 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSSID | Rest Leaf SID | 20060117 | ||
17 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSMD_RSH | Read Services for Input Help for Hierarchy Node | 20060117 |
Methods
Events
Class CL_RSBOLAP_HIERARCHY_BASE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | OT_S_BINCL_READER | Protected | See coding | Bincl Buffer | 20120309 | BEGIN OF ot_s_bincl_reader ,
hiesid TYPE rsbolap_object_id,
sver TYPE rsrsver,
bincl TYPE REF TO cl_rsr_hierarchy_bincl,
reader TYPE REF TO if_rsmd_rsh,
END OF ot_s_bincl_reader
|
|
2 | OT_TS_BINCL_READER | Protected | See coding | Bincl Buffer | 20120309 | ot_ts_bincl_reader TYPE SORTED TABLE OF ot_s_bincl_reader
WITH UNIQUE KEY hiesid sver
|
Method Signatures
Method ADD_HIERARCHY_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_NODE_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20090520 | |||
2 | ![]() |
I_S_HIERARCHY_NODE | Call by reference | Type reference (TYPE) | RSMD_RS_S_HIERNODE | Struktur der Exporting-Parameter-Tabelle für Hierarchien | 20090520 | ||
3 | ![]() |
I_TH_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | RSBOLAP_SO_TH_MEMBER_ACCESS_CA | Katalog für den Member Zugriff | 20090520 | ||
4 | ![]() |
I_TH_TXT_N | Call by reference | Type reference (TYPE) | RSDM_TH_TXT_N | 20090603 |
Method ADD_HIERARCHY_NODE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method ATTRIBUTE_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_OBJECT | Value transfer | Attribute reference (LIKE) | 20090602 |
Method ATTRIBUTE_CHANGE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_CHARACTERISTIC | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_CHARACTERISTIC_BASE | Merkmal im Selektionsobjekt | 20060104 |
Method CONSTRUCTOR on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_ATTRIBUTES Signature
Method GET_ATTRIBUTES on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_ATTRIBUTES on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_CHILDREN Signature
Method GET_CHILDREN on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_CHILDREN on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_CHILDREN_INTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_CHILDREN | Call by reference | Type reference (TYPE) | RSMD_RS_T_HIERNODE | Kinderknoten | 20060118 | ||
2 | ![]() |
I_LEVEL | Call by reference | Type reference (TYPE) | BICS_PROV_HIERARCHY_LEVEL_NUM | 1 | Kinder bis zur relativen Tiefe Level | 20060118 | |
3 | ![]() |
I_R_READER | Call by reference | Object reference (TYPE REF TO) | IF_RSMD_RSH | Lese-Services für die Eingabehilfe für Hierarchieknoten | 20060118 | ||
4 | ![]() |
I_SID | Call by reference | Type reference (TYPE) | RSSID | Knotensid | 20060118 |
Method GET_CHILDREN_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_HIERARCHY_BINCL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FORCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060714 | ||
2 | ![]() |
I_READ_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120529 | ||
3 | ![]() |
R_R_BINCL | Value transfer | Object reference (TYPE REF TO) | CL_RSR_HIERARCHY_BINCL | Hierarchie mit Inklusionstabelle | 20060117 |
Method GET_HIERARCHY_BINCL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_HIERARCHY_NODE_ALIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_ALIGNMENT | Value transfer | Type reference (TYPE) | RSBOLAP_ALIGNMENT | Ausrichtung von Objekten (oben/links, unten/rechts, default) | 20060104 |
Method GET_HIERARCHY_NODE_ALIGNMENT on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_INITIAL_DRILL_LEVEL Signature
Method GET_INITIAL_DRILL_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_INITIAL_DRILL_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_LEAF_INTERNAL Signature
Method GET_LEAF_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_LEAF_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_LEAVES Signature
Method GET_LEAVES on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_LEAVES on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_LEAVES_INTERNAL Signature
Method GET_LEAVES_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_LEAVES_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_LEVELS Signature
Method GET_LEVELS on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_LEVELS on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_MAXIMUM_LEVEL Signature
Method GET_MAXIMUM_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_MAXIMUM_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_MEMBER_ACCESS_ATTRIBUTES Signature
Method GET_MEMBER_ACCESS_ATTRIBUTES on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_MEMBER_ACCESS_ATTRIBUTES on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_MEMBER_ACCESS_CABILITIES Signature
Method GET_MEMBER_ACCESS_CABILITIES on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_MEMBER_ACCESS_CABILITIES on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_MEMBER_ACCESS_MODE Signature
Method GET_MEMBER_ACCESS_MODE on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_MEMBER_ACCESS_MODE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_MEMBER_ACCESS_SORTING Signature
Method GET_MEMBER_ACCESS_SORTING on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_MEMBER_ACCESS_SORTING on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_MEMBER_OF_POSTED_NODE_VIS Signature
Method GET_MEMBER_OF_POSTED_NODE_VIS on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_MEMBER_OF_POSTED_NODE_VIS on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_MINIMUM_LEVEL Signature
Method GET_MINIMUM_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_MINIMUM_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_NODE Signature
Method GET_NODE on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_NODE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_NODES_BY_LEVEL Signature
Method GET_NODES_BY_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_NODES_BY_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_NODES_BY_LEVEL_INTERNAL Signature
Method GET_NODES_BY_LEVEL_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_NODES_BY_LEVEL_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_NODE_ALIGNMENT Signature
Method GET_NODE_ALIGNMENT on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_NODE_ALIGNMENT on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_NODE_CONDENSATION Signature
Method GET_NODE_CONDENSATION on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_NODE_CONDENSATION on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_NODE_INTERNAL Signature
Method GET_NODE_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_NODE_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_NODE_TYPE Signature
Method GET_NODE_TYPE on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_NODE_TYPE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_NODE_TYPES Signature
Method GET_NODE_TYPES on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_NODE_TYPES on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_PARENT Signature
Method GET_PARENT on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_PARENT on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_PARENT_ID Signature
Method GET_PARENT_ID on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_PARENT_ID on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_PARENT_INTERNAL Signature
Method GET_PARENT_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_PARENT_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_PARENT_SID Signature
Method GET_PARENT_SID on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_PARENT_SID on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_READER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FORCE_BINCL_CREATION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20060714 | ||
2 | ![]() |
I_SKIP_VALIDATION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Validierung überspringen | 20060117 | |
3 | ![]() |
R_R_READER | Value transfer | Object reference (TYPE REF TO) | IF_RSMD_RSH | Lese-Services für die Eingabehilfe für Hierarchieknoten | 20060117 |
Method GET_READER on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_ROOTS_WITH_CHILDREN Signature
Method GET_ROOTS_WITH_CHILDREN on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_ROOTS_WITH_CHILDREN on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_ROOTS_WITH_CHILDREN_INTERN Signature
Method GET_ROOTS_WITH_CHILDREN_INTERN on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_ROOTS_WITH_CHILDREN_INTERN on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_SO_ATTRIBUTE Signature
Method GET_SO_ATTRIBUTE on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_SO_ATTRIBUTE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method GET_TEXTS Signature
Method GET_TEXTS on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method GET_TEXTS on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method IS_ACTIVE Signature
Method IS_ACTIVE on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method IS_ACTIVE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method NODE_TYPE_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_OBJECT | Value transfer | Attribute reference (LIKE) | 20091028 |
Method NODE_TYPE_CHANGE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method READ_NODE_TYPES_FROM_DOM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DEFAULT_STATE | Call by reference | Type reference (TYPE) | RS_BOOL | ABAP_FALSE | Boolean | 20091028 | |
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_DOM_READER | Deserialisierer | 20091028 |
Method READ_NODE_TYPES_FROM_DOM on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method READ_STATE_FROM_DOM Signature
Method READ_STATE_FROM_DOM on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method READ_STATE_FROM_DOM on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method READ_STATE_FROM_DOM_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DEFAULT_STATE | Call by reference | Type reference (TYPE) | RS_BOOL | ABAP_FALSE | Boolean | 20090908 | |
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_DOM_READER | Deserialisierer | 20090908 |
Method READ_STATE_FROM_DOM_CONTENT on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SEARCH Signature
Method SEARCH on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SEARCH on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SEARCH_INTERNAL Signature
Method SEARCH_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SEARCH_INTERNAL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SETUP_NODE_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DEFAULT_PRESENTATIONS | Call by reference | Type reference (TYPE) | RSBOLAP_PRESENTATION_BIT_LIST | Standardeinstellungen für Knotentypen | 20090213 | ||
2 | ![]() |
I_TMPJOIN | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20130820 |
Method SETUP_NODE_TYPES on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_ACTIVE Signature
Method SET_ACTIVE on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_ACTIVE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_HIERARCHY Signature
Method SET_HIERARCHY on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_HIERARCHY on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_HIERARCHY_BINCL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_BINCL | Value transfer | Object reference (TYPE REF TO) | CL_RSR_HIERARCHY_BINCL | Hierarchie mit Inklusionstabelle | 20120309 |
Method SET_HIERARCHY_BINCL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_INITIAL_DRILL_LEVEL Signature
Method SET_INITIAL_DRILL_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_INITIAL_DRILL_LEVEL on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_MEMBER_ACCESS_ATTRIBUTES Signature
Method SET_MEMBER_ACCESS_ATTRIBUTES on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_MEMBER_ACCESS_ATTRIBUTES on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_MEMBER_ACCESS_MODE Signature
Method SET_MEMBER_ACCESS_MODE on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_MEMBER_ACCESS_MODE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_MEMBER_ACCESS_SORTING Signature
Method SET_MEMBER_ACCESS_SORTING on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_MEMBER_ACCESS_SORTING on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_MEMBER_OF_POSTED_NODE_VIS Signature
Method SET_MEMBER_OF_POSTED_NODE_VIS on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_MEMBER_OF_POSTED_NODE_VIS on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_NODE_ALIGNMENT Signature
Method SET_NODE_ALIGNMENT on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_NODE_ALIGNMENT on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_NODE_CONDENSATION Signature
Method SET_NODE_CONDENSATION on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_NODE_CONDENSATION on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SET_STATE Signature
Method SET_STATE on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SET_STATE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SUPPORTS_MEM_OF_POST_NOD_VIS_C Signature
Method SUPPORTS_MEM_OF_POST_NOD_VIS_C on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method SUPPORTS_MEM_OF_POST_NOD_VIS_C on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method SUPPORTS_READ_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_READ_MODE | Call by reference | Type reference (TYPE) | RSMD_RS_READ_MODE | Lesemodus (F4) für Stammdaten-Leseservices | 20060117 | ||
2 | ![]() |
R_SUPPORTED | Value transfer | Type reference (TYPE) | RS_BOOL | Lesemodus wird unterstützt? | 20060117 |
Method SUPPORTS_READ_MODE on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method VALIDATE_SORTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MEMBER_SELECTION | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Sortierung für die Werte Auswahl | 20060104 |
Method VALIDATE_SORTING on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method WRITE_NODE_TYPES_INTO_DOM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | RSBOLAP_BIT_LIST | Bit Leiste | 20091028 | ||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_DOM_WRITER | Serialisierer | 20091028 |
Method WRITE_NODE_TYPES_INTO_DOM on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method WRITE_STATE_INTO_DOM Signature
Method WRITE_STATE_INTO_DOM on class CL_RSBOLAP_HIERARCHY_BASE has no parameter.
Method WRITE_STATE_INTO_DOM on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
Method WRITE_STATE_INTO_DOM_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | RSBOLAP_BIT_LIST | Bit Leiste | 20090903 | ||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_DOM_WRITER | Serialisierer | 20090903 |
Method WRITE_STATE_INTO_DOM_CONTENT on class CL_RSBOLAP_HIERARCHY_BASE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |