SAP ABAP Function Module IMPORT_TEXT (Text Conversion: Read and Convert Text From GUI File)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-SCR (Application Component) SAPscript
     STXD (Package) SAPscript
Basic Data
Function Module IMPORT_TEXT Text Conversion: Read and Convert Text From GUI File  
Function Group STXK   SAPscript text conversions  
Program Name SAPLSTXK    
INCLUDE Name LSTXKU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting NEWHEADER TYPE THEAD Text Header of SAPscript Result Text
Importing CODEPAGE TYPE TCP02-CPCODEPAGE Character set of source file
Importing FILE TYPE RLGRAP-FILENAME Name of file to be imported (with path!)
Importing FORMAT_TYPE TYPE C 'ITF' Format of file ('ITF', 'RTF', or 'ASCII')
Importing HEADER TYPE THEAD SPACE See gen.document.; only important for ITF and RTF
Importing SSHEET TYPE C SPACE Print format; only effective for print format conversion
Importing WITH_TAB TYPE TDBOOL SPACE Print format conversion; 'X' = yes or ' ' = no
Importing WORD_LANGU TYPE SPRAS SY-LANGU Only for RTF conversion: System language from Word
Importing MASK_BRACKETS TYPE TDBOOL 'X' Mask special characters <..>
Tables ITF_LINES TYPE TLINE Text table of resulting text
Exception FILE_OPEN_ERROR TYPE File cannot be opened
Exception FILE_READ_ERROR TYPE File cannot be read (completely)
Exception UPLOAD_ERROR TYPE Other error in uploading the file
Exception NO_CONTENTS TYPE
               
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