Menu

SAP Function Module SAPSCRIPT_WWW_DOCU_TO_HTML

Konvertieren von SAPscript-Dokutexten nach HTML

The Function Module SAPSCRIPT_WWW_DOCU_TO_HTML (Konvertieren von SAPscript-Dokutexten nach HTML) is a standard Function Module in SAP ERP and is part of the function group STXN within the package STXD.

Technical Information

Function Module SAPSCRIPT_WWW_DOCU_TO_HTML
Short Text Konvertieren von SAPscript-Dokutexten nach HTML
Function Group STXN
Package STXD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_AREA LIKE THEAD-TDNAME Doku-Gebiet
I_FUNCNAME LIKE TFDIR-FUNCNAME Baustein zum Aufbau von Hyperlinks
I_KEYWORD LIKE THEAD-TDNAME Doku-Schlüsselwort (z.B. 'ABAPSELECT')
I_TEXTID LIKE THEAD-TDID SPACE Doku-Textkennung

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
HTML LIKE W3HTML Ausgabetabelle für HTML

Exceptions

This function module does not define any Exceptions.