Skip to content

/AWS1/CL_IOSDSENRCHMNTENTRY

Contains enrichment status information for a specific data type in a dataset.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_status TYPE /AWS1/IOSDATASETENRCHMNTSTATUS /AWS1/IOSDATASETENRCHMNTSTATUS

The enrichment status of the data type in the dataset.

Optional arguments:

iv_lastenrichedat TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The date the data was last enriched, in Unix epoch time.


Queryable Attributes

status

The enrichment status of the data type in the dataset.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

lastEnrichedAt

The date the data was last enriched, in Unix epoch time.

Accessible with the following methods

Method Description
GET_LASTENRICHEDAT() Getter for LASTENRICHEDAT, with configurable default
ASK_LASTENRICHEDAT() Getter for LASTENRICHEDAT w/ exceptions if field has no valu
HAS_LASTENRICHEDAT() Determine if LASTENRICHEDAT has a value