/AWS1/CL_KNDCOLLAPSEDRESULTDET¶
Provides details about a collapsed group of search results.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_documentattribute TYPE REF TO /AWS1/CL_KNDDOCUMENTATTRIBUTE /AWS1/CL_KNDDOCUMENTATTRIBUTE¶
The value of the document attribute that results are collapsed on.
Optional arguments:¶
it_expandedresults TYPE /AWS1/CL_KNDEXPANDEDRESULTITEM=>TT_EXPANDEDRESULTLIST TT_EXPANDEDRESULTLIST¶
A list of results in the collapsed group.
Queryable Attributes¶
DocumentAttribute¶
The value of the document attribute that results are collapsed on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTATTRIBUTE() |
Getter for DOCUMENTATTRIBUTE |
ExpandedResults¶
A list of results in the collapsed group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPANDEDRESULTS() |
Getter for EXPANDEDRESULTS, with configurable default |
ASK_EXPANDEDRESULTS() |
Getter for EXPANDEDRESULTS w/ exceptions if field has no val |
HAS_EXPANDEDRESULTS() |
Determine if EXPANDEDRESULTS has a value |