SAP ABAP Class /BOBF/CL_SEA_DATA_PROVIDER (Data provider for enterprise search)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF (Application Component) Business Object Processing Framework
⤷
/BOBF/SEARCH (Package) BOPF Enterprise Search
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_IF_DATA_PROVIDER | Data provider | 20130123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_IF_DATA_PROVIDER_INCL | Instances of included interfaces of data provider | 20130123 |
Properties
| Class | /BOBF/CL_SEA_DATA_PROVIDER | |
| Short Description | Data provider for enterprise search | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOBF/SEARCH | BOPF Enterprise Search |
| Created | 20130123 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOBF/CL_SEA_DATA_PROVIDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESH_IF_DATA_PROVIDER | Data provider | 20130123 | ||
| 2 | IF_ESH_IF_DATA_PROVIDER_INCL | Instances of included interfaces of data provider | 20130123 |
Friends
Class /BOBF/CL_SEA_DATA_PROVIDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ESH_E_IF_PROVIDER_ID | 'BOPF' | Provider-ID | 20130123 | ||
| 2 | Static Attribute | Protected | Type reference (TYPE) | GTT_EXTRACTOR_CACHE | 20130128 | ||||
| 3 | Static Attribute | Protected | Type reference (TYPE) | GTT_OBJECT_TYPE_CACHE | 20130124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Protected | Method | 20130128 |
Events
Class /BOBF/CL_SEA_DATA_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTT_EXTRACTOR_CACHE | Protected | See coding | 20130128 | gtt_extractor_cache type SORTED TABLE OF gty_extractor_cache
with unique key object_type_id
|
||
| 2 | GTT_OBJECT_TYPE_CACHE | Protected | See coding | 20130124 | gtt_object_type_cache type SORTED TABLE OF gty_object_type_cache
with unique key object_type_id
|
||
| 3 | GTY_EXTRACTOR_CACHE | Protected | See coding | 20130128 | begin of gty_extractor_cache.
types object_type_id type esh_e_if_object_type_id.
types o_extractor type ref to /bobf/if_sea_bo_data_extract.
types end of gty_extractor_cache
|
||
| 4 | GTY_OBJECT_TYPE_CACHE | Protected | See coding | 20130124 | begin of GTY_OBJECT_TYPE_CACHE .
types object_type_id type esh_e_if_object_type_id.
types o_bo_metadata type ref to /bobf/cl_sea_bo_metadata.
types end of gty_object_type_cache
|
Method Signatures
Method GET_EXTRACTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_TYPE_BACKEND_NAME | Call by reference | Type reference (TYPE) | ESH_E_OM_BACKEND_NAME | Backend Name | 20130128 | |||
| 2 | IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20130128 | |||
| 3 | RO_EXTRACTOR | Value transfer | Object reference (TYPE REF TO) | /BOBF/IF_SEA_BO_DATA_EXTRACT | Extraction of business object data | 20130128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General Error in Provider | 20130128 | ||
| 2 | Provided ID is unknown | 20130128 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 747 |