SAP ABAP Interface IF_FSI_QUERY_EXECUTION (FSI Query Execution Interface)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-FSI (Application Component) Fast Search Infrastructure
⤷
SFSG_QE (Package) Fast Search Query Execution
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FSI_ABSTRACT_QE | 20041220 | |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FSI_GENERIC_QE | 20041217 |
Properties
| Interface | IF_FSI_QUERY_EXECUTION | |
| Short Description | FSI Query Execution Interface |
General Data
| Package | SFSG_QE | Fast Search Query Execution |
| Created | 20041206 | SAP |
| Last changed | 20060207 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_FSI_QUERY_EXECUTION has no forward declaration.
Interfaces
Interface IF_FSI_QUERY_EXECUTION has no interface.
Friends
Interface IF_FSI_QUERY_EXECUTION has no friend.
Attributes
Interface IF_FSI_QUERY_EXECUTION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20041210 | ||
| 2 | Instance method | Public | Method | 20041230 | ||
| 3 | Instance method | Public | Method | 20041206 | ||
| 4 | Instance method | Public | Method | 20041230 | ||
| 5 | Instance method | Public | Method | 20041222 |
Events
Interface IF_FSI_QUERY_EXECUTION has no event.
Types
Interface IF_FSI_QUERY_EXECUTION has no local type.
Method Signatures
Method CREATE_RESULT_TABLE_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VIEW_NAME | Call by reference | Type reference (TYPE) | SFSG_DEFINITION_NAME | Search Definition Name of Generic Fast Search | 20041220 | |||
| 2 | R_REF | Value transfer | Object reference (TYPE REF TO) | DATA | 20041210 |
Method CREATE_RESULT_TABLE_HANDLE on Interface IF_FSI_QUERY_EXECUTION has no exception.
Method CREATE_SUBSET_TABLE_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUESTED_FIELDS | Call by reference | Type reference (TYPE) | SFSG_RESULT_FIELD_T | 20041230 | ||||
| 2 | I_VIEW_NAME | Call by reference | Type reference (TYPE) | SFSG_DEFINITION_NAME | Search Definition Name of Generic Fast Search | 20041230 | |||
| 3 | R_REF | Value transfer | Object reference (TYPE REF TO) | DATA | 20041230 |
Method CREATE_SUBSET_TABLE_HANDLE on Interface IF_FSI_QUERY_EXECUTION has no exception.
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ALL_HITS | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20041206 | |||
| 2 | E_HITS | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20041206 | |||
| 3 | E_OUT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041206 | ||||
| 4 | E_RUNTIME | Call by reference | Type reference (TYPE) | SFSG_QE_RUNTIME | Component runtimes | 20050331 | |||
| 5 | I_EXECUTION_OPTIONS | Call by reference | Type reference (TYPE) | SFSG_QE_EXECUTION_OPTIONS | Boolean type | 20050822 | |||
| 6 | I_PAGE_SIZE | Call by reference | Type reference (TYPE) | INT4 | 20 | Natürliche Zahl | 20041206 | ||
| 7 | I_SEARCH_PHRASE | Call by reference | Type reference (TYPE) | SFSG_PHRASE | A Search phrase | 20041206 | |||
| 8 | I_START_ROW | Call by reference | Type reference (TYPE) | INT4 | 1 | Natürliche Zahl | 20041206 | ||
| 9 | I_T_CONSTRAINT | Call by reference | Type reference (TYPE) | SFSG_QE_CONSTRAINT_T | TREX Constraints | 20050830 | |||
| 10 | I_T_EXCLUSION | Call by reference | Type reference (TYPE) | SFS_EXCLUSIONS_T | Exclusions | 20050613 | |||
| 11 | I_T_REQUESTED_FIELDS | Call by reference | Type reference (TYPE) | SFSG_QE_REQUESTED_FIELD_T | Requested fields for execution interface | 20050112 | |||
| 12 | I_T_SEARCH_SCOPE | Call by reference | Type reference (TYPE) | SFSG_QE_SEARCH_SCOPE_T | Search Scope | 20041206 | |||
| 13 | I_T_SELECTION | Call by reference | Type reference (TYPE) | SFS_SELECTIONS_T | Struktur zur Beschreibung der Selektionen | 20041206 | |||
| 14 | I_T_SORT_OPTION | Call by reference | Type reference (TYPE) | SFS_SORT_ATTRIBUTES_T | Table for sorting | 20041206 | |||
| 15 | I_VIEW_NAME | Call by reference | Type reference (TYPE) | SFSG_DEFINITION_NAME | Search Definition Name of Generic Fast Search | 20041206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Execution Exception | 20050112 | ||
| 2 | Execution Exception | 20050113 | ||
| 3 | Execution Exception | 20050113 | ||
| 4 | Execution Exception | 20050113 |
Method GET_RESULT_STRUCT_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA | Call by reference | Type reference (TYPE) | ANY | 20041230 | ||||
| 2 | R_FIELD_TAB | Value transfer | Type reference (TYPE) | SFSG_QE_REQUESTED_FIELD_T | Result Fields | 20041230 |
Method GET_RESULT_STRUCT_FIELDS on Interface IF_FSI_QUERY_EXECUTION has no exception.
Method GET_VIEW_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VIEW_NAME | Call by reference | Type reference (TYPE) | SFSG_DEFINITION_NAME | Search Definition Name of Generic Fast Search | 20041222 | |||
| 2 | RT_FIELDS | Value transfer | Type reference (TYPE) | SFSG_FIELD_T | Table SFSG_FIELD | 20041222 |
Method GET_VIEW_FIELDS on Interface IF_FSI_QUERY_EXECUTION has no exception.
History
| Last changed by/on | SAP | 20060207 |
| SAP Release Created in | 700 |