/AWS1/CL_CNTHOURSOFOPOVERRID00¶
Information about the hours of operation override config: day, start time, and end time.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_day TYPE /AWS1/CNTOVERRIDEDAYS /AWS1/CNTOVERRIDEDAYS¶
The day that the hours of operation override applies to.
io_starttime TYPE REF TO /AWS1/CL_CNTOVERRIDETIMESLICE /AWS1/CL_CNTOVERRIDETIMESLICE¶
The start time when your contact center opens if overrides are applied.
io_endtime TYPE REF TO /AWS1/CL_CNTOVERRIDETIMESLICE /AWS1/CL_CNTOVERRIDETIMESLICE¶
The end time that your contact center closes if overrides are applied.
Queryable Attributes¶
Day¶
The day that the hours of operation override applies to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAY() |
Getter for DAY, with configurable default |
ASK_DAY() |
Getter for DAY w/ exceptions if field has no value |
HAS_DAY() |
Determine if DAY has a value |
StartTime¶
The start time when your contact center opens if overrides are applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME |
EndTime¶
The end time that your contact center closes if overrides are applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_HOURSOFOPOVERRIDECONFIGLIST¶
TYPES TT_HOURSOFOPOVERRIDECONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTHOURSOFOPOVERRID00 WITH DEFAULT KEY
.