/AWS1/CL_SMCWEEKLYSETTING¶
Information about rotations that recur weekly.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dayofweek TYPE /AWS1/SMCDAYOFWEEK /AWS1/SMCDAYOFWEEK¶
The day of the week when weekly recurring on-call shift rotations begins.
io_handofftime TYPE REF TO /AWS1/CL_SMCHANDOFFTIME /AWS1/CL_SMCHANDOFFTIME¶
The time of day when a weekly recurring on-call shift rotation begins.
Queryable Attributes¶
DayOfWeek¶
The day of the week when weekly recurring on-call shift rotations begins.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAYOFWEEK() |
Getter for DAYOFWEEK, with configurable default |
ASK_DAYOFWEEK() |
Getter for DAYOFWEEK w/ exceptions if field has no value |
HAS_DAYOFWEEK() |
Determine if DAYOFWEEK has a value |
HandOffTime¶
The time of day when a weekly recurring on-call shift rotation begins.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HANDOFFTIME() |
Getter for HANDOFFTIME |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WEEKLYSETTINGS¶
TYPES TT_WEEKLYSETTINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMCWEEKLYSETTING WITH DEFAULT KEY
.