Skip to content

/AWS1/CL_NWSLISTSCOPESOUTPUT

ListScopesOutput

CONSTRUCTOR

IMPORTING

Required arguments:

it_scopes TYPE /AWS1/CL_NWSSCOPESUMMARY=>TT_SCOPESUMMARYLIST TT_SCOPESUMMARYLIST

The list of scopes.

Optional arguments:

iv_nexttoken TYPE /AWS1/NWSNEXTTOKEN /AWS1/NWSNEXTTOKEN

The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.


Queryable Attributes

nextToken

The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.

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

scopes

The list of scopes.

Accessible with the following methods

Method Description
GET_SCOPES() Getter for SCOPES, with configurable default
ASK_SCOPES() Getter for SCOPES w/ exceptions if field has no value
HAS_SCOPES() Determine if SCOPES has a value