/AWS1/CL_CEXANOMALYDATEINTER00¶
The time period for an anomaly.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_startdate TYPE /AWS1/CEXYEARMONTHDAY /AWS1/CEXYEARMONTHDAY¶
The first date an anomaly was observed.
Optional arguments:¶
iv_enddate TYPE /AWS1/CEXYEARMONTHDAY /AWS1/CEXYEARMONTHDAY¶
The last date an anomaly was observed.
Queryable Attributes¶
StartDate¶
The first date an anomaly was observed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTDATE() |
Getter for STARTDATE, with configurable default |
ASK_STARTDATE() |
Getter for STARTDATE w/ exceptions if field has no value |
HAS_STARTDATE() |
Determine if STARTDATE has a value |
EndDate¶
The last date an anomaly was observed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDDATE() |
Getter for ENDDATE, with configurable default |
ASK_ENDDATE() |
Getter for ENDDATE w/ exceptions if field has no value |
HAS_ENDDATE() |
Determine if ENDDATE has a value |