SAP ABAP Function Module TREX_EXT_INDEX_CELL_TABLE (Index internal table into TREX)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-API (Application Component) TREX ABAP + JAVA API
     STREX (Package) TREX ABAP client
Basic Data
Function Module TREX_EXT_INDEX_CELL_TABLE Index internal table into TREX  
Function Group TREX_EXT_INDEX   External: Indexing  
Program Name SAPLTREX_EXT_INDEX    
INCLUDE Name LTREX_EXT_INDEXU10    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_RETURN_CODE TYPE TREX_RFC-RETURN_CODE Return code
Exporting E_RETURN_TEXT TYPE TREX_RFC-RETURN_TEXT Return text
Exporting E_COMPONENT_RUNTIME TYPE TREXS_COMPONENT_RUNTIME run time of the trex components
Exporting E_PROCESSED_ROWS TYPE I HANA only: number of processed rows
Exporting E_RETURN_TEXT_LONG TYPE STRING HANA only: Return text (no truncation)
Importing I_INDEX_ID TYPE TREX_RFC-INDEX_ID IndexId
Importing I_RFC_DESTINATION TYPE TREX_RFC-RFC_DESTINATION RFC Destination
Importing I_SCHEMA_NAME TYPE CSEQUENCE '' HANA only: schema name
Importing I_INDEXSERVER_LOCATION TYPE TREX_RFC-LOCATION TREX only: Host:Port
Importing I_USE_QUEUESERVER TYPE TREX_RFC-FLAG 'X' (not supported)
Importing I_KEEP_LUW TYPE TREX_RFC-FLAG '' Only for debugging: keep logical unit of work
Importing I_INDEX_TABLE TYPE STANDARD TABLE Table for indexing
Importing I_COMP_DESCR TYPE TREXT_COMP_DESCR Description of the result table (optional only for HANA)
Importing I_LANGUAGE TYPE TREX_RFC-LANGUAGE 'EN' TREX only: Language
Importing I_IGNORE_LOGICAL_INDEX TYPE NUM1 '0' TREX only: 1=Send Docs directly to physical Index
Importing I_DEINDEX TYPE TREX_RFC-FLAG ' ' obsolete, use 'I_DOC_ACTION' instead.
Importing I_TRANSACTION_ID TYPE TREXD_TRANSACTION_ID obsolete
Importing I_AUTO_OPTIMIZE TYPE TREX_RFC-BOOLEAN 0 1: Optimization is done after indexing
Importing I_DOC_ACTION TYPE TREXD_INDEX_ACTION 'I' Document action for indexing.
Importing I_IGNORE_CONV_ERROR TYPE TREX_RFC-BOOLEAN 0 1: Ignore codepage conversion errors.
Importing I_COLUMN_AGGR_TYPES TYPE TREXT_COLUMN_AGGREGATION TREX only: TREX column aggregation type
Importing I_SESSION_ID TYPE STRING '' TREX only
Importing I_VIEW_NAME TYPE STRING '' TREX only
Exception ERROR TYPE Error, see error message
               
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  20051219 
SAP Release Created in 640