SAP ABAP Class IF_BICS_MD_HIERARCHY (Hierarchy MD Layer)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_EVENT_SOURCE | Basis Event Source | 20110804 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_IOBJ_MEMBER_ACCESSOR | Access Object for Attributes | 20110718 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_BICS_MD_ATTR_CONTAINER | Attribute Container MD Layer | 20110804 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20110804 |
| 5 | Interface composition (i COMPRISING i_ref) | IF_BICS_OBJECT | Root Object for BICS Entities | 20100323 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BICS_HIERARCHY | Hierarchy Selector Layer | 20100323 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_BICS_QV_HIERARCHY | Hierarchy QV Layer | 20100323 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_MD_HIERARCHY | Hierarchy in MD Layer | 20100323 |
Properties
| Class | IF_BICS_MD_HIERARCHY | |
| Short Description | Hierarchy MD Layer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100323 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_BICS_MD_HIERARCHY has no interface implemented.
Friends
Class IF_BICS_MD_HIERARCHY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Display behaviour of the leaves is not modifiable | 20100323 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TN_DATE | Start of Validity Period | 20100323 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | TN_DATE | End of Validity Period | 20100323 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Do Not Display Leaves for Inner-Nodes in the Query | 20100323 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | TN_DRILL_LEVEL | Initial Drilldown Step | 20100323 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | CHAR1 | Node Alignment | 20100323 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | TN_DATE | Key Date | 20111024 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Key Date as in Query | 20111024 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Supports ad hoc hierarchies | 20100323 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Allows non-unique leaves | 20100323 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | TN_VERSION | Hierarchy Version | 20100323 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Hierarchy Name | 20100323 | |
| 2 | Instance method | Public | Method | Read Maximum Hierarchy Depth | 20110725 | |
| 3 | Instance method | Public | Method | Read MD Reference Characteristic | 20100323 | |
| 4 | Instance method | Public | Method | Read Node Type | 20120120 | |
| 5 | Instance method | Public | Method | Read All Node Types | 20120120 | |
| 6 | Instance method | Public | Method | Set Initial Drilldown Level | 20110719 |
Events
Class IF_BICS_MD_HIERARCHY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_DATE | Public | Type reference (TYPE) | D | 20110608 | |
|
| 2 | TN_DRILL_LEVEL | Public | Type reference (TYPE) | INT2 | 2 Byte Integer (Signed) | 20110805 | |
| 3 | TN_S_MD_HIERARCHY | Public | See coding | 20110608 | BEGIN OF tn_s_md_hierarchy,
name TYPE if_bics_object=>tn_name,
text TYPE if_bics_object=>tn_text,
version TYPE tn_version,
date_from TYPE tn_date,
date_to TYPE tn_date,
ref TYPE REF TO if_bics_md_hierarchy,
END OF tn_s_md_hierarchy
|
||
| 4 | TN_TS_MD_HIERARCHY | Public | See coding | 20120313 | tn_ts_md_hierarchy TYPE SORTED TABLE OF tn_s_md_hierarchy WITH UNIQUE KEY name version date_from date_to
|
||
| 5 | TN_VERSION | Public | Type reference (TYPE) | CHAR3 | Hierarchy Version | 20100323 | |
Method Signatures
Method GET_HIER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HIER_NAME | Value transfer | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Hierarchiename | 20100323 |
Method GET_HIER_NAME on class IF_BICS_MD_HIERARCHY has no exception.
Method GET_MAXIMUM_NUMBER_OF_LEVELS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MAXINUM_LEVEL_NUMBER | Value transfer | Type reference (TYPE) | IF_BICS_LEVEL=>TN_LEVEL_NUMBER | Levelnummer | 20110725 |
Method GET_MAXIMUM_NUMBER_OF_LEVELS on class IF_BICS_MD_HIERARCHY has no exception.
Method GET_MD_CHARACTERISTIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_MD_CHARACTERISTIC | Value transfer | Object reference (TYPE REF TO) | IF_BICS_MD_CHARACTERISTIC | Merkmale MD-Layer | 20100323 |
Method GET_MD_CHARACTERISTIC on class IF_BICS_MD_HIERARCHY has no exception.
Method GET_NODE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE_TYPE_ID | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_ID | Knoten-ID | 20120120 | |||
| 2 | I_NODE_TYPE_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Knotentyp | 20120120 | |||
| 3 | I_REST_NODE_TYPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Resteknoten | 20120120 | |||
| 4 | R_R_NODE_TYPE | Value transfer | Object reference (TYPE REF TO) | IF_BICS_NODE_TYPE | Knotentyp Selektor-Layer | 20120120 |
Method GET_NODE_TYPE on class IF_BICS_MD_HIERARCHY has no exception.
Method GET_NODE_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TS_NODE_TYPE | Value transfer | Type reference (TYPE) | IF_BICS_NODE_TYPE=>TN_TS_NODE_TYPE | Sortierte Tabelle von Knotentypen | 20120120 |
Method GET_NODE_TYPES on class IF_BICS_MD_HIERARCHY has no exception.
Method SET_INITIAL_DRILL_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LEVEL | Call by reference | Type reference (TYPE) | IF_BICS_LEVEL=>TN_LEVEL_NUMBER | Levelnummer | 20110719 |
Method SET_INITIAL_DRILL_LEVEL on class IF_BICS_MD_HIERARCHY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |