/AWS1/CL_FDTGETOUTCOMESRESULT¶
GetOutcomesResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_outcomes TYPE /AWS1/CL_FDTOUTCOME=>TT_OUTCOMELIST TT_OUTCOMELIST¶
The outcomes.
iv_nexttoken TYPE /AWS1/FDTSTRING /AWS1/FDTSTRING¶
The next page token for subsequent requests.
Queryable Attributes¶
outcomes¶
The outcomes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTCOMES() |
Getter for OUTCOMES, with configurable default |
ASK_OUTCOMES() |
Getter for OUTCOMES w/ exceptions if field has no value |
HAS_OUTCOMES() |
Determine if OUTCOMES has a value |
nextToken¶
The next page token for subsequent requests.
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 |