/AWS1/CL_BCDLISTSCHDDRPTSRSP¶
ListScheduledReportsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_scheduledreports TYPE /AWS1/CL_BCDSCHDDREPORTSUMMARY=>TT_SCHEDULEDREPORTSUMMARYLIST TT_SCHEDULEDREPORTSUMMARYLIST¶
An array of scheduled report summaries, containing basic information about each scheduled report.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BCDNEXTPAGETOKEN /AWS1/BCDNEXTPAGETOKEN¶
The token to use to retrieve the next page of results. Not returned if there are no more results to retrieve.
Queryable Attributes¶
scheduledReports¶
An array of scheduled report summaries, containing basic information about each scheduled report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULEDREPORTS() |
Getter for SCHEDULEDREPORTS, with configurable default |
ASK_SCHEDULEDREPORTS() |
Getter for SCHEDULEDREPORTS w/ exceptions if field has no va |
HAS_SCHEDULEDREPORTS() |
Determine if SCHEDULEDREPORTS has a value |
nextToken¶
The token to use to retrieve the next page of results. Not returned if there are no more 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 |