Skip to content

/AWS1/CL_MDLSCHEDULEACTION

Contains information on a single schedule action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_actionname TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The name of the action, must be unique within the schedule. This name provides the main reference to an action once it is added to the schedule. A name is unique if it is no longer in the schedule. The schedule is automatically cleaned up to remove actions with a start time of more than 1 hour ago (approximately) so at that point a name can be reused.

io_scheduleactionsettings TYPE REF TO /AWS1/CL_MDLSCHDACTIONSETTINGS /AWS1/CL_MDLSCHDACTIONSETTINGS

Settings for this schedule action.

io_schdactionstartsettings TYPE REF TO /AWS1/CL_MDLSCHDACTSTARTSTGS /AWS1/CL_MDLSCHDACTSTARTSTGS

The time for the action to start in the channel.


Queryable Attributes

ActionName

The name of the action, must be unique within the schedule. This name provides the main reference to an action once it is added to the schedule. A name is unique if it is no longer in the schedule. The schedule is automatically cleaned up to remove actions with a start time of more than 1 hour ago (approximately) so at that point a name can be reused.

Accessible with the following methods

Method Description
GET_ACTIONNAME() Getter for ACTIONNAME, with configurable default
ASK_ACTIONNAME() Getter for ACTIONNAME w/ exceptions if field has no value
HAS_ACTIONNAME() Determine if ACTIONNAME has a value

ScheduleActionSettings

Settings for this schedule action.

Accessible with the following methods

Method Description
GET_SCHEDULEACTIONSETTINGS() Getter for SCHEDULEACTIONSETTINGS

ScheduleActionStartSettings

The time for the action to start in the channel.

Accessible with the following methods

Method Description
GET_SCHDACTIONSTARTSETTINGS() Getter for SCHEDULEACTIONSTARTSETTINGS

Public Local Types In This Class

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

TT___LISTOFSCHEDULEACTION

TYPES TT___LISTOFSCHEDULEACTION TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLSCHEDULEACTION WITH DEFAULT KEY
.