Skip to content

/AWS1/CL_BUPDATERANGE

This is a resource filter containing FromDate: DateTime and ToDate: DateTime. Both values are required. Future DateTime values are not permitted.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds ((milliseconds are optional). For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_fromdate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

This value is the beginning date, inclusive.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).

iv_todate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP

This value is the end date, inclusive.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).


Queryable Attributes

FromDate

This value is the beginning date, inclusive.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).

Accessible with the following methods

Method Description
GET_FROMDATE() Getter for FROMDATE, with configurable default
ASK_FROMDATE() Getter for FROMDATE w/ exceptions if field has no value
HAS_FROMDATE() Determine if FROMDATE has a value

ToDate

This value is the end date, inclusive.

The date and time are in Unix format and Coordinated Universal Time (UTC), and it is accurate to milliseconds (milliseconds are optional).

Accessible with the following methods

Method Description
GET_TODATE() Getter for TODATE, with configurable default
ASK_TODATE() Getter for TODATE w/ exceptions if field has no value
HAS_TODATE() Determine if TODATE has a value