/AWS1/CL_CN2TIMERANGE¶
Time range in 24 hour format
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_starttime TYPE /AWS1/CN2ISO8601TIME /AWS1/CN2ISO8601TIME¶
Time in ISO 8601 format, e.g. T23:11
iv_endtime TYPE /AWS1/CN2ISO8601TIME /AWS1/CN2ISO8601TIME¶
Time in ISO 8601 format, e.g. T23:11
Queryable Attributes¶
startTime¶
Time in ISO 8601 format, e.g. T23:11
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
Time in ISO 8601 format, e.g. T23:11
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME 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_TIMERANGELIST¶
TYPES TT_TIMERANGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CN2TIMERANGE WITH DEFAULT KEY
.
TS_DAILYHOURS_MAPROW¶
TYPES: BEGIN OF TS_DAILYHOURS_MAPROW,
key TYPE /AWS1/CN2DAYOFWEEK,
value TYPE /AWS1/CL_CN2TIMERANGE=>TT_TIMERANGELIST,
END OF TS_DAILYHOURS_MAPROW.
TT_DAILYHOURS¶
TYPES TT_DAILYHOURS TYPE HASHED TABLE OF /AWS1/CL_CN2TIMERANGE=>TS_DAILYHOURS_MAPROW WITH UNIQUE KEY key
.