SAP ABAP Class CL_RSFBP_COLUMN_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_COLUMN_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 | 20130610 | 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_COLUMN_VIEW has no interface implemented.
Friends
Class CL_RSFBP_COLUMN_VIEW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20130610 | |||||
| 2 | Constant | Private | Type reference (TYPE) | I | 2 | 20130820 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | 20130610 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_FBPNAME | 20130610 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSDRV_TREX_NAME_MAPPER | Name Mapper BI <-> Trex View attributes | 20130610 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSFBP_SEMANTICS | Field-based Provider Semantic Section | 20130610 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSFBP_SOURCE_TYPE_TABLE | Extension of source type | 20130611 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TP_TS_ASC | 20130610 | ||||
| 9 | Static Attribute | Private | See coding | 20130610 | |||||
| 10 | Static Attribute | Private | See coding | 20130610 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130610 | ||
| 2 | Instance method | Private | Constructor | CONSTRUCTOR | 20130610 | |
| 3 | Instance method | Public | Method | 20130820 | ||
| 4 | Instance method | Private | Method | 20130611 | ||
| 5 | Instance method | Private | Method | 20130611 | ||
| 6 | Instance method | Private | Method | 20130611 | ||
| 7 | Instance method | Private | Method | 20130611 | ||
| 8 | Static method | Public | Method | 20130610 | ||
| 9 | Instance method | Private | Method | 20130611 | ||
| 10 | Instance method | Public | Method | Get name of column view | 20130610 | |
| 11 | Static method | Private | Method | 20130612 |
Events
Class CL_RSFBP_COLUMN_VIEW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_SX_NAME_MAPPER | Private | See coding | 20130611 | BEGIN OF tp_sx_name_mapper,
index_id TYPE trexd_index_id,
view TYPE string,
index_type TYPE if_rsdrv_trex_name_mapper=>tn_table_type,
schema TYPE trexd_index_id,
default_calc_node TYPE string,
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,
t_constraint TYPE trext_placeholders,
version TYPE i,
END OF tp_sx_name_mapper
|
||
| 2 | TP_S_ASC | Private | See coding | 20130610 | BEGIN OF tp_s_asc,
asctlogo TYPE if_rsfbp_types=>tn_s_field-asctlogo,
ascobjnm TYPE if_rsfbp_types=>tn_s_field-ascobjnm,
r_asctype TYPE REF TO if_rsfbp_association_type,
check_result TYPE i,
END OF tp_s_asc
|
||
| 3 | TP_S_FIELD_NAME | Private | See coding | 20130611 | BEGIN OF tp_s_field_name,
iobjnm TYPE rsiobjnm,
attrname TYPE trexd_attr_name,
END OF tp_s_field_name
|
||
| 4 | TP_TS_ASC | Private | See coding | 20130610 | tp_ts_asc TYPE SORTED TABLE OF tp_s_asc
WITH UNIQUE KEY asctlogo ascobjnm
INITIAL SIZE 0
|
||
| 5 | TP_TS_FIELD_NAME | Private | See coding | 20130611 | tp_ts_field_name TYPE SORTED TABLE OF tp_s_field_name
WITH UNIQUE KEY iobjnm
WITH NON-UNIQUE SORTED KEY attrname COMPONENTS attrname
INITIAL SIZE 0
|
||
| 6 | TP_TS_INDEX_ID | Private | See coding | 20130612 | 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_COLUMN_VIEW has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Average was not possible | 20130610 |
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 | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20130610 |
Method DEACTIVATE Signature
Method DEACTIVATE on class CL_RSFBP_COLUMN_VIEW has no parameter.
Method DEACTIVATE on class CL_RSFBP_COLUMN_VIEW has no exception.
Method GENERATE_COLUMN_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 | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Implemented | 20130611 |
Method GENERATE_COLUMN_VIEW_JOIN 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 | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Implemented | 20130611 |
Method GENERATE_COLUMN_VIEW_NO_ASC 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 | 20130611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Implemented | 20130611 |
Method GET_INDEX_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INDEX_ID | Value transfer | Type reference (TYPE) | TREXD_INDEX_ID | Index Id | 20130611 |
Method GET_INDEX_ID on class CL_RSFBP_COLUMN_VIEW has no exception.
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 | 20130610 | ||||
| 2 | R_R_COLUMN_VIEW | Value transfer | Object reference (TYPE REF TO) | CL_RSFBP_COLUMN_VIEW | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20130610 |
Method GET_JOIN_INDEX_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_INDEX_ID | Value transfer | Type reference (TYPE) | TREXD_INDEX_ID | Index Id | 20130611 |
Method GET_JOIN_INDEX_ID on class CL_RSFBP_COLUMN_VIEW has no exception.
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 | 20130610 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Method Not Implemented | 20130610 |
Method GET_UNIQUE_INDEX_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TS_INDEX_ID | Call by reference | Type reference (TYPE) | TP_TS_INDEX_ID | 20130612 | ||||
| 2 | E_INDEX_ID | Value transfer | Type reference (TYPE) | TREXD_INDEX_ID | Index Id | 20130612 | |||
| 3 | I_INDEX_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130612 |
Method GET_UNIQUE_INDEX_ID on class CL_RSFBP_COLUMN_VIEW has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |