SAP ABAP Function Module TREX_RFC_CREATE_INDEX (Create Index)
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_RFC_CREATE_INDEX Create Index  
Function Group TREX_RFC_ADMINISTRATION   Internal: Administration  
Program Name SAPLTREX_RFC_ADMINISTRATION    
INCLUDE Name LTREX_RFC_ADMINISTRATIONU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting RETURN_CODE TYPE TREXX_RFC-RETURN_CODE Return code
Exporting RETURN_TEXT TYPE TREXX_RFC-RETURN_TEXT Return text
Importing INDEX_ID TYPE TREXX_RFC-INDEX_ID Index Id
Importing LANGUAGE TYPE TREXX_RFC-LANGUAGE '' Language
Importing DESCRIPTION TYPE TREXX_RFC-DESCRIPTION Description
Importing INDEXSERVER_LOCATION TYPE TREXX_RFC-LOCATION Host and Port of the index server
Importing USE_QUEUESERVER TYPE TREXX_RFC-FLAG '' 'X': Queue server is used
Importing QUEUESERVER_LOCATION TYPE TREXX_RFC-LOCATION Host and Port of the queue server
Importing IS_PUBLIC TYPE TREXX_RFC-FLAG '' 'X': Index is published
Importing TEXTMINING_RELEVANT TYPE TREXX_RFC-FLAG '' Text mining relevant
Importing MEMORY_INDEX TYPE TREXX_RFC-FLAG Memory index
Importing KEEP_CONTENT TYPE TREXX_RFC-FLAG Content is stored on disk
Importing PRECALCULATE_FEATURES TYPE TREXX_RFC-FLAG Document features are calculated and stored on disk
Importing IS_SEARCHABLE TYPE TREXX_RFC-FLAG Index can be used for searching
Importing AUTO_CREATE_LANGUAGES TYPE TREXX_RFC-FLAG Language indexes are created automatically
Importing DUPLICATE_DETECTION TYPE TREXX_RFC-FLAG Duplicate documents are checked
Importing SIZE_FOR_DELTA_INDEX TYPE TREXX_RFC-NUMC Max no of docs that are kept in the delta index
Importing MULTILANG_DOCS TYPE TREXX_RFC-FLAG 'X': documents with same key and different language are allowed
Importing INDEX_TYPE TYPE TREXX_RFC-FLAG Indicator
Importing LOGICAL_INDEX_TYPE TYPE TREXX_RFC-FLAG Indicator
Importing DIRECT_USE TYPE TREXX_RFC-BOOLEAN '0' 0: copy data from importPath to default location (default) 1: don't copy
Importing IMPORT_WRITABLE TYPE TREXX_RFC-BOOLEAN '1' 0: index will be just readable 1: create also write version
Importing IMPORT_PATH TYPE TREXX_RFC-PATH path where index formerly exported
Importing ESTIMATED_SIZE TYPE TREXX_RFC-NUMC 0 Estimated index size
Importing USE_EXTERNAL_KEY TYPE TREXX_RFC-FLAG Indicator
Importing INSERT_ONLY TYPE TREXX_RFC-FLAG Insert only Mode
Importing TOKEN_SEPARATOR TYPE TREXX_RFC-SEPARATOR
Importing NUMBER_SEPARATOR TYPE TREXX_RFC-SEPARATOR
Importing FAST_PREPROCESSING TYPE TREXX_RFC-FLAG Indicator
Importing ALL_ATTRS_FREESTYLE TYPE TREXX_RFC-BOOLEAN 1: all Attrs are FreeStyle relevant
Importing NO_PHYSICAL_INDEXES TYPE TREXX_RFC-NUMC number of physical indexes to be created
Importing DOCS_CHANGE_LANGUAGE TYPE TREXX_RFC-BOOLEAN 0: false, 1: true
Importing USE_TEMPORARY_DELTA_INDEXES TYPE TREXX_RFC-BOOLEAN
Importing FAST_UPDATE_WITH_TEMP_DELTA TYPE TREXX_RFC-BOOLEAN
Importing ANALYZER_TYPE TYPE TREXX_RFC-FLAG3
Importing LIFETIME_FOR_TEMP_INDEX TYPE TREXX_RFC-NUMC10
Importing CREATE_ON_SAME_LOCATION_AS TYPE TREXX_RFC-INDEX_ID
Tables ATTRIBUTE_DEFINITIONS TYPE TREXX_ATTR_DEF Attribut definitions
Tables ATTRIBUTE_DEFINITIONS_V2 TYPE TREXX_ATTR_DEF_V2 Attribute Definition
Tables PHYSICAL_INDEXES TYPE TREXX_INDEXES Physical indexes
Tables LANGUAGE_INDEXES TYPE TREXX_INDEXES Language indexes
Tables EXTENSIONS TYPE TREXX_EXTENSIONS Extensions
Tables KEY_ATTRIBUTES TYPE TREXX_RFC_REQ_ATTRIBUTES Key attributes
Tables FREESTYLE_SEARCH_ATTRIBUTES TYPE TREXX_RFC_REQ_ATTRIBUTES Freestyle search attributes
Tables PRELOAD_ATTRIBUTES TYPE TREXX_RFC_REQ_ATTRIBUTES Preload attributes
Tables PRELOAD_LANGUAGES TYPE TREXX_LANGUAGE Preload languages
Tables PARTITION_ATTRIBUTES TYPE TREXX_RFC_REQ_ATTRIBUTES partition attributes
Tables PARTITION_SPECIFICATION TYPE TREXX_LINE RAW: Long line
               
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  20130604 
SAP Release Created in 640