/AWS1/CL_FCSLISTWHATIFFCSRSP¶
ListWhatIfForecastsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_whatifforecasts TYPE /AWS1/CL_FCSWHATIFFCSUMMARY=>TT_WHATIFFORECASTS TT_WHATIFFORECASTS¶
An array of
WhatIfForecastsobjects that describe the matched forecasts.
iv_nexttoken TYPE /AWS1/FCSNEXTTOKEN /AWS1/FCSNEXTTOKEN¶
If the result of the previous request was truncated, the response includes a
NextToken. To retrieve the next set of results, use the token in the next
 request. Tokens expire after 24 hours.
Queryable Attributes¶
WhatIfForecasts¶
An array of
WhatIfForecastsobjects that describe the matched forecasts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WHATIFFORECASTS() |
Getter for WHATIFFORECASTS, with configurable default |
ASK_WHATIFFORECASTS() |
Getter for WHATIFFORECASTS w/ exceptions if field has no val |
HAS_WHATIFFORECASTS() |
Determine if WHATIFFORECASTS has a value |
NextToken¶
If the result of the previous request was truncated, the response includes a
NextToken. To retrieve the next set of results, use the token in the next
 request. Tokens expire after 24 hours.
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 |