/AWS1/CL_COASTRINGCRITERIACOND¶
Criteria condition for filtering based on string values, including comparison operators and target values.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_comparison TYPE /AWS1/COACOMPARISONOPERATOR /AWS1/COACOMPARISONOPERATOR¶
The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.
it_values TYPE /AWS1/CL_COASTRINGCRITVALUES_W=>TT_STRINGCRITERIAVALUES TT_STRINGCRITERIAVALUES¶
List of string values to compare against when applying the criteria condition.
Queryable Attributes¶
comparison¶
The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPARISON() |
Getter for COMPARISON, with configurable default |
ASK_COMPARISON() |
Getter for COMPARISON w/ exceptions if field has no value |
HAS_COMPARISON() |
Determine if COMPARISON has a value |
values¶
List of string values to compare against when applying the criteria condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STRINGCRITERIACONDITIONLIST¶
TYPES TT_STRINGCRITERIACONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_COASTRINGCRITERIACOND WITH DEFAULT KEY
.