/AWS1/CL_BCPLSTWORKLOADESTIM01¶
Represents a filter for listing workload estimates.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/BCPLSTWORKLOADESTIMATE00 /AWS1/BCPLSTWORKLOADESTIMATE00¶
The name of the filter attribute.
it_values TYPE /AWS1/CL_BCPLSTWORKLOADESTIM02=>TT_LSTWORKLOADESTIMATESFILTV00 TT_LSTWORKLOADESTIMATESFILTV00¶
The values to filter by.
Optional arguments:¶
iv_matchoption TYPE /AWS1/BCPMATCHOPTION /AWS1/BCPMATCHOPTION¶
The match option for the filter (e.g., equals, contains).
Queryable Attributes¶
name¶
The name of the filter attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
values¶
The values to filter by.
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 |
matchOption¶
The match option for the filter (e.g., equals, contains).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHOPTION() |
Getter for MATCHOPTION, with configurable default |
ASK_MATCHOPTION() |
Getter for MATCHOPTION w/ exceptions if field has no value |
HAS_MATCHOPTION() |
Determine if MATCHOPTION 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_LISTWORKLOADESTIMATESFILTS¶
TYPES TT_LISTWORKLOADESTIMATESFILTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCPLSTWORKLOADESTIM01 WITH DEFAULT KEY
.