Skip to content

/AWS1/CL_BCDDATETIMERANGE

Defines a time period with explicit start and end times for data queries.

CONSTRUCTOR

IMPORTING

Required arguments:

io_starttime TYPE REF TO /AWS1/CL_BCDDATETIMEVALUE /AWS1/CL_BCDDATETIMEVALUE

The start time of the date range for querying data.

io_endtime TYPE REF TO /AWS1/CL_BCDDATETIMEVALUE /AWS1/CL_BCDDATETIMEVALUE

The end time of the date range for querying data.


Queryable Attributes

startTime

The start time of the date range for querying data.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME

endTime

The end time of the date range for querying data.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME