Skip to content

/AWS1/CL_ESSAUTOTUNEMAINTENA00

Specifies Auto-Tune maitenance schedule. See the Developer Guide for more information.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_startat TYPE /AWS1/ESSSTARTAT /AWS1/ESSSTARTAT

Specifies timestamp at which Auto-Tune maintenance schedule start.

io_duration TYPE REF TO /AWS1/CL_ESSDURATION /AWS1/CL_ESSDURATION

Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.

iv_cronxprsnforrecurrence TYPE /AWS1/ESSSTRING /AWS1/ESSSTRING

Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.


Queryable Attributes

StartAt

Specifies timestamp at which Auto-Tune maintenance schedule start.

Accessible with the following methods

Method Description
GET_STARTAT() Getter for STARTAT, with configurable default
ASK_STARTAT() Getter for STARTAT w/ exceptions if field has no value
HAS_STARTAT() Determine if STARTAT has a value

Duration

Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.

Accessible with the following methods

Method Description
GET_DURATION() Getter for DURATION

CronExpressionForRecurrence

Specifies cron expression for a recurring maintenance schedule. See the Developer Guide for more information.

Accessible with the following methods

Method Description
GET_CRONXPRSNFORRECURRENCE() Getter for CRONEXPRESSIONFORRECURRENCE, with configurable de
ASK_CRONXPRSNFORRECURRENCE() Getter for CRONEXPRESSIONFORRECURRENCE w/ exceptions if fiel
HAS_CRONXPRSNFORRECURRENCE() Determine if CRONEXPRESSIONFORRECURRENCE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_AUTOTUNEMAINTENANCESCHDLIST

TYPES TT_AUTOTUNEMAINTENANCESCHDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ESSAUTOTUNEMAINTENA00 WITH DEFAULT KEY
.