Menu

SAP Function Module WWW_ITAB_TO_HTML

Interne Tabelle nach HTML Tabelle konvertieren

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module WWW_ITAB_TO_HTML (Interne Tabelle nach HTML Tabelle konvertieren) is a standard Function Module in SAP ERP and is part of the function group SURL within the package SWWW.

Technical Information

Function Module WWW_ITAB_TO_HTML
Short Text Interne Tabelle nach HTML Tabelle konvertieren
Function Group SURL
Package SWWW
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ALL_FIELDS LIKE 'X' Flag indicating whether all fields are to be displayed
TABLE_ATTRIBUTES LIKE W3HTML BORDER-1' Specification of attributes in HTML syntax
TABLE_HEADER LIKE W3HEAD Table header

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
FIELDS LIKE W3FIELDS Description table of single fields
HTML LIKE W3HTML Table contains finished HTML page
ITABLE LIKE Internal table to be formatted
ROW_HEADER LIKE W3HEAD Column headers

Exceptions

This function module does not define any Exceptions.