/AWS1/CL_QSTTIMEBASEDFCPRPS¶
The forecast properties setup of a forecast in the line chart.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_periodsforward TYPE /AWS1/QSTPERIODSFORWARD /AWS1/QSTPERIODSFORWARD¶
The periods forward setup of a forecast computation.
iv_periodsbackward TYPE /AWS1/QSTPERIODSBACKWARD /AWS1/QSTPERIODSBACKWARD¶
The periods backward setup of a forecast computation.
iv_upperboundary TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The upper boundary setup of a forecast computation.
iv_lowerboundary TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The lower boundary setup of a forecast computation.
iv_predictioninterval TYPE /AWS1/QSTPREDICTIONINTERVAL /AWS1/QSTPREDICTIONINTERVAL¶
The prediction interval setup of a forecast computation.
iv_seasonality TYPE /AWS1/QSTSEASONALITY /AWS1/QSTSEASONALITY¶
The seasonality setup of a forecast computation. Choose one of the following options:
NULL: The input is set toNULL.
NON_NULL: The input is set to a custom value.
Queryable Attributes¶
PeriodsForward¶
The periods forward setup of a forecast computation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIODSFORWARD() |
Getter for PERIODSFORWARD, with configurable default |
ASK_PERIODSFORWARD() |
Getter for PERIODSFORWARD w/ exceptions if field has no valu |
HAS_PERIODSFORWARD() |
Determine if PERIODSFORWARD has a value |
PeriodsBackward¶
The periods backward setup of a forecast computation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIODSBACKWARD() |
Getter for PERIODSBACKWARD, with configurable default |
ASK_PERIODSBACKWARD() |
Getter for PERIODSBACKWARD w/ exceptions if field has no val |
HAS_PERIODSBACKWARD() |
Determine if PERIODSBACKWARD has a value |
UpperBoundary¶
The upper boundary setup of a forecast computation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPPERBOUNDARY() |
Getter for UPPERBOUNDARY, with configurable default |
ASK_UPPERBOUNDARY() |
Getter for UPPERBOUNDARY w/ exceptions if field has no value |
STR_UPPERBOUNDARY() |
String format for UPPERBOUNDARY, with configurable default |
HAS_UPPERBOUNDARY() |
Determine if UPPERBOUNDARY has a value |
LowerBoundary¶
The lower boundary setup of a forecast computation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOWERBOUNDARY() |
Getter for LOWERBOUNDARY, with configurable default |
ASK_LOWERBOUNDARY() |
Getter for LOWERBOUNDARY w/ exceptions if field has no value |
STR_LOWERBOUNDARY() |
String format for LOWERBOUNDARY, with configurable default |
HAS_LOWERBOUNDARY() |
Determine if LOWERBOUNDARY has a value |
PredictionInterval¶
The prediction interval setup of a forecast computation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDICTIONINTERVAL() |
Getter for PREDICTIONINTERVAL, with configurable default |
ASK_PREDICTIONINTERVAL() |
Getter for PREDICTIONINTERVAL w/ exceptions if field has no |
HAS_PREDICTIONINTERVAL() |
Determine if PREDICTIONINTERVAL has a value |
Seasonality¶
The seasonality setup of a forecast computation. Choose one of the following options:
NULL: The input is set toNULL.
NON_NULL: The input is set to a custom value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEASONALITY() |
Getter for SEASONALITY, with configurable default |
ASK_SEASONALITY() |
Getter for SEASONALITY w/ exceptions if field has no value |
HAS_SEASONALITY() |
Determine if SEASONALITY has a value |