SAP ABAP Class IF_RSDD_COMP_MEDIATOR (Componentization Data Basis for Data Manager)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSO_COMP_MEDIATOR Marker Interface for Mediator Implementation 20091222
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDD_COMP_MEDIATOR Componentization Data Basis for Data Manager 20090803
Properties
Class IF_RSDD_COMP_MEDIATOR  
Short Description Componentization Data Basis for Data Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090803   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 IF_RSDD_HDB_COLUMN_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RSDD_COMP_MEDIATOR has no interface implemented.
Friends
Class IF_RSDD_COMP_MEDIATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_SEVERITY_ERROR Constant Public Type reference (TYPE) SYMSGTY 'E' 20120807
2 N_C_SEVERITY_INFO Constant Public Type reference (TYPE) SYMSGTY 'I' 20120807
3 N_C_SEVERITY_WARNING Constant Public Type reference (TYPE) SYMSGTY 'W' 20120807
Methods
# Method Level Visibility Method type Description Created on
1 ANALYZE_DATA Instance method Public Method Analyze Time-Dependent Data 20090803
2 CHANGE_XYTABLE Instance method Public Method Fills SID Tables from Old SID 20100318
3 CREATE_HDB_COLUMN_VIEW Instance method Public Method Create on the Database 20110120
4 DELETE_HDB_COLUMN_VIEW Instance method Public Method Delete on the Database 20110120
5 FILL_INITIAL_PQTABLE Instance method Public Method Fills the P table and Q table from the master data view 20090803
6 FILL_INITIAL_XYTABLE Instance method Public Method Initial structure of redundant SID tables for the report 20090803
7 GET_TYPE_COMPONENTS Instance method Public Method 20090817
Events
Class IF_RSDD_COMP_MEDIATOR has no event.
Types
Class IF_RSDD_COMP_MEDIATOR has no local type.
Method Signatures

Method ANALYZE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TIMDEP Call by reference Type reference (TYPE) RS_BOOL Boolean 20090803
2 Exporting E_T_TIMDEP Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20090803
3 Exporting E_T_TIMINDEP Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20090803
4 Importing I_CHABAS_CHK Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20090803
5 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20090803
6 Importing I_T_ATR Call by reference Type reference (TYPE) RSD_T_IOBJNM List of InfoObjects 20090803

Method ANALYZE_DATA on class IF_RSDD_COMP_MEDIATOR has no exception.

Method CHANGE_XYTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHABAS_CHK Call by reference Type reference (TYPE) RS_BOOL Boolean 20100318
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20100318
3 Importing I_SHOW Call by reference Type reference (TYPE) RS_BOOL Boolean 20100318
4 Importing I_TH_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO BW Repository: Liste (Hash) von TLOGO Objekt und Typ 20100318
5 Importing I_XTABNM Call by reference Type reference (TYPE) RSD_TABLNM 20100318
6 Importing I_YTABNM Call by reference Type reference (TYPE) RSD_TABLNM 20100318
# Exception Resumable Description Created on
1 CX_RSD_IOBJ_NOT_FOUND InfoObject nicht gefunden 20100318
2 CX_STATIC_CHECK Ausnahmen mit statischer und dynamischer Prüfung von RAISING 20100318
3 CX_SY_SQL_ERROR SQL Fehler 20100318

Method CREATE_HDB_COLUMN_VIEW 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 Infoprovidername 20110120
2 Importing I_MAX_LOG_SEVERITY Call by reference Type reference (TYPE) SYMSGTY N_C_SEVERITY_ERROR Maximale Schwere für Anwendungslog 20120807
3 Importing I_R_NAME_MAPPER Call by reference Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Namenskonvertierungen für NewDB 20110120
4 Importing I_SHOW_XML Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE XML Darstellung für Analysezwecke anzeigen 20110120
5 Importing I_SIMULATE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Nur XML generieren, aber keinen View anlegen 20110120
6 Importing I_SX_QUERY Call by reference Type reference (TYPE) RSDRS_SX_QUERY SX_QUERY Struktur des Infoproviders 20110120
7 Importing I_WITH_DB_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE DB Commit/Rollback soll von der Instanz gesteuert werden 20110822
# Exception Resumable Description Created on
1 CX_RS_ERROR BW: Allgemeine Fehlerklasse 20110120
2 CX_RS_NOT_FOUND 20110120

Method DELETE_HDB_COLUMN_VIEW 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 Infoprovidername 20110120
2 Importing I_R_NAME_MAPPER Call by reference Object reference (TYPE REF TO) IF_RSDD_HDB_NAME_MAPPER Namenskonvertierer für den Infoprovider 20110120
3 Importing I_WITH_DB_COMMIT Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE DB Commit soll von der Instanz gesteuert werden 20110822
4 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Ergebnis des Löschvorgangs: ture, false - siehe Appl. Log 20110120

Method DELETE_HDB_COLUMN_VIEW on class IF_RSDD_COMP_MEDIATOR has no exception.

Method FILL_INITIAL_PQTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHABAS_CHK Value transfer Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20090803
2 Importing I_IOBJNM Value transfer Type reference (TYPE) RSD_IOBJNM 20090803
3 Importing I_PTABNM Call by reference Type reference (TYPE) RSD_TABLNM 20090803
4 Importing I_QTABNM Call by reference Type reference (TYPE) RSD_TABLNM 20090803
5 Importing I_SHOW Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20090803
6 Importing I_TH_TLOGO Value transfer Type reference (TYPE) RSO_TH_TLOGO BW Repository: Liste (Hash) von TLOGO Objekt und Typ 20090803
# Exception Resumable Description Created on
1 CX_STATIC_CHECK Ausnahmen mit statischer und dynamischer Prüfung von RAISING 20090824

Method FILL_INITIAL_XYTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RSDRX_CHK_ERROR Call by reference Type reference (TYPE) RS_BOOL Boolean 20090803
2 Importing I_CHABAS_CHK Value transfer Type reference (TYPE) RS_BOOL Boolean 20090803
3 Importing I_FILL_XTAB Value transfer Type reference (TYPE) RS_BOOL Boolean 20090803
4 Importing I_FILL_YTAB Value transfer Type reference (TYPE) RS_BOOL Boolean 20090803
5 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20090803
6 Importing I_SHOW Value transfer Type reference (TYPE) RS_BOOL Boolean 20090803
7 Importing I_TH_TLOGO Call by reference Type reference (TYPE) RSO_TH_TLOGO BW Repository: Liste (Hash) von TLOGO Objekt und Typ 20090803
# Exception Resumable Description Created on
1 CX_RSD_IOBJ_NOT_FOUND InfoObject nicht gefunden 20090803
2 CX_STATIC_CHECK Ausnahmen mit statischer und dynamischer Prüfung von RAISING 20090803
3 CX_SY_SQL_ERROR SQL Fehler 20090803

Method GET_TYPE_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_COMPONENTS Call by reference Type reference (TYPE) ABAP_COMPDESCR_TAB 20090817
2 Importing I_S_DATA Call by reference Type reference (TYPE) ANY 20090817
3 Importing I_TA_DATA Call by reference Type reference (TYPE) ANY TABLE 20090817

Method GET_TYPE_COMPONENTS on class IF_RSDD_COMP_MEDIATOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in