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 | 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 | Constant | Private | See coding | 20130820 | |||||
| 2 | Constant | Private | Type reference (TYPE) | I | 4 | 20130820 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | 20130820 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_FBPNAME | 20130820 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSDRV_TREX_NAME_MAPPER | Name Mapper BI <-> Trex View attributes | 20130820 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSFBP_SEMANTICS | Field-based Provider Semantic Section | 20130820 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSFBP_SOURCE_TYPE_TABLE | Extension of source type | 20130820 | |||
| 8 | Static Attribute | Private | See coding | 20130820 | |||||
| 9 | Static Attribute | Private | See coding | 20130820 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130820 | ||
| 2 | Instance method | Private | Constructor | CONSTRUCTOR | 20130820 | |
| 3 | Instance method | Public | Method | 20130820 | ||
| 4 | Instance method | Private | Method | 20130820 | ||
| 5 | Static method | Public | Method | 20130820 | ||
| 6 | 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 | Average was not possible | 20130820 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FBPNAME | Call by reference | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_FBPNAME | 20130820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | E_SX_NAME_MAPPER | Call by reference | Type reference (TYPE) | TP_SX_NAME_MAPPER | 20130820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130820 | |||
| 2 | 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 | I_FBPNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130820 | ||||
| 2 | R_R_COLUMN_VIEW | Value transfer | Object reference (TYPE REF TO) | CL_RSFBP_DB_VIEW | 20130820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20130820 |
Method GET_NAME_MAPPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | Method Not Implemented | 20130820 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |