SAP ABAP Class CL_RSFBP_DB_VIEW (Column View for Open ODS View)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSFBP (Package) BW: Field-based Provider framework
Properties
Class CL_RSFBP_DB_VIEW  
Short Description Column View for Open ODS View    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSFBP   BW: Field-based Provider framework 
Created 20130820   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSFBP_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSFBP_DB_VIEW has no interface implemented.
Friends
Class CL_RSFBP_DB_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CHECK_RESULT Constant Private See coding 20130820
2 CO_VERSION Constant Private Type reference (TYPE) I 4 20130820
3 P_CHECK_RESULT Instance attribute Private Type reference (TYPE) I 20130820
4 P_FBPNAME Instance attribute Private Type reference (TYPE) IF_RSFBP_TYPES=>TN_FBPNAME 20130820
5 P_R_NAME_MAPPER Instance attribute Private Object reference (TYPE REF TO) IF_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20130820
6 P_R_SEMANTICS Instance attribute Private Object reference (TYPE REF TO) IF_RSFBP_SEMANTICS Field-based Provider Semantic Section 20130820
7 P_R_TABLE Instance attribute Private Object reference (TYPE REF TO) IF_RSFBP_SOURCE_TYPE_TABLE Extension of source type 20130820
8 P_TS_NOT_FOUND Static Attribute Private See coding 20130820
9 P_T_INSTANCE Static Attribute Private See coding 20130820
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method 20130820
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20130820
3 DEACTIVATE Instance method Public Method 20130820
4 GENERATE_DB_VIEW Instance method Private Method 20130820
5 GET_INSTANCE Static method Public Method 20130820
6 GET_NAME_MAPPER Instance method Public Method Get name of column view 20130820
Events
Class CL_RSFBP_DB_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_SX_NAME_MAPPER Private See coding 20130820 BEGIN OF tp_sx_name_mapper, tabname TYPE tabname, non_bw_model TYPE rs_bool, ts_field_name TYPE tp_ts_field_name, ts_sid_name TYPE tp_ts_field_name, ts_no_inlist TYPE rsd_ts_chanm, version TYPE i, END OF tp_sx_name_mapper
2 TP_S_FIELD_NAME Private See coding 20130820 BEGIN OF tp_s_field_name, iobjnm TYPE rsiobjnm, fieldname TYPE fieldname, END OF tp_s_field_name
3 TP_TS_FIELD_NAME Private See coding 20130820 tp_ts_field_name TYPE SORTED TABLE OF tp_s_field_name WITH UNIQUE KEY iobjnm WITH NON-UNIQUE SORTED KEY fieldname COMPONENTS fieldname INITIAL SIZE 0
4 TP_TS_INDEX_ID Private See coding 20130820 tp_ts_index_id TYPE SORTED TABLE OF trexd_index_id WITH UNIQUE KEY table_line INITIAL SIZE 1
Method Signatures

Method CHECK Signature

Method CHECK on class CL_RSFBP_DB_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_RS_NOT_IMPLEMENTED Average was not possible 20130820

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FBPNAME Call by reference Type reference (TYPE) IF_RSFBP_TYPES=>TN_FBPNAME 20130820
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Object Not Found 20130820

Method DEACTIVATE Signature

Method DEACTIVATE on class CL_RSFBP_DB_VIEW has no parameter.
Method DEACTIVATE on class CL_RSFBP_DB_VIEW has no exception.

Method GENERATE_DB_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SX_NAME_MAPPER Call by reference Type reference (TYPE) TP_SX_NAME_MAPPER 20130820
# Exception Resumable Description Created on
1 CX_RS_NOT_IMPLEMENTED 20130820
2 CX_SQL_EXCEPTION Exception Class for SQL Error 20130820

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FBPNAME Call by reference Type reference (TYPE) CSEQUENCE 20130820
2 Returning R_R_COLUMN_VIEW Value transfer Object reference (TYPE REF TO) CL_RSFBP_DB_VIEW 20130820
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Object Not Found 20130820

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_RSDRV_TREX_NAME_MAPPER Name Mapper BI <-> Trex View attributes 20130820
# Exception Resumable Description Created on
1 CX_RS_NOT_IMPLEMENTED Method Not Implemented 20130820
History
Last changed by/on SAP  20140121 
SAP Release Created in 740