The Function Module SAPSCRIPT_WWW_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 | SAPSCRIPT_WWW_ITF_TO_HTML |
Short Text | |
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_FUNCNAME | LIKE | TFDIR-FUNCNAME | ||
I_HEADER | LIKE | THEAD | Text header of input text |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
HTML_TEXT | LIKE | W3HTML | Text lines in HTML (output) | |
ITF_TEXT | LIKE | TLINE | Text lines in ITF (input) |
This function module does not define any Exceptions.