Skip to content

/AWS1/CL_CNTOVERRIDEHOUR

Information about hours of operation override

CONSTRUCTOR

IMPORTING

Optional arguments:

io_start TYPE REF TO /AWS1/CL_CNTOVERRIDETIMESLICE /AWS1/CL_CNTOVERRIDETIMESLICE

The start time or end time for an hours of operation override.

io_end TYPE REF TO /AWS1/CL_CNTOVERRIDETIMESLICE /AWS1/CL_CNTOVERRIDETIMESLICE

The start time or end time for an hours of operation override.

iv_overridename TYPE /AWS1/CNTCOMMONHUMREADABLENAME /AWS1/CNTCOMMONHUMREADABLENAME

Unique identifier name for the override.

iv_operationalstatus TYPE /AWS1/CNTOPERATIONALSTATUS /AWS1/CNTOPERATIONALSTATUS

Indicates whether the status is open or closed during the override period. This status determines how the override modifies the base hours of operation schedule.


Queryable Attributes

Start

The start time or end time for an hours of operation override.

Accessible with the following methods

Method Description
GET_START() Getter for START

End

The start time or end time for an hours of operation override.

Accessible with the following methods

Method Description
GET_END() Getter for END

OverrideName

Unique identifier name for the override.

Accessible with the following methods

Method Description
GET_OVERRIDENAME() Getter for OVERRIDENAME, with configurable default
ASK_OVERRIDENAME() Getter for OVERRIDENAME w/ exceptions if field has no value
HAS_OVERRIDENAME() Determine if OVERRIDENAME has a value

OperationalStatus

Indicates whether the status is open or closed during the override period. This status determines how the override modifies the base hours of operation schedule.

Accessible with the following methods

Method Description
GET_OPERATIONALSTATUS() Getter for OPERATIONALSTATUS, with configurable default
ASK_OPERATIONALSTATUS() Getter for OPERATIONALSTATUS w/ exceptions if field has no v
HAS_OPERATIONALSTATUS() Determine if OPERATIONALSTATUS 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_OVERRIDEHOURS

TYPES TT_OVERRIDEHOURS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTOVERRIDEHOUR WITH DEFAULT KEY
.