/AWS1/CL_CWSWINDOW¶
The object that defines the time length of an exclusion window.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_durationunit TYPE /AWS1/CWSDURATIONUNIT /AWS1/CWSDURATIONUNIT¶
The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.
iv_duration TYPE /AWS1/CWSEXCLUSIONDURATION /AWS1/CWSEXCLUSIONDURATION¶
The number of time units for the exclusion window length.
Queryable Attributes¶
DurationUnit¶
The unit of time for the exclusion window duration. Valid values: MINUTE, HOUR, DAY, MONTH.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATIONUNIT() |
Getter for DURATIONUNIT, with configurable default |
ASK_DURATIONUNIT() |
Getter for DURATIONUNIT w/ exceptions if field has no value |
HAS_DURATIONUNIT() |
Determine if DURATIONUNIT has a value |
Duration¶
The number of time units for the exclusion window length.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION, with configurable default |
ASK_DURATION() |
Getter for DURATION w/ exceptions if field has no value |
HAS_DURATION() |
Determine if DURATION has a value |