Skip to content

/AWS1/CL_IOVTIMER

The current state of a timer.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/IOVTIMERNAME /AWS1/IOVTIMERNAME

The name of the timer.

iv_timestamp TYPE /AWS1/IOVTIMESTAMP /AWS1/IOVTIMESTAMP

The expiration time for the timer.


Queryable Attributes

name

The name of the timer.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

timestamp

The expiration time for the timer.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP 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_TIMERS

TYPES TT_TIMERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOVTIMER WITH DEFAULT KEY
.