/AWS1/CL_MDXADDMAINTENANCE¶
Create a maintenance setting for a flow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_maintenanceday TYPE /AWS1/MDXMAINTENANCEDAY /AWS1/MDXMAINTENANCEDAY¶
A day of a week when the maintenance will happen.
iv_maintenancestarthour TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
UTC time when the maintenance will happen.
Use 24-hour HH:MM format.
Minutes must be 00.
Example: 13:00.
The default value is 02:00.
Queryable Attributes¶
MaintenanceDay¶
A day of a week when the maintenance will happen.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAINTENANCEDAY() |
Getter for MAINTENANCEDAY, with configurable default |
ASK_MAINTENANCEDAY() |
Getter for MAINTENANCEDAY w/ exceptions if field has no valu |
HAS_MAINTENANCEDAY() |
Determine if MAINTENANCEDAY has a value |
MaintenanceStartHour¶
UTC time when the maintenance will happen.
Use 24-hour HH:MM format.
Minutes must be 00.
Example: 13:00.
The default value is 02:00.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAINTENANCESTARTHOUR() |
Getter for MAINTENANCESTARTHOUR, with configurable default |
ASK_MAINTENANCESTARTHOUR() |
Getter for MAINTENANCESTARTHOUR w/ exceptions if field has n |
HAS_MAINTENANCESTARTHOUR() |
Determine if MAINTENANCESTARTHOUR has a value |