/AWS1/CL_DZNSEARCHOUTPUT¶
SearchOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_items TYPE /AWS1/CL_DZNSEARCHINVRSLTITEM=>TT_SEARCHINVENTORYRESULTITEMS TT_SEARCHINVENTORYRESULTITEMS¶
The results of the
Searchaction.
iv_nexttoken TYPE /AWS1/DZNPAGINATIONTOKEN /AWS1/DZNPAGINATIONTOKEN¶
When the number of results is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toSearchto list the next set of results.
iv_totalmatchcount TYPE /AWS1/DZNINTEGER /AWS1/DZNINTEGER¶
Total number of search results.
Queryable Attributes¶
items¶
The results of the
Searchaction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
nextToken¶
When the number of results is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toSearchto list the next set of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
totalMatchCount¶
Total number of search results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALMATCHCOUNT() |
Getter for TOTALMATCHCOUNT, with configurable default |
ASK_TOTALMATCHCOUNT() |
Getter for TOTALMATCHCOUNT w/ exceptions if field has no val |
HAS_TOTALMATCHCOUNT() |
Determine if TOTALMATCHCOUNT has a value |