Skip to content

/AWS1/CL_DBRLISTDATASETSRSP

ListDatasetsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_DATASETS TYPE /AWS1/CL_DBRDATASET=>TT_DATASETLIST TT_DATASETLIST

A list of datasets that are defined.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/DBRNEXTTOKEN /AWS1/DBRNEXTTOKEN

A token that you can use in a subsequent call to retrieve the next set of results.


Queryable Attributes

Datasets

A list of datasets that are defined.

Accessible with the following methods

Method Description
GET_DATASETS() Getter for DATASETS, with configurable default
ASK_DATASETS() Getter for DATASETS w/ exceptions if field has no value
HAS_DATASETS() Determine if DATASETS has a value

NextToken

A token that you can use in a subsequent call to retrieve the next set of results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value