/AWS1/CL_COADOUBLECRITERIACOND¶
Defines a condition for filtering based on double/floating-point numeric 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_COADOUBLELIST_W=>TT_DOUBLELIST TT_DOUBLELIST¶
The list of double 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 double 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_DOUBLECRITERIACONDITIONLIST¶
TYPES TT_DOUBLECRITERIACONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_COADOUBLECRITERIACOND WITH DEFAULT KEY
.