Table/Structure Field list used by SAP ABAP Function Module WWW_ITAB_TO_HTML_LAYOUT (Layout Parameters for Internal Table Display in Internet/Intranet)
SAP ABAP Function Module WWW_ITAB_TO_HTML_LAYOUT (Layout Parameters for Internal Table Display in Internet/Intranet) is using
# Object Type Object Name Object Description Note
     
1 Table/Structure Field  SYST - TABIX ABAP System Field: Row Index of Internal Tables
2 Table/Structure Field  W3FIELDS - JUST Field content alignment (see HTML <td> tag) SOURCE VALUE(JUSTIFIED) LIKE W3FIELDS-JUST OPTIONAL
3 Table/Structure Field  W3FIELDS - SYMBOL Flag indicating whether attribute is wanted or not (SPACE) SOURCE VALUE(SYMBOL) LIKE W3FIELDS-SYMBOL OPTIONAL
4 Table/Structure Field  W3FIELDS - SYMBOL Flag indicating whether attribute is wanted or not (SPACE)
5 Table/Structure Field  W3FIELDS - SIZE Size of a text SOURCE VALUE(SIZE) LIKE W3FIELDS-SIZE OPTIONAL
6 Table/Structure Field  W3FIELDS - SIZE Size of a text
7 Table/Structure Field  W3FIELDS - NR Counter for fields/rows of an internal table SOURCE VALUE(FIELD_NR) LIKE W3FIELDS-NR
8 Table/Structure Field  W3FIELDS - NR Counter for fields/rows of an internal table
9 Table/Structure Field  W3FIELDS - LNR Counter for fields/rows of an internal table SOURCE VALUE(LINE_NR) LIKE W3FIELDS-LNR DEFAULT 0
10 Table/Structure Field  W3FIELDS - LNR Counter for fields/rows of an internal table
11 Table/Structure Field  W3FIELDS - LINK Prefix of a URL SOURCE VALUE(LINK) LIKE W3FIELDS-LINK OPTIONAL
12 Table/Structure Field  W3FIELDS - LINK Prefix of a URL
13 Table/Structure Field  W3FIELDS - JUST Field content alignment (see HTML <td> tag)
14 Table/Structure Field  W3FIELDS - ICON Flag indicating whether attribute is wanted or not (SPACE) SOURCE VALUE(ICON) LIKE W3FIELDS-ICON OPTIONAL
15 Table/Structure Field  W3FIELDS - ICON Flag indicating whether attribute is wanted or not (SPACE)
16 Table/Structure Field  W3FIELDS - FONT Font in an HTML table SOURCE VALUE(FONT) LIKE W3FIELDS-FONT OPTIONAL
17 Table/Structure Field  W3FIELDS - FONT Font in an HTML table
18 Table/Structure Field  W3FIELDS - FG_COLOR Color of a table field SOURCE VALUE(FGCOLOR) LIKE W3FIELDS-FG_COLOR OPTIONAL
19 Table/Structure Field  W3FIELDS - FG_COLOR Color of a table field
20 Table/Structure Field  W3FIELDS - BG_COLOR Color of a table field SOURCE VALUE(BGCOLOR) LIKE W3FIELDS-BG_COLOR OPTIONAL
21 Table/Structure Field  W3FIELDS - BG_COLOR Color of a table field