/AWS1/CL_SCDLISTSCHDSOUTPUT¶
ListSchedulesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_schedules TYPE /AWS1/CL_SCDSCHEDULESUMMARY=>TT_SCHEDULELIST TT_SCHEDULELIST¶
The schedules that match the specified criteria.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SCDNEXTTOKEN /AWS1/SCDNEXTTOKEN¶
Indicates whether there are additional results to retrieve. If the value is null, there are no more results.
Queryable Attributes¶
NextToken¶
Indicates whether there are additional results to retrieve. If the value is null, 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 |
Schedules¶
The schedules that match the specified criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULES() |
Getter for SCHEDULES, with configurable default |
ASK_SCHEDULES() |
Getter for SCHEDULES w/ exceptions if field has no value |
HAS_SCHEDULES() |
Determine if SCHEDULES has a value |