SAP ABAP Class CL_ESH_IF_BOS_CONNECTOR_BI (Connector Implementation for BI Data Providers)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_ADMIN_BOS (Package) Monitoring and Admin for the BOS Component

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_IF_BOS_DATA_ITERATOR | Iterator for data packages | 20070222 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_IF_BOS_DP_CONNECTOR | Connector Interface for Data Providers | 20070222 |
Properties
Class | CL_ESH_IF_BOS_CONNECTOR_BI | |
Short Description | Connector Implementation for BI Data Providers | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_ADMIN_BOS | Monitoring and Admin for the BOS Component |
Created | 20070222 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ESH_IF_BOS_DATA_ITERATOR | Iterator for data packages | 20070222 | ||
2 | IF_ESH_IF_BOS_DP_CONNECTOR | Connector Interface for Data Providers | 20070222 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_ESH_IF_BOS_DP_CONTROLLER | 20070305 | Data Provider Controller |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | I | 10000 | Default package size | 20070306 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | ESH_E_OM_DATA_SOURCE_TECHN | 'BI' | Technology of DataSource | 20070305 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'X' | Flag: 'X' | 20070313 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | SYMSGID | 'ESH_BOS_INDEX_CTRL' | Message class | 20070305 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR2 | 'EQ' | Range: Option EQ | 20070315 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'A' | Status of process | 20070305 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'F' | Status of process | 20070305 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'G' | Status of process | 20070305 | |
9 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'J' | Status of process | 20070305 | |
10 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'R' | Status of process | 20070305 | |
11 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'X' | Status of process | 20070305 | |
12 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'I' | Range: Sign INCL | 20070315 | |
13 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_ESH_IF_BOS_DP_CONNECTOR | Connector interface for data providers | 20070305 | ||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Structure of key fields | 20070222 | ||
15 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Data package | 20070222 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DDFIELDS | DD: List of keyfields | 20070222 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Package size for iterator | 20070222 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Start of the selection | 20070222 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TABNAME | Table name | 20070222 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | Private constructor | 20070305 |
2 | ![]() |
Instance method | Private | Method | Get the name of the table that holds the content data | 20070312 |
3 | ![]() |
Static method | Private | Method | Get instance method for singleton instance | 20070305 |
4 | ![]() |
Instance method | Private | Method | Get the name of the process chain to be executed | 20070305 |
Events
Class CL_ESH_IF_BOS_CONNECTOR_BI has no event.
Types
Class CL_ESH_IF_BOS_CONNECTOR_BI has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ESH_IF_BOS_CONNECTOR_BI has no parameter.
Method CONSTRUCTOR on class CL_ESH_IF_BOS_CONNECTOR_BI has no exception.
Method GET_CONTENT_DATA_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DATA_SOURCE_NAME | Value transfer | Type reference (TYPE) | ESH_E_OM_DATA_SOURCE_NAME | Data Source Name | 20070312 | ||
2 | ![]() |
IV_LOGSYS | Value transfer | Type reference (TYPE) | LOGSYS | Logical system | 20070312 | ||
3 | ![]() |
RV_CONTENT_TABLE | Value transfer | Type reference (TYPE) | TABNAME16 | Content table | 20070312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in connector implementations | 20070312 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ESH_IF_BOS_DP_CONNECTOR | Connector Interface for Data Providers | 20070305 |
Method GET_INSTANCE on class CL_ESH_IF_BOS_CONNECTOR_BI has no exception.
Method GET_PROCESS_CHAIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_DATA_SOURCE_NAME | Value transfer | Type reference (TYPE) | ESH_E_OM_DATA_SOURCE_NAME | Data Source Name | 20070312 | ||
2 | ![]() |
IV_LOGSYS | Value transfer | Type reference (TYPE) | LOGSYS | Logical system | 20070305 | ||
3 | ![]() |
IV_MODE | Value transfer | Type reference (TYPE) | ESH_E_IX_INITIAL_DELTA_LOAD | Mode for indexing data: Initial load or delta load | 20070305 | ||
4 | ![]() |
RV_PROCESS_CHAIN | Value transfer | Type reference (TYPE) | CHAR25 | Process Chain | 20070305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in connector implementations | 20070305 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 100 |