/AWS1/CL_TBDSEARCHWORKERSRSP¶
Shared output fields for all Search operations (nextItemOffset, totalResults).
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_workers TYPE /AWS1/CL_TBDWORKERSEARCHSUMM=>TT_WORKERSEARCHSUMMARIES TT_WORKERSEARCHSUMMARIES¶
The workers for the search.
iv_totalresults TYPE /AWS1/TBDTOTALRESULTS /AWS1/TBDTOTALRESULTS¶
The total number of results in the search.
Optional arguments:¶
iv_nextitemoffset TYPE /AWS1/TBDNEXTITEMOFFSET /AWS1/TBDNEXTITEMOFFSET¶
The next item offset for the search results.
Queryable Attributes¶
workers¶
The workers for the search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERS() |
Getter for WORKERS, with configurable default |
ASK_WORKERS() |
Getter for WORKERS w/ exceptions if field has no value |
HAS_WORKERS() |
Determine if WORKERS has a value |
nextItemOffset¶
The next item offset for the search results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTITEMOFFSET() |
Getter for NEXTITEMOFFSET, with configurable default |
ASK_NEXTITEMOFFSET() |
Getter for NEXTITEMOFFSET w/ exceptions if field has no valu |
HAS_NEXTITEMOFFSET() |
Determine if NEXTITEMOFFSET has a value |
totalResults¶
The total number of results in the search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALRESULTS() |
Getter for TOTALRESULTS, with configurable default |
ASK_TOTALRESULTS() |
Getter for TOTALRESULTS w/ exceptions if field has no value |
HAS_TOTALRESULTS() |
Determine if TOTALRESULTS has a value |