Skip to content

/AWS1/CL_BDOLISTDATASETSRSP

ListDatasetsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_datasets TYPE /AWS1/CL_BDODATASETSUMMARY=>TT_DATASETSUMMARYLIST TT_DATASETSUMMARYLIST

The list of datasets.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The token for the next page of results, or null if there are no more results.


Queryable Attributes

datasets

The list of datasets.

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

The token for the next page of results, or null if there are no more 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