/AWS1/CL_TRLREFRESHSCHEDULE¶
The schedule for a dashboard refresh.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_frequency TYPE REF TO /AWS1/CL_TRLREFRESHSCHFREQUE00 /AWS1/CL_TRLREFRESHSCHFREQUE00¶
The frequency at which you want the dashboard refreshed.
iv_status TYPE /AWS1/TRLREFRESHSCHEDULESTATUS /AWS1/TRLREFRESHSCHEDULESTATUS¶
Specifies whether the refresh schedule is enabled. Set the value to
ENABLEDto enable the refresh schedule, or toDISABLEDto turn off the refresh schedule.
iv_timeofday TYPE /AWS1/TRLTIMEOFDAY /AWS1/TRLTIMEOFDAY¶
The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.
Queryable Attributes¶
Frequency¶
The frequency at which you want the dashboard refreshed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FREQUENCY() |
Getter for FREQUENCY |
Status¶
Specifies whether the refresh schedule is enabled. Set the value to
ENABLEDto enable the refresh schedule, or toDISABLEDto turn off the refresh schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
TimeOfDay¶
The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEOFDAY() |
Getter for TIMEOFDAY, with configurable default |
ASK_TIMEOFDAY() |
Getter for TIMEOFDAY w/ exceptions if field has no value |
HAS_TIMEOFDAY() |
Determine if TIMEOFDAY has a value |