/AWS1/CL_KNDTABLEEXCERPT¶
An excerpt from a table within a document. The table excerpt displays up to five columns and three rows, depending on how many table cells are relevant to the query and how many columns are available in the original table. The top most relevant cell is displayed in the table excerpt, along with the next most relevant cells.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_rows TYPE /AWS1/CL_KNDTABLEROW=>TT_TABLEROWLIST TT_TABLEROWLIST¶
A list of rows in the table excerpt.
iv_totalnumberofrows TYPE /AWS1/KNDINTEGER /AWS1/KNDINTEGER¶
A count of the number of rows in the original table within the document.
Queryable Attributes¶
Rows¶
A list of rows in the table excerpt.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROWS() |
Getter for ROWS, with configurable default |
ASK_ROWS() |
Getter for ROWS w/ exceptions if field has no value |
HAS_ROWS() |
Determine if ROWS has a value |
TotalNumberOfRows¶
A count of the number of rows in the original table within the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALNUMBEROFROWS() |
Getter for TOTALNUMBEROFROWS, with configurable default |
ASK_TOTALNUMBEROFROWS() |
Getter for TOTALNUMBEROFROWS w/ exceptions if field has no v |
HAS_TOTALNUMBEROFROWS() |
Determine if TOTALNUMBEROFROWS has a value |