Definition
An item that receives data from a view, and uses it to create a table for a Web report. In addition to the table, there are also navigation links.
Use
The table item displays the values for a view in a Web report, in the form of table. The same list geometry that is used in the BEx Analyzer is supported. Characteristics and structures are displayed in the rows and in the columns.
Structure
In addition to its
generic attributes, the table item also has the following attributes:Attribute |
Description |
Number of rows displayed at one time (BLOCK_SIZE) |
You use this attribute to determine the number of rows that are displayed at any one time. If there are too many rows to be displayed on a single page of the Web report, you use an index to scroll up and down the rows. |
Alternating styles for table rows (ALT_STYLES) "X" = Yes, " " = No |
In the rows, the formats SAPBEXstdData and SAPBEXstdDataOdd are used alternately to display numerical values. These formats are adjusted in the CSS file that is assigned to the template.
Totals cells are removed from this display. |