Skip to content

/AWS1/CL_BUPSCHDPLANEXEMEMBER

Contains information about a scheduled backup plan execution, including the execution time, rule type, and associated rule identifier.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_executiontime TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.

iv_ruleid TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

The unique identifier of the backup rule that will execute at the scheduled time.

iv_ruleexecutiontype TYPE /AWS1/BUPRULEEXECUTIONTYPE /AWS1/BUPRULEEXECUTIONTYPE

The type of backup rule execution. Valid values are CONTINUOUS (point-in-time recovery), SNAPSHOTS (snapshot backups), or CONTINUOUS_AND_SNAPSHOTS (both types combined).


Queryable Attributes

ExecutionTime

The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.

Accessible with the following methods

Method Description
GET_EXECUTIONTIME() Getter for EXECUTIONTIME, with configurable default
ASK_EXECUTIONTIME() Getter for EXECUTIONTIME w/ exceptions if field has no value
HAS_EXECUTIONTIME() Determine if EXECUTIONTIME has a value

RuleId

The unique identifier of the backup rule that will execute at the scheduled time.

Accessible with the following methods

Method Description
GET_RULEID() Getter for RULEID, with configurable default
ASK_RULEID() Getter for RULEID w/ exceptions if field has no value
HAS_RULEID() Determine if RULEID has a value

RuleExecutionType

The type of backup rule execution. Valid values are CONTINUOUS (point-in-time recovery), SNAPSHOTS (snapshot backups), or CONTINUOUS_AND_SNAPSHOTS (both types combined).

Accessible with the following methods

Method Description
GET_RULEEXECUTIONTYPE() Getter for RULEEXECUTIONTYPE, with configurable default
ASK_RULEEXECUTIONTYPE() Getter for RULEEXECUTIONTYPE w/ exceptions if field has no v
HAS_RULEEXECUTIONTYPE() Determine if RULEEXECUTIONTYPE 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_SCHEDULEDRUNSPREVIEW

TYPES TT_SCHEDULEDRUNSPREVIEW TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPSCHDPLANEXEMEMBER WITH DEFAULT KEY
.