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 GT_ALLOWED_FIELDS Static Attribute Protected Type reference (TYPE) SIC_T_NODE_FIELDS_NORM_TYPE Table type for structure SIC_S_NODE_FIELDS 20060315
2 GT_INDEX_FIELDS Static Attribute Private Type reference (TYPE) SIC_T_INDEX_FIELDS Fields used to be indexed and for searching 20060217
3 GT_INDEX_MAIN Static Attribute Private Type reference (TYPE) SIC_T_INDEX_MAIN Indices for indexing 20060217
4 GT_INDEX_PROF Static Attribute Private Type reference (TYPE) SIC_T_INDEX_PROFILES all the profiles of indexing 20060217
5 GV_SERVICE_PROFILE Static Attribute Protected Type reference (TYPE) SIC_SERVICE_PROFILE Service Profile 20060321
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALLOWED_FIELDS Static method Public Method get the provided fields from the previous service 20060315
2 GET_APPL_FOR_INDEX Static method Public Method read the application for given index 20060217
3 GET_IMPL_CLASS_FOR_INDEX Static method Public Method read the implementation class for indexing 20060223
4 GET_INDEX_APPL_OBJECT_TYPE Static method Public Method Read customizing for indexing 20060126
5 GET_INDEX_DESTINATION Static method Public Method read destination for indexing 20060126
6 GET_INDEX_FIELDS Static method Public Method read the fields to be use for indexing 20060126
7 GET_INDEX_FIELD_WITH_APPL Static method Public Method read the fields to be used for indexing ( by business appl.) 20060127
8 GET_PROFILES Static method Public Method read all the profiles for indexing 20060127
9 GET_WIZARD_PROFILE Static method Public Method get the maintained index profile in wizard 20060316
10 SET_ALLOWED_FIELDS Static method Public Method save the provided fields from the previous service 20060315
11 SET_WIZARD_PROFILE 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 Exporting 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 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 Exporting ES_APPL_OBJECT_TYPE Call by reference Type reference (TYPE) SIC_S_APPL_OBJECT_TYPE Unique identification of application and object type 20060217
2 Exporting EV_NODE_NAME Call by reference Type reference (TYPE) SIC_NODE_NAME Node name 20060217
3 Importing IV_BUSOBJ Call by reference Type reference (TYPE) COM_SEARCH_TV_BUSOBJ Business Object for Search Engine Service (SES) 20060217
4 Importing 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 NO_INDEX_AVAILABLE the given index is not defined 20060217
2 NO_NODE_NAME_FOUND 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 Exporting ES_INDEX_MAIN Call by reference Type reference (TYPE) SIC_INDEX_MAIN Define the art of indexing for business objects 20060223
2 Exporting EV_IMPL_CLASS Call by reference Type reference (TYPE) SIC_INDEX_IMPL_CLASS class which implements the index 20060223
3 Exporting EV_WITH_QUEUE Call by reference Type reference (TYPE) SIC_INDEX_WITH_QUEUE Trex indexing with queue or not 20060307
4 Importing IV_SERVICE_PROFILE Value transfer Type reference (TYPE) SIC_SERVICE_PROFILE Service Profile 20060223
# Exception Resumable Description Created on
1 NO_IMPL_CLASS no implementation class for indexing 20060223
2 NO_PROFILE 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 Exporting ES_APPL_OBJECT_TYPE Call by reference Type reference (TYPE) SIC_S_APPL_OBJECT_TYPE Unique identification of application and object type 20060126
2 Exporting EV_DESTINATION Call by reference Type reference (TYPE) SIC_INDEX_DESTINATION RFC Destination for SES or Catalog for MDM 20060206
3 Exporting EV_SEARCH_ENGINE Call by reference Type reference (TYPE) SIC_INDEX_SEARCH_ENGINE Define the index and search engine 20060206
4 Importing IV_BUSOBJ Value transfer Type reference (TYPE) COM_SEARCH_TV_BUSOBJ Business Object for Search Engine Service (SES) 20060126
5 Importing 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_ENTRY no customizing available 20060126
2 NO_INDEX_AVAILABLE 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 Exporting EV_DESTINATION Call by reference Type reference (TYPE) SIC_INDEX_DESTINATION RFC Destination for SES or Catalog for MDM 20060206
2 Exporting EV_INDEX_OBJECT Call by reference Type reference (TYPE) SIC_INDEX_TV_INDEX_OBJECT Index object for SES or Catalog for MDM 20060126
3 Exporting EV_INDEX_OBJECTTYPE Call by reference Type reference (TYPE) SIC_INDEX_OBJECT_TYPE Type of the indexed object 20060126
4 Importing IV_APPLICATION Value transfer Type reference (TYPE) SIC_APPLICATION Application 20060126
5 Importing IV_OBJECT_SUBTYPE Value transfer Type reference (TYPE) SIC_OBJECT_SUBTYPE Object subtype 20060126
6 Importing IV_OBJECT_TYPE Value transfer Type reference (TYPE) SIC_OBJECT_TYPE Object type 20060126
7 Importing 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_ENTRY no customizing available 20060126

Method GET_INDEX_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_FIELDS Call by reference Type reference (TYPE) SIC_T_INDEX_FIELDS Field Name 20060127
2 Importing IV_SERVICE_PROFILE Value transfer Type reference (TYPE) SIC_SERVICE_PROFILE Service Profile 20060126
# Exception Resumable Description Created on
1 NO_FIELDS_FOR_INDEXING no customizing available 20060127
2 NO_NODE_NAME_FOUND no node name available 20060217
3 NO_PROFILE 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 Exporting ET_INDEX_FIELDS Call by reference Type reference (TYPE) SIC_T_INDEX_FIELDS Fields used to be indexed and for searching 20060127
2 Importing IV_APPL_OBJECT_TYPE Value transfer Type reference (TYPE) SIC_S_APPL_OBJECT_TYPE Unique identification of application and object type 20060127
3 Importing IV_NODE_NAME Value transfer Type reference (TYPE) SIC_NODE_NAME Node name 20060127
# Exception Resumable Description Created on
1 NO_FIELDS_FOR_INDEXING no customizing available 20060127
2 NO_NODE_NAME_FOUND no node name defined 20060217
3 NO_PROFILE no profile available 20060217

Method GET_PROFILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROFILES Value transfer Type reference (TYPE) SIC_T_INDEX_PROFILES all the profiles of indexing 20060127
2 Importing 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_PROFILES no customizing available 20060127

Method GET_WIZARD_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SERVICE_PROFILE Value transfer Type reference (TYPE) SIC_SERVICE_PROFILE Service Profile 20060316
# Exception Resumable Description Created on
1 NO_PROFILE 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 Importing 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 no fields available 20060315

Method SET_WIZARD_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SERVICE_PROFILE Value transfer Type reference (TYPE) SIC_SERVICE_PROFILE Service Profile 20060316
# Exception Resumable Description Created on
1 NO_PROFILE no profile was given in wizard for indexing 20060316
History
Last changed by/on SAP  20110908 
SAP Release Created in 710