/AWS1/CL_SMCMONTHLYSETTING¶
Information about on-call rotations that recur monthly.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dayofmonth TYPE /AWS1/SMCDAYOFMONTH /AWS1/SMCDAYOFMONTH¶
The day of the month when monthly recurring on-call rotations begin.
io_handofftime TYPE REF TO /AWS1/CL_SMCHANDOFFTIME /AWS1/CL_SMCHANDOFFTIME¶
The time of day when a monthly recurring on-call shift rotation begins.
Queryable Attributes¶
DayOfMonth¶
The day of the month when monthly recurring on-call rotations begin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAYOFMONTH() |
Getter for DAYOFMONTH, with configurable default |
ASK_DAYOFMONTH() |
Getter for DAYOFMONTH w/ exceptions if field has no value |
HAS_DAYOFMONTH() |
Determine if DAYOFMONTH has a value |
HandOffTime¶
The time of day when a monthly 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_MONTHLYSETTINGS¶
TYPES TT_MONTHLYSETTINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMCMONTHLYSETTING WITH DEFAULT KEY
.