Skip to content

/AWS1/CL_MBCLISTACCORSOUTPUT

ListAccessorsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ACCESSORS TYPE /AWS1/CL_MBCACCESSORSUMMARY=>TT_ACCESSORSUMMARYLIST TT_ACCESSORSUMMARYLIST

An array of AccessorSummary objects that contain configuration properties for each accessor.

IV_NEXTTOKEN TYPE /AWS1/MBCPAGINATIONTOKEN /AWS1/MBCPAGINATIONTOKEN

The pagination token that indicates the next set of results to retrieve.


Queryable Attributes

Accessors

An array of AccessorSummary objects that contain configuration properties for each accessor.

Accessible with the following methods

Method Description
GET_ACCESSORS() Getter for ACCESSORS, with configurable default
ASK_ACCESSORS() Getter for ACCESSORS w/ exceptions if field has no value
HAS_ACCESSORS() Determine if ACCESSORS has a value

NextToken

The pagination token that indicates the next set of results to retrieve.

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