Skip to content

/AWS1/CL_ACOLISTRPTDEFNSRSLT

ListReportDefinitionsResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_REPORTDEFINITIONS TYPE /AWS1/CL_ACOREPORTDEFINITION=>TT_REPORTDEFINITIONLIST TT_REPORTDEFINITIONLIST

The retrieved reports.

IV_NEXTTOKEN TYPE /AWS1/ACOTOKEN /AWS1/ACOTOKEN

The value of the next token, if it exists. Null if there are no more results.


Queryable Attributes

reportDefinitions

The retrieved reports.

Accessible with the following methods

Method Description
GET_REPORTDEFINITIONS() Getter for REPORTDEFINITIONS, with configurable default
ASK_REPORTDEFINITIONS() Getter for REPORTDEFINITIONS w/ exceptions if field has no v
HAS_REPORTDEFINITIONS() Determine if REPORTDEFINITIONS has a value

nextToken

The value of the next token, if it exists. Null if there are no more results.

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