SAP ABAP Function Module CONVERT_OTF_MEMORY (SAPscript: Convert OTF from memory into text format)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-SCR (Application Component) SAPscript
⤷
STXD (Package) SAPscript
⤷
⤷
Basic Data
| Function Module | CONVERT_OTF_MEMORY | SAPscript: Convert OTF from memory into text format |
| Function Group | STXC | SAPscript composer |
| Program Name | SAPLSTXC | SAPscript Composer |
| INCLUDE Name | LSTXCU10 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
BIN_FILESIZE | TYPE | For binary format: Number of bytes in LINES | ||||
| |
FORMAT | TYPE | 'ASCII' | Target format for LINES table | |||
| |
MAX_LINEWIDTH | TYPE | 132 | For ASCII format: Number of lines in LINES-TDLINE | |||
| |
ASCII_BIDI | TYPE | C | SPACE | BIDI in ASCII Format Flag | ||
| |
LINES | TYPE | TLINE | Output table with target format | |||
| |
MEMORY_EMPTY | TYPE | Memory for OTF data is empty | ||||
| |
ERR_MAX_LINEWIDTH | TYPE | Line width must be between 2 and 132 | ||||
| |
ERR_FORMAT | TYPE | Format not supported | ||||
| |
ERR_CONV_NOT_POSSIBLE | TYPE | Conversion not possible/supported | ||||
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 |