SAP ABAP Function Module WWW_ITAB_TO_HTML (Convert Internal Table to HTML Table)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CI-WEBR (Application Component) WebRFC, Web Reporting
⤷
SWWW (Package) Development class for basis WWW project
⤷
⤷
Basic Data
| Function Module | WWW_ITAB_TO_HTML | Convert Internal Table to HTML Table |
| Function Group | SURL | SAP Internet |
| Program Name | SAPLSURL | SAP WWW |
| INCLUDE Name | LSURLU26 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
TABLE_ATTRIBUTES | TYPE | W3HTML | 'BORDER=1' | Specification of attributes in HTML syntax | ||
| |
TABLE_HEADER | TYPE | W3HEAD | Table header | |||
| |
ALL_FIELDS | TYPE | 'X' | Flag indicating whether all fields are to be displayed | |||
| |
HTML | TYPE | W3HTML | Table contains finished HTML page | |||
| |
FIELDS | TYPE | W3FIELDS | Description table of single fields | |||
| |
ROW_HEADER | TYPE | W3HEAD | Column headers | |||
| |
ITABLE | TYPE | Internal table to be formatted | ||||
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 | 19970226 |
| SAP Release Created in |