/AWS1/CL_COAINTEGERCRITCOND¶
Defines a condition for filtering based on integer values with comparison operators.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_comparison TYPE /AWS1/COACOMPARISONOPERATOR /AWS1/COACOMPARISONOPERATOR¶
The comparison operator to use, such as equals, greater than, less than, etc.
it_values TYPE /AWS1/CL_COAINTEGERLIST_W=>TT_INTEGERLIST TT_INTEGERLIST¶
The list of integer values to compare against using the specified comparison operator.
Queryable Attributes¶
comparison¶
The comparison operator to use, such as equals, greater than, less than, etc.
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¶
The list of integer values to compare against using the specified comparison operator.
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_INTEGERCRITERIACONDLIST¶
TYPES TT_INTEGERCRITERIACONDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_COAINTEGERCRITCOND WITH DEFAULT KEY
.