SAP ABAP Class CL_RSFBP_SOURCE_TYPE_REMOTE (Open ODS View on HANA: Remote Table)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSFBP (Package) BW: Field-based Provider framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSFBP_SOURCE_TYPE_TABLE_BAS | Basis class of Open ODS View source types | 20130822 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSFBP_SOURCE_TYPE_GEN_RSDS | Generate BW DataSource | 20130822 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSFBP_SOURCE_TYPE_STATIC | BW: Field-based Provider: Source Type | 20130617 |
Properties
| Class | CL_RSFBP_SOURCE_TYPE_REMOTE | |
| Short Description | Open ODS View on HANA: Remote Table | |
| Super Class | CL_RSFBP_SOURCE_TYPE_TABLE_BAS | Basis class of Open ODS View source types |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSFBP | BW: Field-based Provider framework |
| Created | 20130617 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSFBP_SOURCE_TYPE_GEN_RSDS | Generate BW DataSource | 20130822 | ||
| 2 | IF_RSFBP_SOURCE_TYPE_STATIC | BW: Field-based Provider: Source Type | 20130617 |
Friends
Class CL_RSFBP_SOURCE_TYPE_REMOTE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20130621 | |||||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | '.' | Single-Character Flag | 20130621 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20130729 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | RSFBP_NAME | View name | 20130726 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20130726 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | RSSLOGSYS | Source system | 20130708 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CL_RSSDA_FEDERATION_SERVICES=>TN_REMOTE_DB_NM | 20130617 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | CL_RSSDA_FEDERATION_SERVICES=>TN_REMOTE_SOURCE_NM | 20130617 | ||||
| 9 | Static Attribute | Private | See coding | 20130729 | |||||
| 10 | Static Attribute | Private | See coding | 20130617 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130617 | ||
| 2 | Static method | Public | Method | 20130621 | ||
| 3 | Instance method | Private | Method | 20130709 | ||
| 4 | Static method | Public | Method | 20130820 | ||
| 5 | Static method | Public | Method | 20130729 | ||
| 6 | Static method | Public | Method | 20130729 |
Events
Class CL_RSFBP_SOURCE_TYPE_REMOTE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_ENTITY_TYPE | Public | See coding | 20130806 | tn_entity_type TYPE c LENGTH 1
|
||
| 2 | TN_S_LOGSYS | Public | See coding | 20130802 | BEGIN OF tn_s_logsys ,
remote_source TYPE rsfbp_s_source_type_remote-remote_source,
remote_db TYPE rsfbp_s_source_type_remote-remote_db,
dbschema TYPE rsfbp_s_source_type_remote-dbschema,
END OF tn_s_logsys
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGSYS | Call by reference | Type reference (TYPE) | RSSLOGSYS | Source system | 20130708 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | 20130617 | |||
| 3 | I_SRCOBJNM | Call by reference | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_SRCOBJNM | 20130617 | ||||
| 4 | I_SRCTYPE | Call by reference | Type reference (TYPE) | IF_RSFBP_TYPES=>TN_SRCTYPE | 20130617 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130617 |
Method GET_ENTITY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CL_RSSDA_FEDERATION_SERVICES=>TN_TABLE_NM | 20130621 | ||||
| 2 | R_ENTITY_TYPE | Value transfer | Type reference (TYPE) | TN_ENTITY_TYPE | 20130621 |
Method GET_ENTITY_TYPE on class CL_RSFBP_SOURCE_TYPE_REMOTE has no exception.
Method GET_REMOTE_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REMOTE_DB | Value transfer | Type reference (TYPE) | CL_RSSDA_FEDERATION_SERVICES=>TN_REMOTE_DB_NM | 20130709 |
Method GET_REMOTE_DB on class CL_RSFBP_SOURCE_TYPE_REMOTE has no exception.
Method GET_TABLE_NAME 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 | ||||
| 2 | R_TABLE_NAME | Value transfer | Type reference (TYPE) | CL_RSSDA_FEDERATION_SERVICES=>TN_TABLE_NM | 20130820 |
Method GET_TABLE_NAME on class CL_RSFBP_SOURCE_TYPE_REMOTE has no exception.
Method LOGSYS_TO_SCHEMA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOGSYS | Call by reference | Type reference (TYPE) | RSFBP_S_SOURCE_TYPE_REMOTE-LOGSYS | Source system | 20130729 | |||
| 2 | R_S_SCHEMA | Value transfer | Type reference (TYPE) | TN_S_LOGSYS | 20130729 |
Method LOGSYS_TO_SCHEMA on class CL_RSFBP_SOURCE_TYPE_REMOTE has no exception.
Method SCHEMA_TO_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DBSCHEMA | Call by reference | Type reference (TYPE) | RSFBP_S_SOURCE_TYPE_REMOTE-DBSCHEMA | DB Object Schema | 20130729 | |||
| 2 | I_REMOTE_DB | Call by reference | Type reference (TYPE) | RSFBP_S_SOURCE_TYPE_REMOTE-REMOTE_DB | HANA Federation Remote DB | 20130729 | |||
| 3 | I_REMOTE_SOURCE | Call by reference | Type reference (TYPE) | RSFBP_S_SOURCE_TYPE_REMOTE-REMOTE_SOURCE | HANA Federation Remote Source | 20130729 | |||
| 4 | R_LOGSYS | Value transfer | Type reference (TYPE) | RSFBP_S_SOURCE_TYPE_REMOTE-LOGSYS | Source system | 20130729 |
Method SCHEMA_TO_LOGSYS on class CL_RSFBP_SOURCE_TYPE_REMOTE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |