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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_BICS_MD_ATTR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_BICS_NODE_TYPE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_BICS_MD_ATTR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_BICS_MD_HIERARCHY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_BICS_OBJECT 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 N_DUE_DATE Instance attribute Public Type reference (TYPE) IF_BICS_MD_HIERARCHY=>TN_DATE Key Date 20111024
2 N_HIERARCHY_HANDLE Instance attribute Public Type reference (TYPE) NUMC4 Count Parameters 20110725
3 O_PROV_MD_ATTR_FETCHED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20110804
4 O_R_PROV_CHARACTERISTIC Instance attribute Protected Object reference (TYPE REF TO) IF_RSBOLAP_CHARACTERISTIC_BASE Characteristic in the Selector 20110718
5 O_R_PROV_MD_HIERARCHY Instance attribute Protected Object reference (TYPE REF TO) IF_RSBOLAP_HIERARCHY_BASE Hierarchy 20110509
6 O_TS_IOBJNM Instance attribute Protected Type reference (TYPE) CL_BICS_MD_ATTR=>TN_TS_IOBJNM List of InfoObjects with Metadata 20110804
7 O_TS_USED_NODE_TYPE Instance attribute Protected Type reference (TYPE) CL_BICS_NODE_TYPE=>TN_TS_NODE_TYPE Node Types Used in Hierarchy 20111223
8 O_T_MD_ATTRIBUTE Instance attribute Protected Type reference (TYPE) IF_BICS_MD_ATTR=>TN_T_MD_ATTR 20111223
9 P_HIERARCHY_HANDLE Static Attribute Private Type reference (TYPE) NUMC4 Count Parameters 20110718
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100318
2 CREATE_NODE_TYPE Instance method Protected Method Create Node Type 20111223
3 GET_COB_PRO_INFO Instance method Protected Method Read COB PRO Information 20110804
4 GET_PROVIDER_HIERARCHY Instance method Public Method Read Provider Hierarchy 20120313
5 GET_USED_NODE_TYPES Instance method Private Method 20111223
6 RESET_NODE_TYPES 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 Importing I_DUE_DATE Call by reference Type reference (TYPE) IF_BICS_MD_HIERARCHY=>TN_DATE Stichtag 20111024
2 Importing I_NAME Call by reference Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME Name eines Objekts 20120313
3 Importing I_R_MD_SELECTOR Call by reference Object reference (TYPE REF TO) CL_BICS_MD_SELECTOR Selektor im MD-layer 20110622
4 Importing I_R_PROV_CHARACTERISTIC_BASE Call by reference Object reference (TYPE REF TO) IF_RSBOLAP_CHARACTERISTIC_BASE Merkmal im Selektor 20110608
5 Importing I_R_PROV_MD_HIERARCHY Call by reference Object reference (TYPE REF TO) IF_RSBOLAP_HIERARCHY_BASE Hierarchie 20120313
6 Importing 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 Importing I_R_PROV_NODE_TYPE Call by reference Object reference (TYPE REF TO) IF_RSBOLAP_OBJECT Selektionsobjekt Hierarchie Knotentyp 20111223
2 Returning 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 Importing 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 Returning 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