Skip to content

/AWS1/CL_SSSLISTDATABASESOUT

ListDatabasesOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_DATABASES TYPE /AWS1/CL_SSSDATABASESUMMARY=>TT_DATABASESUMMARYLIST TT_DATABASESUMMARYLIST

The SAP HANA databases of an application.

IV_NEXTTOKEN TYPE /AWS1/SSSNEXTTOKEN /AWS1/SSSNEXTTOKEN

The token to use to retrieve the next page of results. This value is null when there are no more results to return.


Queryable Attributes

Databases

The SAP HANA databases of an application.

Accessible with the following methods

Method Description
GET_DATABASES() Getter for DATABASES, with configurable default
ASK_DATABASES() Getter for DATABASES w/ exceptions if field has no value
HAS_DATABASES() Determine if DATABASES has a value

NextToken

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

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