Skip to content

/AWS1/CL_SSOLISTACCTSRESPONSE

ListAccountsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/SSONEXTTOKENTYPE /AWS1/SSONEXTTOKENTYPE

The page token client that is used to retrieve the list of accounts.

it_accountlist TYPE /AWS1/CL_SSOACCOUNTINFO=>TT_ACCOUNTLISTTYPE TT_ACCOUNTLISTTYPE

A paginated response with the list of account information and the next token if more results are available.


Queryable Attributes

nextToken

The page token client that is used to retrieve the list of accounts.

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

accountList

A paginated response with the list of account information and the next token if more results are available.

Accessible with the following methods

Method Description
GET_ACCOUNTLIST() Getter for ACCOUNTLIST, with configurable default
ASK_ACCOUNTLIST() Getter for ACCOUNTLIST w/ exceptions if field has no value
HAS_ACCOUNTLIST() Determine if ACCOUNTLIST has a value