/AWS1/CL_PRNLISTCOMPONENTSOUT¶
ListComponentsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_components TYPE /AWS1/CL_PRNCOMPONENTSUMMARY=>TT_COMPONENTSUMMARYLIST TT_COMPONENTSUMMARYLIST¶
An array of components with summary data.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/PRNNEXTTOKEN /AWS1/PRNNEXTTOKEN¶
A token that indicates the location of the next component in the array of components, after the current requested list of components.
Queryable Attributes¶
nextToken¶
A token that indicates the location of the next component in the array of components, after the current requested list of components.
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 |
components¶
An array of components with summary data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTS() |
Getter for COMPONENTS, with configurable default |
ASK_COMPONENTS() |
Getter for COMPONENTS w/ exceptions if field has no value |
HAS_COMPONENTS() |
Determine if COMPONENTS has a value |