SAP ABAP Class CL_SIC_INDEX_CONFIG (Configuration of Indexing)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-IQM-IC (Application Component) Information Consistency
⤷
S_IC_INDEXING_CONFIG (Package) Information Consolidation Indizierung Configuration
⤷
⤷
Properties
| Class | CL_SIC_INDEX_CONFIG | |
| Short Description | Configuration of Indexing | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_IC_INDEXING_CONFIG | Information Consolidation Indizierung Configuration |
| Created | 20060126 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SIC_INDEX_CONFIG has no forward declaration.
Interfaces
Class CL_SIC_INDEX_CONFIG has no interface implemented.
Friends
Class CL_SIC_INDEX_CONFIG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | SIC_T_NODE_FIELDS_NORM_TYPE | Table type for structure SIC_S_NODE_FIELDS | 20060315 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | SIC_T_INDEX_FIELDS | Fields used to be indexed and for searching | 20060217 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | SIC_T_INDEX_MAIN | Indices for indexing | 20060217 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | SIC_T_INDEX_PROFILES | all the profiles of indexing | 20060217 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060321 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | get the provided fields from the previous service | 20060315 | |
| 2 | Static method | Public | Method | read the application for given index | 20060217 | |
| 3 | Static method | Public | Method | read the implementation class for indexing | 20060223 | |
| 4 | Static method | Public | Method | Read customizing for indexing | 20060126 | |
| 5 | Static method | Public | Method | read destination for indexing | 20060126 | |
| 6 | Static method | Public | Method | read the fields to be use for indexing | 20060126 | |
| 7 | Static method | Public | Method | read the fields to be used for indexing ( by business appl.) | 20060127 | |
| 8 | Static method | Public | Method | read all the profiles for indexing | 20060127 | |
| 9 | Static method | Public | Method | get the maintained index profile in wizard | 20060316 | |
| 10 | Static method | Public | Method | save the provided fields from the previous service | 20060315 | |
| 11 | Static method | Public | Method | save the maintained profile in wizard for indexing | 20060316 |
Events
Class CL_SIC_INDEX_CONFIG has no event.
Types
Class CL_SIC_INDEX_CONFIG has no local type.
Method Signatures
Method GET_ALLOWED_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ALLOWED_FIELDS | Value transfer | Type reference (TYPE) | SIC_T_NODE_FIELDS_NORM_TYPE | Table type for structure SIC_S_NODE_FIELDS | 20060315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no fields available | 20060315 |
Method GET_APPL_FOR_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_APPL_OBJECT_TYPE | Call by reference | Type reference (TYPE) | SIC_S_APPL_OBJECT_TYPE | Unique identification of application and object type | 20060217 | |||
| 2 | EV_NODE_NAME | Call by reference | Type reference (TYPE) | SIC_NODE_NAME | Node name | 20060217 | |||
| 3 | IV_BUSOBJ | Call by reference | Type reference (TYPE) | COM_SEARCH_TV_BUSOBJ | Business Object for Search Engine Service (SES) | 20060217 | |||
| 4 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | COM_SEARCH_TV_OBJECT_TYPE | Type of Business Object | 20060217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | the given index is not defined | 20060217 | ||
| 2 | no node name defined | 20060217 |
Method GET_IMPL_CLASS_FOR_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INDEX_MAIN | Call by reference | Type reference (TYPE) | SIC_INDEX_MAIN | Define the art of indexing for business objects | 20060223 | |||
| 2 | EV_IMPL_CLASS | Call by reference | Type reference (TYPE) | SIC_INDEX_IMPL_CLASS | class which implements the index | 20060223 | |||
| 3 | EV_WITH_QUEUE | Call by reference | Type reference (TYPE) | SIC_INDEX_WITH_QUEUE | Trex indexing with queue or not | 20060307 | |||
| 4 | IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060223 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no implementation class for indexing | 20060223 | ||
| 2 | no customizing available | 20060223 |
Method GET_INDEX_APPL_OBJECT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_APPL_OBJECT_TYPE | Call by reference | Type reference (TYPE) | SIC_S_APPL_OBJECT_TYPE | Unique identification of application and object type | 20060126 | |||
| 2 | EV_DESTINATION | Call by reference | Type reference (TYPE) | SIC_INDEX_DESTINATION | RFC Destination for SES or Catalog for MDM | 20060206 | |||
| 3 | EV_SEARCH_ENGINE | Call by reference | Type reference (TYPE) | SIC_INDEX_SEARCH_ENGINE | Define the index and search engine | 20060206 | |||
| 4 | IV_BUSOBJ | Value transfer | Type reference (TYPE) | COM_SEARCH_TV_BUSOBJ | Business Object for Search Engine Service (SES) | 20060126 | |||
| 5 | IV_OBJECT_TYPE | Value transfer | Type reference (TYPE) | COM_SEARCH_TV_OBJECT_TYPE | Type of Business Object | 20060126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no customizing available | 20060126 | ||
| 2 | no index was defined | 20060217 |
Method GET_INDEX_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DESTINATION | Call by reference | Type reference (TYPE) | SIC_INDEX_DESTINATION | RFC Destination for SES or Catalog for MDM | 20060206 | |||
| 2 | EV_INDEX_OBJECT | Call by reference | Type reference (TYPE) | SIC_INDEX_TV_INDEX_OBJECT | Index object for SES or Catalog for MDM | 20060126 | |||
| 3 | EV_INDEX_OBJECTTYPE | Call by reference | Type reference (TYPE) | SIC_INDEX_OBJECT_TYPE | Type of the indexed object | 20060126 | |||
| 4 | IV_APPLICATION | Value transfer | Type reference (TYPE) | SIC_APPLICATION | Application | 20060126 | |||
| 5 | IV_OBJECT_SUBTYPE | Value transfer | Type reference (TYPE) | SIC_OBJECT_SUBTYPE | Object subtype | 20060126 | |||
| 6 | IV_OBJECT_TYPE | Value transfer | Type reference (TYPE) | SIC_OBJECT_TYPE | Object type | 20060126 | |||
| 7 | IV_SEARCH_ENGINE | Value transfer | Type reference (TYPE) | SIC_INDEX_SEARCH_ENGINE | Define the index and search engine | 20060206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no customizing available | 20060126 |
Method GET_INDEX_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INDEX_FIELDS | Call by reference | Type reference (TYPE) | SIC_T_INDEX_FIELDS | Field Name | 20060127 | |||
| 2 | IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no customizing available | 20060127 | ||
| 2 | no node name available | 20060217 | ||
| 3 | profille is missing | 20060217 |
Method GET_INDEX_FIELD_WITH_APPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INDEX_FIELDS | Call by reference | Type reference (TYPE) | SIC_T_INDEX_FIELDS | Fields used to be indexed and for searching | 20060127 | |||
| 2 | IV_APPL_OBJECT_TYPE | Value transfer | Type reference (TYPE) | SIC_S_APPL_OBJECT_TYPE | Unique identification of application and object type | 20060127 | |||
| 3 | IV_NODE_NAME | Value transfer | Type reference (TYPE) | SIC_NODE_NAME | Node name | 20060127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no customizing available | 20060127 | ||
| 2 | no node name defined | 20060217 | ||
| 3 | no profile available | 20060217 |
Method GET_PROFILES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROFILES | Value transfer | Type reference (TYPE) | SIC_T_INDEX_PROFILES | all the profiles of indexing | 20060127 | |||
| 2 | IS_APPL_OBJECT_TYPE | Value transfer | Type reference (TYPE) | SIC_S_APPL_OBJECT_TYPE | Unique identification of application and object type | 20060404 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no customizing available | 20060127 |
Method GET_WIZARD_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no maintained profile for indexing in wizard | 20060316 |
Method SET_ALLOWED_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ALLOWED_FIELDS | Value transfer | Type reference (TYPE) | SIC_T_NODE_FIELDS_NORM_TYPE | Table type for structure SIC_S_NODE_FIELDS | 20060315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no fields available | 20060315 |
Method SET_WIZARD_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | no profile was given in wizard for indexing | 20060316 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |