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 |
|---|---|---|---|---|---|---|---|
| |
NEWHEADER | TYPE | THEAD | Text Header of SAPscript Result Text | |||
| |
CODEPAGE | TYPE | TCP02-CPCODEPAGE | Character set of source file | |||
| |
FILE | TYPE | RLGRAP-FILENAME | Name of file to be imported (with path!) | |||
| |
FORMAT_TYPE | TYPE | C | 'ITF' | Format of file ('ITF', 'RTF', or 'ASCII') | ||
| |
HEADER | TYPE | THEAD | SPACE | See gen.document.; only important for ITF and RTF | ||
| |
SSHEET | TYPE | C | SPACE | Print format; only effective for print format conversion | ||
| |
WITH_TAB | TYPE | TDBOOL | SPACE | Print format conversion; 'X' = yes or ' ' = no | ||
| |
WORD_LANGU | TYPE | SPRAS | SY-LANGU | Only for RTF conversion: System language from Word | ||
| |
MASK_BRACKETS | TYPE | TDBOOL | 'X' | Mask special characters <..> | ||
| |
ITF_LINES | TYPE | TLINE | Text table of resulting text | |||
| |
FILE_OPEN_ERROR | TYPE | File cannot be opened | ||||
| |
FILE_READ_ERROR | TYPE | File cannot be read (completely) | ||||
| |
UPLOAD_ERROR | TYPE | Other error in uploading the file | ||||
| |
NO_CONTENTS | TYPE | |||||
Processing Type
| Normal Function 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 |