Skip to content

/AWS1/CL_REVLISTSYSTEMSRSP

ListSystemsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_systemsummaries TYPE /AWS1/CL_REVSYSTEMSUMMARY=>TT_SYSTEMSUMMARYLIST TT_SYSTEMSUMMARYLIST

The list of system summaries.

Optional arguments:

iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN

Pagination token.


Queryable Attributes

systemSummaries

The list of system summaries.

Accessible with the following methods

Method Description
GET_SYSTEMSUMMARIES() Getter for SYSTEMSUMMARIES, with configurable default
ASK_SYSTEMSUMMARIES() Getter for SYSTEMSUMMARIES w/ exceptions if field has no val
HAS_SYSTEMSUMMARIES() Determine if SYSTEMSUMMARIES has a value

nextToken

Pagination token.

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