/AWS1/CL_CNTEFFECTIVEOVRDHOURS¶
Information about the hours of operation overrides which contribute to effective hours of operations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_date TYPE /AWS1/CNTHOURSOFOPOVERRIDEYE00 /AWS1/CNTHOURSOFOPOVERRIDEYE00¶
The date that the hours of operation override applies to.
it_overridehours TYPE /AWS1/CL_CNTOVERRIDEHOUR=>TT_OVERRIDEHOURS TT_OVERRIDEHOURS¶
Information about the hours of operation overrides that apply to a specific date.
Queryable Attributes¶
Date¶
The date that the hours of operation override applies to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATE() |
Getter for DATE, with configurable default |
ASK_DATE() |
Getter for DATE w/ exceptions if field has no value |
HAS_DATE() |
Determine if DATE has a value |
OverrideHours¶
Information about the hours of operation overrides that apply to a specific date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERRIDEHOURS() |
Getter for OVERRIDEHOURS, with configurable default |
ASK_OVERRIDEHOURS() |
Getter for OVERRIDEHOURS w/ exceptions if field has no value |
HAS_OVERRIDEHOURS() |
Determine if OVERRIDEHOURS 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_EFFECTIVEOVERRIDEHOURSLIST¶
TYPES TT_EFFECTIVEOVERRIDEHOURSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEFFECTIVEOVRDHOURS WITH DEFAULT KEY
.