/AWS1/CL_TBDSRCHGREDFILTXPRS¶
The filter expression, AND or OR, to use
when searching among a group of search strings in a resource.
You can use two groupings per search each within parenthesis ().
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_filters TYPE /AWS1/CL_TBDSEARCHFILTERXPRSN=>TT_SEARCHFILTEREXPRESSIONS TT_SEARCHFILTEREXPRESSIONS¶
The filters to use for the search.
iv_operator TYPE /AWS1/TBDLOGICALOPERATOR /AWS1/TBDLOGICALOPERATOR¶
The operators to include in the search.
Queryable Attributes¶
filters¶
The filters to use for the search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTERS() |
Getter for FILTERS, with configurable default |
ASK_FILTERS() |
Getter for FILTERS w/ exceptions if field has no value |
HAS_FILTERS() |
Determine if FILTERS has a value |
operator¶
The operators to include in the search.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATOR() |
Getter for OPERATOR, with configurable default |
ASK_OPERATOR() |
Getter for OPERATOR w/ exceptions if field has no value |
HAS_OPERATOR() |
Determine if OPERATOR has a value |