SAP ABAP Function Module COM_SE_INDEXER (Read objects and transfer them to the search engine (in parallel tasks))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-SES (Application Component) TREX Search Engine Service
     SES_INDEXING (Package) SES: Indexing
Basic Data
Function Module COM_SE_INDEXER Read objects and transfer them to the search engine (in parallel tasks)  
Function Group COM_SE_INDEXING   Search Engine Service: Indexing  
Program Name SAPLCOM_SE_INDEXING    
INCLUDE Name LCOM_SE_INDEXINGU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_SE_IDX_RETURN_CODE TYPE TREX_RFC-RETURN_CODE Return Code for Indexing in the Search Engine
Exporting EV_SE_IDX_RETURN_TEXT TYPE TREX_RFC-RETURN_TEXT Return Text for Indexing in the Search Engine
Exporting EV_SE_IDX_RUNTIME TYPE TREXS_COMPONENT_RUNTIME Runtime of the Search Engine for Indexing
Exporting EV_SE_DEL_RETURN_CODE TYPE TREX_RFC-RETURN_CODE Return Code for Deletion in the Search Engine
Exporting EV_SE_DEL_RETURN_TEXT TYPE TREX_RFC-RETURN_TEXT Return Text for Deletion in the Search Engine
Exporting EV_SE_DEL_RUNTIME TYPE TREXS_COMPONENT_RUNTIME Runtime of the Search Engine for Deletion
Exporting ET_BROKEN_LINKS TYPE COM_SEARCH_TT_OBJECT_ID Object IDs which are not available any more in the application
Importing IV_INDEX_ID TYPE TREX_RFC-INDEX_ID Index ID in the Search Engine
Importing IV_RFC_DESTINATION TYPE TREX_RFC-RFC_DESTINATION RFC Destination to the Search Engine
Importing IV_BUSOBJ TYPE COM_SEARCH_TV_BUSOBJ Business Object of IT_OBJECT_IDS
Importing IV_OBJECT_TYPE TYPE COM_SEARCH_TV_OBJECT_TYPE Type of Business Object
Importing IT_OBJECT_IDS TYPE COM_SEARCH_TT_OBJECT_ID Object IDs to be indexed
Importing IT_ATTRIBUTE_NAMES TYPE COM_SEARCH_TT_ATTRIBUTE_NAME Attributes to be indexed
Importing IV_MULTILANGUAGE TYPE COM_SEARCH_TV_MULTILANGUAGE 'X' X = Index the Objects in all available Languages
Importing IV_LANGUAGE TYPE LAISO ISO 639 Language, if only this Language is to be indexed
Importing IV_FEED_INDEX TYPE BOOLE_D 'X' X = Feed Index; ' ' = Only Read the Objects (Test Mode)
Importing IV_LET_BROKEN_LINKS_SURVIVE TYPE BOOLE_D ' ' X = Let Broken Links Survive; ' ' = Delete Broken Links fom Index
Importing IT_OBJ_IDS_DELETE TYPE COM_SEARCH_TT_OBJECT_ID Object IDs to be deleted from the Index (deindexed)
Importing IT_CHANGEPOINTER TYPE COM_SEARCH_TT_CPOINTER_PRIMKEY Change Pointers related to the Object IDs
Exception BUSOBJ_METHOD_CALL_FAILED TYPE Dynamic Method Call for Business Object failed
Exception BUSOBJ_NOT_SUPPORTED TYPE Business Object is not supported (Table COM_SE_BUSOBJ)
Exception BUSOBJ_OTHER_ERROR TYPE Unspecified Error in Business Object Class
Exception SE_METHOD_CALL_FAILED TYPE Dynamic Method Call for Search Engine failed
Exception SE_CONVERSION_ERROR TYPE Search Engine: Error during Conversion to UTF-8
Exception SE_OTHER_ERROR TYPE Unspecified Error in Search Engine, see SYST-Variables
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20050115 
SAP Release Created in 300