/AWS1/CL_CNTSEARCHVIEWSRSP¶
SearchViewsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_views TYPE /AWS1/CL_CNTVIEW=>TT_VIEWSEARCHSUMMARYLIST TT_VIEWSEARCHSUMMARYLIST¶
A list of views that match the search criteria.
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN2500 /AWS1/CNTNEXTTOKEN2500¶
If there are additional results, this is the token for the next set of results.
iv_approximatetotalcount TYPE /AWS1/CNTAPPROXIMATETOTALCOUNT /AWS1/CNTAPPROXIMATETOTALCOUNT¶
The approximate total number of views that match the search criteria.
Queryable Attributes¶
Views¶
A list of views that match the search criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIEWS() |
Getter for VIEWS, with configurable default |
ASK_VIEWS() |
Getter for VIEWS w/ exceptions if field has no value |
HAS_VIEWS() |
Determine if VIEWS has a value |
NextToken¶
If there are additional results, this is the token for 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 |
ApproximateTotalCount¶
The approximate total number of views that match the search criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPROXIMATETOTALCOUNT() |
Getter for APPROXIMATETOTALCOUNT, with configurable default |
ASK_APPROXIMATETOTALCOUNT() |
Getter for APPROXIMATETOTALCOUNT w/ exceptions if field has |
HAS_APPROXIMATETOTALCOUNT() |
Determine if APPROXIMATETOTALCOUNT has a value |