The Function Module CONVERT_ITF_TO_HTML (Text Conversion of the Internal SAPscript Format (ITF) to HTML) is a standard Function Module in SAP ERP and is part of the function group STXN within the package STXD.
Function Module | CONVERT_ITF_TO_HTML |
Short Text | Text Conversion of the Internal SAPscript Format (ITF) to HTML |
Function Group | STXN |
Package | STXD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BACKGROUND | TYPE | C | SPACE | File name for HTML image as background |
I_BGCOLOR | TYPE | C | SPACE | Background color of text |
I_CODEPAGE | LIKE | TCP02-CPCODEPAGE | Target character set | |
I_ENCODING | TYPE | C | SPACE | Define Character Set Coding in Header |
I_ESCAPE_SPACES | TYPE | C | SPACE | Masking of Blank Characters |
I_FUNCNAME | LIKE | TFDIR-FUNCNAME | SPACE | Exit module for link interpretation |
I_HEADER | LIKE | THEAD | Text header of input text | |
I_HTML_HEADER | TYPE | C | 'X' | Output of the HTML header tag |
I_PAGE | LIKE | ITCTH-TDPAGE | SPACE | Page specification for page window format |
I_PRINT_COMMANDS | TYPE | C | SPACE | Outputting commands and text elements |
I_REPLACE | TYPE | C | 'X' | Expanding symbols and includes |
I_SYNTAX_CHECK | TYPE | C | SPACE | Activating the ITF syntax check |
I_TITLE | TYPE | C | SPACE | Title in HTML header |
I_UNESCAPE_FORMATS | TYPE | TEDFORMAT | Exception Formats for Masking Special Characters | |
I_WINDOW | LIKE | ITCTH-TDWINDOW | SPACE | Window specification for page window format |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_HTML_TEXT | TYPE | XSTRING | Text Contents in HTML as XSTRING |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_CONV_CHARFORMATS | LIKE | TLINE | Table for character formats | |
T_CONV_PARFORMATS | LIKE | TLINE | Table for paragraph formats | |
T_HTML_TEXT | LIKE | HTMLLINE | Text lines in HTML (output) | |
T_ITF_TEXT | LIKE | TLINE | Text lines in ITF (input) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ILLEGAL_HEADER | Text header incorrect |
REPLACE | Errors expanding includes and symbols |
SYNTAX_CHECK | Incorrect inout text ITF syntax |