/AWS1/CL_OMXREFERENCESTOREFILT¶
A filter for reference stores.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/OMXREFERENCESTORENAME /AWS1/OMXREFERENCESTORENAME¶
The name to filter on.
iv_createdafter TYPE /AWS1/OMXTIMESTAMP /AWS1/OMXTIMESTAMP¶
The filter's start date.
iv_createdbefore TYPE /AWS1/OMXTIMESTAMP /AWS1/OMXTIMESTAMP¶
The filter's end date.
Queryable Attributes¶
name¶
The name to filter on.
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 |
createdAfter¶
The filter's start date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAFTER() |
Getter for CREATEDAFTER, with configurable default |
ASK_CREATEDAFTER() |
Getter for CREATEDAFTER w/ exceptions if field has no value |
HAS_CREATEDAFTER() |
Determine if CREATEDAFTER has a value |
createdBefore¶
The filter's end date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBEFORE() |
Getter for CREATEDBEFORE, with configurable default |
ASK_CREATEDBEFORE() |
Getter for CREATEDBEFORE w/ exceptions if field has no value |
HAS_CREATEDBEFORE() |
Determine if CREATEDBEFORE has a value |