Skip to content

/AWS1/CL_PIEDATAPOINT

A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_timestamp TYPE /AWS1/PIEISOTIMESTAMP /AWS1/PIEISOTIMESTAMP

The time, in epoch format, associated with a particular Value.

iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The actual value associated with a particular Timestamp.


Queryable Attributes

Timestamp

The time, in epoch format, associated with a particular Value.

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

Value

The actual value associated with a particular Timestamp.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
STR_VALUE() String format for VALUE, with configurable default
HAS_VALUE() Determine if VALUE 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_DATAPOINTSLIST

TYPES TT_DATAPOINTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIEDATAPOINT WITH DEFAULT KEY
.