SAP ABAP Interface IF_RRHI_VIRT_HIERARCHIES (Virtual Hierarchies Incl. Header)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSR_HIER (Package) OLAP Hierarchy - Services
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FAGL_VP_HIERARCHY Read New General Ledger Hierarchy: Virtual InfoProvider 20120531
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FCOM_IP_HRY_READER Read Virtual Hierarchy 20100817
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_PCA_VP_HIERARCHY Read PCA Hierarchy: Virtual InfoProvider 20120711
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RKE_VP_HIERARCHY Read CO-PA Hierarchy: Virtual InfoProvider 20111227
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSL_ME_HCHY Maxwell Hierarchie 20100325
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRTS_HIERARCHY_CONNID Hierarchy for CONNID 20100127
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRTS_HIERARCHY_ODP Hierarchy Based on ODP 20100719
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRTS_HIERARCHY_SFLIGHT Hierarchy for CONNID 20100301
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSR_MDX_UI_0TCTMDXFC MDX: Dialog: Characteristic 0TCTMDXFC 20090511
Properties
Interface IF_RRHI_VIRT_HIERARCHIES  
Short Description Virtual Hierarchies Incl. Header    
General Data
Package RSR_HIER   OLAP Hierarchy - Services 
Created 20080703   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RRHI_VIRT_HIER Virtual Hierarchy 20080703
Friends
Interface IF_RRHI_VIRT_HIERARCHIES has no friend.
Attributes
Interface IF_RRHI_VIRT_HIERARCHIES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CAPABILITIES Static method Public Method Specifies the properties of the implemented hierarchies 20080703
2 GET_HEADERS Static method Public Method Specifies appropriate headers for hierarchies 20080703
3 GET_HEADER_WITH_HIEID Static method Public Method Specifies the header for a hierarchy (HieID) 20080703
4 GET_HEADER_WITH_HIENM Static method Public Method Specifies the header for a hierarchy (name, version, date) 20080703
Events
Interface IF_RRHI_VIRT_HIERARCHIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NT_S_HIEDIR Public See coding Hierarchy Header 20090511 BEGIN OF nt_s_hiedir, hieid TYPE rshieid, hienm TYPE rshienm, version TYPE rsversion, datefrom TYPE rsdatefrom, dateto TYPE rsdateto, norestnodes TYPE rshiernorest, startlevel TYPE rsstartlevel, nodeposition TYPE rrxhrynodeposit, aleafnodsp TYPE rsshcrleafdsp, aleafnodch TYPE rsshcldspch, SOURCE_TIMESTMP TYPE RSSH_SOURCE_TIMESTMP, is_large TYPE rs_bool, " hierarchy is large (i.e. > 50000 nodes and leaves) END OF nt_s_hiedir
2 NT_S_RANGE_HIENM Public See coding 20080703 BEGIN OF nt_s_range_hienm, sign TYPE raldb_sign, option TYPE raldb_opti, low TYPE rshienm, high TYPE rshienm, END OF nt_s_range_hienm
3 NT_S_RANGE_VERSION Public See coding 20080703 BEGIN OF nt_s_range_version, sign TYPE raldb_sign, option TYPE raldb_opti, low TYPE rsversion, high TYPE rsversion, END OF nt_s_range_version
4 NT_TH_HIEDIR Public See coding 20090511 nt_th_hiedir TYPE HASHED TABLE OF nt_s_hiedir WITH UNIQUE KEY hieid
5 NT_T_RANGE_HIENM Public See coding 20080703 nt_t_range_hienm TYPE STANDARD TABLE OF nt_s_range_hienm WITH NON-UNIQUE KEY table_line
6 NT_T_RANGE_VERSION Public See coding 20080703 nt_t_range_version TYPE STANDARD TABLE OF nt_s_range_version WITH NON-UNIQUE KEY table_line
Method Signatures

Method GET_CAPABILITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHABASNM Call by reference Type reference (TYPE) RSCHANM Merkmal 20091005
2 Returning R_S_CAPABLITIES Value transfer Type reference (TYPE) RSD_S_HIE_CAPABILITIES Eigenschaften der Klasse 20080703

Method GET_CAPABILITIES on Interface IF_RRHI_VIRT_HIERARCHIES has no exception.

Method GET_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_HIEDIR Call by reference Type reference (TYPE) NT_TH_HIEDIR Lister von Hierarchie-Header 20090511
2 Exporting E_T_HIEDIRT Call by reference Type reference (TYPE) RSSH_T_RSHIEDIRT Beschreibung einer Hierarchie 20081117
3 Importing I_CHABASNM Call by reference Type reference (TYPE) RSCHANM Merkmal 20080703
4 Importing I_HDATE Call by reference Type reference (TYPE) RSDATETO Datum (initial = keine Einschränkung) 20080703
5 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20081117
6 Importing I_T_HIENM Call by reference Type reference (TYPE) NT_T_RANGE_HIENM 20080703
7 Importing I_T_VERSION Call by reference Type reference (TYPE) NT_T_RANGE_VERSION 20080703
8 Importing I_WITH_TEXT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Texte mitlesen 20081117

Method GET_HEADERS on Interface IF_RRHI_VIRT_HIERARCHIES has no exception.

Method GET_HEADER_WITH_HIEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_HIEDIR Call by reference Type reference (TYPE) NT_S_HIEDIR 20081119
2 Exporting E_S_HIEDIRT Call by reference Type reference (TYPE) RSHIEDIRT Hierarchieverzeichnistexte 20081119
3 Importing I_CHABASNM Call by reference Type reference (TYPE) RSCHANM Merkmal 20081119
4 Importing I_HIEID Call by reference Type reference (TYPE) RSHIEID Interne Hierarchie-ID (Unique-ID) 20080703
5 Importing I_WITH_TEXT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Texte mitlesen? 20081119
# Exception Resumable Description Created on
1 CX_RRHI_HIERARCHY_NOT_FOUND Hierarchie nicht gefunden 20080703

Method GET_HEADER_WITH_HIENM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_HIEDIR Call by reference Type reference (TYPE) NT_S_HIEDIR Hierarchie-Header 20081119
2 Exporting E_S_HIEDIRT Call by reference Type reference (TYPE) RSHIEDIRT Hierarchieverzeichnistexte 20081119
3 Importing I_CHABASNM Call by reference Type reference (TYPE) RSCHANM Merkmal 20080703
4 Importing I_HDATE Call by reference Type reference (TYPE) RSDATETO Datum gültig bis 20080703
5 Importing I_HIENM Call by reference Type reference (TYPE) RSHIENM Hierarchiename 20080703
6 Importing I_VERSION Call by reference Type reference (TYPE) RSVERSION Hierarchieversion 20080703
7 Importing I_WITH_TEXT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Texte mitlesen? 20081119
# Exception Resumable Description Created on
1 CX_RRHI_HIERARCHY_NOT_FOUND Hierarchie nicht gefunden 20080703
History
Last changed by/on SAP  20130531 
SAP Release Created in 711