SAP ABAP Class CL_RSDD_HDB_INDEX_METAPROV (Metadata Provider for New DB Column View)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_HDB_INDEX (Package) Access Layer for New DB Calc. Engine
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_HDB_CLASSIC_CUBE_META Metadata Provider for InfoCubes on New DB 20110131
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_HDB_DATA_STORE_META Metadata Provider for a Datastore 20110705
3 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_HDB_MD_METAPROV Metadata Provider of a Master Data Provider on New DB 20110126
4 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_HDB_MD_VALUEHELP_META Metadata Provider of an F4 Help Provider on New DB 20110126
Properties
Class CL_RSDD_HDB_INDEX_METAPROV  
Short Description Metadata Provider for New DB Column View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSDD_HDB_INDEX    
Program status P  SAP Standard Production Program 
Category 0   
Package RSDD_HDB_INDEX   Access Layer for New DB Calc. Engine 
Created 20110126   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSDD_HDB_COLUMN_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDBI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDD_HDB_INDEX_METAPROV has no interface implemented.
Friends
Class CL_RSDD_HDB_INDEX_METAPROV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_FACTTABLE Instance attribute Private Type reference (TYPE) STRING Name of the Fact Table for this InfoProvider 20110126
2 P_INFOPROVIDER Instance attribute Private Type reference (TYPE) STRING Infoprovider Name 20110126
3 P_INITIALIZED Instance attribute Protected Type reference (TYPE) RS_BOOL RS_C_FALSE Instance is initialized 20110126
4 P_META_FACTTABLE_NAME Instance attribute Private Type reference (TYPE) STRING Name of the Fact Table from the Provider's Metadata 20110126
5 P_R_DTA Instance attribute Private Object reference (TYPE REF TO) CL_RSD_DTA Properties of the InfoProvider 20110311
6 P_R_NAME_MAPPER Instance attribute Private Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Name Conversions for NewDB 20110126
7 P_SX_QUERY Instance attribute Private Type reference (TYPE) RSDRS_SX_QUERY SX_QUERY Structure of this InfoProvider 20110126
8 P_T_ATTRIBUTES Instance attribute Private Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_IDXATTR Column View Attributes 20110126
9 P_T_CONSTRAINTS Instance attribute Private Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_CONSTRAINT Selection Conditions on Attributes 20110126
10 P_T_DTA_PRO Instance attribute Protected Type reference (TYPE) RSD_T_DTA_PRO InfoObject Properties in Data Target 20110126
11 P_T_JOINS Instance attribute Private Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_JOIN List of Column View Join Conditions for Attributes 20110126
12 P_T_KEYFIGURES Instance attribute Private Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_KYF List of Column View Key Figures 20110126
13 P_T_PLACEHOLDER Instance attribute Private Type reference (TYPE) TN_TS_PLACEHOLDER List of Placeholders Used 20110412
14 P_T_TABLES Instance attribute Private Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_SOURCE_TABLE Data Sources of Column View 20110126
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONSTRAINTS Instance method Protected Method Adds additional selection conditions (LO JOIN for example) 20110126
2 ADD_PLACEHOLDER Instance method Protected Method Inserts new placeholder into list 20110412
3 BUILD_SX_QUERY Instance method Protected Method Builds the InfoProvider's SX_QUERY structure 20110126
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110126
5 DERIVE_FACTTABLE_NAME Instance method Protected Method Calculates the nameof the fact table (child-specific) 20110126
6 DERIVE_META_FACTTABLE_NAME Instance method Protected Method Derives the name of the metadata fact table 20110126
7 FILL_ATTRIBUTES Instance method Protected Method Builds the list of attributes and selection conditions 20110126
8 FILL_CONSTRAINTS Instance method Protected Method Builds the list of selection conditions 20110126
9 FILL_DTA_PRO Instance method Protected Method Initializes the InfoProvider's runtime definition 20110126
10 FILL_JOINS Instance method Protected Method Builds the list of join conditions 20110126
11 FILL_KEYFIGURES Instance method Protected Method Builds the list of key figures 20110126
12 FILL_TABLES Instance method Protected Method Builds the list of data sources 20110126
13 GET_ANCHOR_TABLE_TYPE Instance method Protected Method Returns the table type of the anchor table 20110708
14 GET_ATTRIBUTES Instance method Public Method Returns the list of column view attributes 20110126
15 GET_CONSTRAINTS Instance method Public Method Returns the selection conditions or filters 20110126
16 GET_CONSTRAINT_OPERAND Instance method Private Method Builds the operand for a selection condition 20110527
17 GET_CONSTRAINT_OPERATOR Instance method Private Method Determines the operator for the selection condition 20110527
18 GET_DTA Instance method Protected Method Returns an instance of the InfoProvider description 20110311
19 GET_DTA_PRO Instance method Public Method Returns the InfoProvider's runtime properties 20110126
20 GET_FACTTABLE Instance method Public Method Returns the name of the fact table 20110126
21 GET_INFOPROVIDER Instance method Public Method Returns the name of the InfoProvider 20110126
22 GET_JOINS Instance method Public Method Returns the list of Join conditions 20110126
23 GET_KEYFIGURES Instance method Public Method Returns the list of column view key figures 20110126
24 GET_META_FACTTABLE_NAME Instance method Protected Method Returns the name of the metadata fact table 20110126
25 GET_NAME_MAPPER Instance method Protected Method Returns the name converter used 20110126
26 GET_PLACEHOLDERS Instance method Public Method List of Placeholders Used in Constraints 20110412
27 GET_SX_QUERY Instance method Public Method Returns the InfoProvider's SX_QUERY structure 20110126
28 GET_TABLES Instance method Public Method Returns the input data source (tables, column views) 20110126
29 INITIALIZE Instance method Public Method Initializes the instance 20110126
30 IS_INITIALIZED Instance method Public Method Indicates whether the instance has already been initialized 20110126
31 REPROCESS_SX_QUERY Instance method Protected Method SX_QUERY Post-Processing 20110126
32 SET_FACTTABLE Instance method Public Method Sets the name of the fact table 20110126
33 SET_INITIALIZED Instance method Private Method Sets the initialization status 20110126
34 SET_META_FACTTABLE Instance method Private Method Sets the name of the fact table from the metadata 20110126
35 SET_SX_QUERY Instance method Public Method Set SX_QUERY Structure 20110126
36 _INITIALIZE Instance method Protected Method Initializes the HDB object instance 20110126
Events
Class CL_RSDD_HDB_INDEX_METAPROV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_TS_PLACEHOLDER Public See coding List with Placeholder Names 20110412 tn_ts_placeholder TYPE SORTED TABLE OF string WITH UNIQUE KEY table_line
Method Signatures

Method ADD_CONSTRAINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_CONSTRAINT Call by reference Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_CONSTRAINT Selektionsbedingungen zum Einfügen 20110126

Method ADD_CONSTRAINTS on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method ADD_PLACEHOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PLACEHOLDER Call by reference Type reference (TYPE) CSEQUENCE Name des Platzhalters 20110412

Method ADD_PLACEHOLDER on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method BUILD_SX_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SX_QUERY Call by reference Type reference (TYPE) RSDRS_SX_QUERY SX_QUERY Struktur 20110310

Method BUILD_SX_QUERY on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROVIDER Call by reference Type reference (TYPE) CSEQUENCE Infoprovider 20110126
2 Importing I_R_DTA Call by reference Object reference (TYPE REF TO) CL_RSD_DTA Eigenschaften des Infoproviders 20110311
3 Importing I_R_NAME_MAPPER Call by reference Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Namenskonvertierer 20110126
4 Importing I_SX_QUERY Call by reference Type reference (TYPE) RSDRS_SX_QUERY SX_QUERY des Infoprovider falls vorhanden 20110126

Method CONSTRUCTOR on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method DERIVE_FACTTABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FACTTABLE Value transfer Type reference (TYPE) STRING name der Faktentabelle 20110126

Method DERIVE_FACTTABLE_NAME on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method DERIVE_META_FACTTABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROVIDER Call by reference Type reference (TYPE) CSEQUENCE Name des Infoproviders 20110126
2 Returning R_META_FACTTABLE_NAME Value transfer Type reference (TYPE) STRING Faktentabelle aus den Metadaten des Providers 20110126

Method DERIVE_META_FACTTABLE_NAME on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method FILL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_ATTRIBUTES Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_IDXATTR Column-View Attribute 20110126

Method FILL_ATTRIBUTES on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method FILL_CONSTRAINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_WHERE Call by reference Type reference (TYPE) RSDRS_T_WHERE Selektionsbedingungen aus der SX_QUERY 20110126
2 Returning R_T_CONSTRAINT Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_CONSTRAINT Selektionsbedingungen für Logischen Index 20110126

Method FILL_CONSTRAINTS on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method FILL_DTA_PRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_DTA_PRO Call by reference Type reference (TYPE) RSD_T_DTA_PRO Laufzeitinfo InfoProvider 20110126
# Exception Resumable Description Created on
1 CX_RSDD_CS_UNKNOWN_INFOPROV Infoprovider nicht gefunden oder nicht instanziierbar 20110126

Method FILL_JOINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_JOINS Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_JOIN Liste der Joinbedingungen 20110126

Method FILL_JOINS on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method FILL_KEYFIGURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_KEYFIGURES Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_KYF Liste der Kennzahlen 20110126

Method FILL_KEYFIGURES on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method FILL_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_TABLES Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_SOURCE_TABLE Liste der Source-Tabellen eines Column-Views 20110126

Method FILL_TABLES on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_ANCHOR_TABLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TABLE_TYPE Value transfer Type reference (TYPE) RSDRS_TABTP Tabellentyp 20110708

Method GET_ANCHOR_TABLE_TYPE on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_ATTRIBUTES Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_IDXATTR Column-View Attribute 20110126

Method GET_ATTRIBUTES on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_CONSTRAINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_CONSTRAINTS Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_CONSTRAINT Selektionsbedingungen 20110126

Method GET_CONSTRAINTS on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_CONSTRAINT_OPERAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OR_BINDING Call by reference Type reference (TYPE) RS_BOOL Logische Verknüpfung zu den anderen Selektionsbedingungen 20110527
2 Importing I_R_WHERE Call by reference Object reference (TYPE REF TO) RSDRS_S_WHERE Selektionsbedingung 20110527
3 Returning R_OPERAND Value transfer Type reference (TYPE) STRING Operand zur Selektionsbedingung 20110527

Method GET_CONSTRAINT_OPERAND on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_CONSTRAINT_OPERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OR_BINDING Call by reference Type reference (TYPE) RS_BOOL Logische Verknüpfung zu den anderen Selektionsbedingungen 20110527
2 Importing I_WHERE_OPERATOR Call by reference Type reference (TYPE) CSEQUENCE Operator der Selektionsbedingung 20110527
3 Returning R_CONSTRAINT_OPERATOR Value transfer Type reference (TYPE) STRING Constraint-Operator 20110527

Method GET_CONSTRAINT_OPERATOR on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_DTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_DTA Value transfer Object reference (TYPE REF TO) CL_RSD_DTA Infoprovider Eigenschaften 20110311
# Exception Resumable Description Created on
1 CX_RSDD_CS_UNKNOWN_INFOPROV Infoprovider nicht gefunden oder nicht instanziierbar 20110311

Method GET_DTA_PRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_DTA_PRO Value transfer Object reference (TYPE REF TO) RSD_T_DTA_PRO Eigenschaften von InfoObjects im Datenziel 20110126

Method GET_DTA_PRO on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_FACTTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FACTTABLE Value transfer Type reference (TYPE) STRING Name der Faktentabelle 20110126

Method GET_FACTTABLE on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_INFOPROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INFOPROVIDER Value transfer Type reference (TYPE) STRING Name des Infoproviders 20110126

Method GET_INFOPROVIDER on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_JOINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_JOIN Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_JOIN Liste der Joinbedingungen 20110126

Method GET_JOINS on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_KEYFIGURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_KEYFIGURES Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_KYF Liste der Column-View Kannzahlen 20110126

Method GET_KEYFIGURES on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_META_FACTTABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_META_FACTTABLE_NAME Value transfer Type reference (TYPE) STRING Name der Faktentabelle aus den Metadaten 20110126

Method GET_META_FACTTABLE_NAME on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_NAME_MAPPER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_NAME_MAPPER Value transfer Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Namenskonvertierungen für NewDB 20110126

Method GET_NAME_MAPPER on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_PLACEHOLDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_PLACEHOLDER Value transfer Type reference (TYPE) TN_TS_PLACEHOLDER Liste der in Constraints benutzten Platzhalter 20110412

Method GET_PLACEHOLDERS on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_SX_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SX_QUERY Value transfer Object reference (TYPE REF TO) RSDRS_SX_QUERY SX_QUERY des Infoproviders 20110126

Method GET_SX_QUERY on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method GET_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_TABLES Value transfer Type reference (TYPE) IF_RSDD_HDB_COLUMN_VIEW=>TN_TS_SOURCE_TABLE Liste der Source-Tabellen eines Column-Views 20110126

Method GET_TABLES on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_RSDD_HDB_INDEX_METAPROV has no parameter.
# Exception Resumable Description Created on
1 CX_RSDD_HDB_MODELINIT_FAILED Infoprovider nicht gefunde oder nicht instanziierbar 20110126

Method IS_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INITIALIZED Value transfer Type reference (TYPE) RS_BOOL Instanz wurde bereits initialisiert (ja/nein) 20110126

Method IS_INITIALIZED on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method REPROCESS_SX_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SX_QUERY Call by reference Object reference (TYPE REF TO) RSDRS_SX_QUERY Input SX_QUERY 20110126
2 Returning R_R_SX_QUERY Value transfer Object reference (TYPE REF TO) RSDRS_SX_QUERY Ergebnis SX_QUERY 20110126

Method REPROCESS_SX_QUERY on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method SET_FACTTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FACTTABLE Call by reference Type reference (TYPE) CSEQUENCE Faktentabelle 20110126

Method SET_FACTTABLE on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method SET_INITIALIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INITIALIZED Call by reference Type reference (TYPE) RS_BOOL Initialisierungsstatus 20110126

Method SET_INITIALIZED on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method SET_META_FACTTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_META_FACTTABLE Call by reference Type reference (TYPE) CSEQUENCE Metadaten_Faktentabelle 20110126

Method SET_META_FACTTABLE on class CL_RSDD_HDB_INDEX_METAPROV has no exception.

Method SET_SX_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SX_QUERY Call by reference Type reference (TYPE) RSDRS_SX_QUERY SX_QUERY des Infoproviders 20110126
# Exception Resumable Description Created on
1 CX_RSDD_HDB_MODELINIT_FAILED Die Initialisierung des Metamodells ist fehlgeschlagen 20110126

Method _INITIALIZE Signature

Method _INITIALIZE on class CL_RSDD_HDB_INDEX_METAPROV has no parameter.
# Exception Resumable Description Created on
1 CX_RSDD_HDB_MODELINIT_FAILED Die Initialisierung des Metamodells ist fehlgeschlagen 20110126
History
Last changed by/on SAP  20130531 
SAP Release Created in 730