/AWS1/CL_KNDTABLEROW¶
Information about a row in a table excerpt.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_cells TYPE /AWS1/CL_KNDTABLECELL=>TT_TABLECELLLIST TT_TABLECELLLIST¶
A list of table cells in a row.
Queryable Attributes¶
Cells¶
A list of table cells in a row.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CELLS() |
Getter for CELLS, with configurable default |
ASK_CELLS() |
Getter for CELLS w/ exceptions if field has no value |
HAS_CELLS() |
Determine if CELLS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TABLEROWLIST¶
TYPES TT_TABLEROWLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDTABLEROW WITH DEFAULT KEY
.