Skip to content

/AWS1/CL_KNDTABLECELL

Provides information about a table cell in a table excerpt.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_value TYPE /AWS1/KNDSTRING /AWS1/KNDSTRING

The actual value or content within a table cell. A table cell could contain a date value of a year, or a string value of text, for example.

iv_topanswer TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN

TRUE if the response of the table cell is the top answer. This is the cell value or content with the highest confidence score or is the most relevant to the query.

iv_highlighted TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN

TRUE means that the table cell has a high enough confidence and is relevant to the query, so the value or content should be highlighted.

iv_header TYPE /AWS1/KNDBOOLEAN /AWS1/KNDBOOLEAN

TRUE means that the table cell should be treated as a header.


Queryable Attributes

Value

The actual value or content within a table cell. A table cell could contain a date value of a year, or a string value of text, for example.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

TopAnswer

TRUE if the response of the table cell is the top answer. This is the cell value or content with the highest confidence score or is the most relevant to the query.

Accessible with the following methods

Method Description
GET_TOPANSWER() Getter for TOPANSWER

Highlighted

TRUE means that the table cell has a high enough confidence and is relevant to the query, so the value or content should be highlighted.

Accessible with the following methods

Method Description
GET_HIGHLIGHTED() Getter for HIGHLIGHTED

TRUE means that the table cell should be treated as a header.

Accessible with the following methods

Method Description
GET_HEADER() Getter for HEADER

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TABLECELLLIST

TYPES TT_TABLECELLLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDTABLECELL WITH DEFAULT KEY
.