SAP ABAP Function Module TREX_EXT_UPDATE_CRAWL (update a TREX crawl (cruise))
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_UPDATE_CRAWL update a TREX crawl (cruise)  
Function Group TREX_EXT_CRAWLER   External: TREX crawler functions  
Program Name SAPLTREX_EXT_CRAWLER    
INCLUDE Name LTREX_EXT_CRAWLERU06    
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
Importing I_RFC_DESTINATION TYPE TREX_RFC-RFC_DESTINATION RFC destination to TREX
Importing I_CRUISE_NAME TYPE TREXS_CRUISER-CRUISE_NAME name of the crawl / cruise
Importing I_RUN_MODE TYPE TREXS_CRUISER-RUN_MODE 1=update,2=continus,3=default,4=recrwal,5=repair, 6=full,7
Importing I_MAX_DEPTH TYPE TREXS_CRUISER-COUNTER 1 maximal depth which will be crawled
Importing I_MAX_DOCSIZE TYPE TREXS_CRUISER-COUNTER 20000000 maximal size in bytes which will be crawled
Importing I_MIN_DOCSIZE TYPE TREXS_CRUISER-COUNTER 1 minimal size in bytes which will be crawled
Importing I_PREPROCESSOR_POOL_SIZE TYPE TREXS_CRUISER-POOL_SIZE 0 number of parallel requests to the PreProcessor processes
Importing I_ACCESS_DELAY TYPE TREXS_CRUISER-COUNTER 0 time between 2 HTTP gets in ms
Importing I_MAX_RETRY_COUNT TYPE TREXS_CRUISER-COUNTER 3 max retry of HTTP gets
Importing I_USER_AGENT TYPE TREXS_CRUISER-STRING_FIELD 'TREX' user agent for HTTP get
Importing I_SCHEDULE_TIME TYPE TREXS_CRUISER-STRING_FIELD if not empty, scheduler will be used
Importing I_RESET_PARAMETERS TYPE INT4 0 1=Regexp;2=Excldirs;3=PosFileExts;8=NegFileExts
Importing I_HOST_INFORMATION TYPE TREXT_CRUISE_HOST_INFORMATION TREX cruiser host information
Importing I_REGULAR_EXPRESSION TYPE TREXT_CRUISER_REG_EXPRESSION regular expressions for the TREX cruiser/crawler
Importing I_POSITIVE_FILE_EXTENSIONS TYPE TREXT_POSITIVE_FILE_EXTENSIONS list of positive files extensions which will be crawled
Importing I_NEGATIVE_FILE_EXTENSION TYPE TREXT_NEGATIVE_FILE_EXTENSIONS list of negative files extensions which will NOT be crawled
Importing I_EXCLUDE_DIRECTORIES TYPE TREXT_EXCLUDE_DIRECTORIES directories which must not be craweld
Exception CONVERSION_ERROR TYPE Error during conversion to UTF-8
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  20041216 
SAP Release Created in 710