SAP ABAP Class CL_BICS_MD_HIERARCHY (Hierarchy in MD Layer)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_METADATA (Package) BW BICS Consumer Metadata

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_IOBJ_MEMBER_ACCESSOR | Access Object for Attributes | 20110509 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_MD_ATTR_CONTAINER | Attribute Container MD Layer | 20110804 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_MD_HIERARCHY | Hierarchy MD Layer | 20100323 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20110804 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_HIERARCHY | Hierarchy in Selector Layer | 20111223 |
Properties
Class | CL_BICS_MD_HIERARCHY | |
Short Description | Hierarchy in MD Layer | |
Super Class | CL_BICS_IOBJ_MEMBER_ACCESSOR | Access Object for Attributes |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_BICS_CONSUMER_METADATA | BW BICS Consumer Metadata |
Created | 20100318 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_MD_ATTR_CONTAINER | Attribute Container MD Layer | 20110804 | ||
2 | IF_BICS_MD_HIERARCHY | Hierarchy MD Layer | 20100323 | ||
3 | IF_BICS_MD_IOBJ | InfoObject MD Layer | 20110804 |
Friends
Class CL_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) | IF_BICS_MD_HIERARCHY=>TN_DATE | Key Date | 20111024 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | NUMC4 | Count Parameters | 20110725 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20110804 | |||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSBOLAP_CHARACTERISTIC_BASE | Characteristic in the Selector | 20110718 | ||
5 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSBOLAP_HIERARCHY_BASE | Hierarchy | 20110509 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CL_BICS_MD_ATTR=>TN_TS_IOBJNM | List of InfoObjects with Metadata | 20110804 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CL_BICS_NODE_TYPE=>TN_TS_NODE_TYPE | Node Types Used in Hierarchy | 20111223 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_BICS_MD_ATTR=>TN_T_MD_ATTR | 20111223 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | NUMC4 | Count Parameters | 20110718 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100318 |
2 | ![]() |
Instance method | Protected | Method | Create Node Type | 20111223 |
3 | ![]() |
Instance method | Protected | Method | Read COB PRO Information | 20110804 |
4 | ![]() |
Instance method | Public | Method | Read Provider Hierarchy | 20120313 |
5 | ![]() |
Instance method | Private | Method | 20111223 | |
6 | ![]() |
Instance method | Public | Method | Reset Node Types | 20120313 |
Events
Class CL_BICS_MD_HIERARCHY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_MD_HIERARCHY | Public | See coding | MD Hierarchy by Key Date | 20111024 | BEGIN OF TN_S_MD_HIERARCHY,
name TYPE if_bics_object=>tn_name,
version TYPE if_bics_md_hierarchy=>tn_version,
date_to TYPE if_bics_md_hierarchy=>tn_date,
due_date TYPE if_bics_md_hierarchy=>tn_date,
ref TYPE REF TO if_bics_md_hierarchy,
END OF TN_S_MD_HIERARCHY
|
|
2 | TN_TS_MD_HIERARCHY | Public | See coding | List of MD Hierarchies by Key Date | 20111024 | tn_ts_md_hierarchy TYPE SORTED TABLE OF tn_s_md_hierarchy
WITH UNIQUE KEY name version date_to due_date
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DUE_DATE | Call by reference | Type reference (TYPE) | IF_BICS_MD_HIERARCHY=>TN_DATE | Stichtag | 20111024 | ||
2 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name eines Objekts | 20120313 | ||
3 | ![]() |
I_R_MD_SELECTOR | Call by reference | Object reference (TYPE REF TO) | CL_BICS_MD_SELECTOR | Selektor im MD-layer | 20110622 | ||
4 | ![]() |
I_R_PROV_CHARACTERISTIC_BASE | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_CHARACTERISTIC_BASE | Merkmal im Selektor | 20110608 | ||
5 | ![]() |
I_R_PROV_MD_HIERARCHY | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_HIERARCHY_BASE | Hierarchie | 20120313 | ||
6 | ![]() |
I_VERSION | Call by reference | Type reference (TYPE) | IF_BICS_MD_HIERARCHY=>TN_VERSION | Hierarchieversion | 20120313 |
Method CONSTRUCTOR on class CL_BICS_MD_HIERARCHY has no exception.
Method CREATE_NODE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_PROV_NODE_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_RSBOLAP_OBJECT | Selektionsobjekt Hierarchie Knotentyp | 20111223 | ||
2 | ![]() |
R_R_NODE_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_BICS_NODE_TYPE | Knotentyp | 20111223 |
Method CREATE_NODE_TYPE on class CL_BICS_MD_HIERARCHY has no exception.
Method GET_COB_PRO_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_IOBJNM | Call by reference | Type reference (TYPE) | CL_BICS_MD_ATTR=>TN_TS_IOBJNM | Liste von InfoObjekten | 20110804 |
Method GET_COB_PRO_INFO on class CL_BICS_MD_HIERARCHY has no exception.
Method GET_PROVIDER_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_PROV_MD_HIERARCHY | Value transfer | Object reference (TYPE REF TO) | IF_RSBOLAP_HIERARCHY_BASE | Hierarchie | 20120313 |
Method GET_PROVIDER_HIERARCHY on class CL_BICS_MD_HIERARCHY has no exception.
Method GET_USED_NODE_TYPES Signature
Method GET_USED_NODE_TYPES on class CL_BICS_MD_HIERARCHY has no parameter.
Method GET_USED_NODE_TYPES on class CL_BICS_MD_HIERARCHY has no exception.
Method RESET_NODE_TYPES Signature
Method RESET_NODE_TYPES on class CL_BICS_MD_HIERARCHY has no parameter.
Method RESET_NODE_TYPES on class CL_BICS_MD_HIERARCHY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |