Skip to content

/AWS1/CL_IOAGETDSCONTENTRSP

GetDatasetContentResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ENTRIES TYPE /AWS1/CL_IOADATASETENTRY=>TT_DATASETENTRIES TT_DATASETENTRIES

A list of DatasetEntry objects.

IV_TIMESTAMP TYPE /AWS1/IOATIMESTAMP /AWS1/IOATIMESTAMP

The time when the request was made.

IO_STATUS TYPE REF TO /AWS1/CL_IOADSCONTENTSTATUS /AWS1/CL_IOADSCONTENTSTATUS

The status of the dataset content.


Queryable Attributes

entries

A list of DatasetEntry objects.

Accessible with the following methods

Method Description
GET_ENTRIES() Getter for ENTRIES, with configurable default
ASK_ENTRIES() Getter for ENTRIES w/ exceptions if field has no value
HAS_ENTRIES() Determine if ENTRIES has a value

timestamp

The time when the request was made.

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

status

The status of the dataset content.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS