SAP ABAP Function Module TEXT_SEQUENTIAL_SEARCH (Sequential search in a text)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-IMG (Application Component) Implementation Guide
     SFIN (Package) Basis Development: SAPfind Information Retrieval
Basic Data
Function Module TEXT_SEQUENTIAL_SEARCH Sequential search in a text  
Function Group SFSC   SAPfind - scanning and sequential search  
Program Name SAPLSFSC    
INCLUDE Name LSFSCU04    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting NEW_COUNT TYPE FIST-HITS Number of hits
Exporting RESULT TYPE RSFIN-BOOL Result: 'X' = found, SPACE = not f
Importing LANGUAGE TYPE SYST-LANGU 'D' Language indicator
Importing OLD_COUNT TYPE FIST-HITS Number of previous hits
Tables SEARCHTAB TYPE FIST Predefined and checked search term
Tables TEXT TYPE TLINE Text to be scanned
Exception INTERN_ERROR TYPE Internal error.
Exception SEARCHTAB_EMPTY TYPE Search term is empty.
Exception SEARCHTAB_TOO_LONG TYPE Search term is too complex.
Exception SEARCHTAB_UNCHECKED TYPE Predefined search term is not chec
               
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  19950113 
SAP Release Created in