/AWS1/CL_QSTFORECASTCONF¶
The forecast configuration that is used in a line chart's display properties.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_forecastproperties TYPE REF TO /AWS1/CL_QSTTIMEBASEDFCPRPS /AWS1/CL_QSTTIMEBASEDFCPRPS¶
The forecast properties setup of a forecast in the line chart.
io_scenario TYPE REF TO /AWS1/CL_QSTFORECASTSCENARIO /AWS1/CL_QSTFORECASTSCENARIO¶
The forecast scenario of a forecast in the line chart.
Queryable Attributes¶
ForecastProperties¶
The forecast properties setup of a forecast in the line chart.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORECASTPROPERTIES() |
Getter for FORECASTPROPERTIES |
Scenario¶
The forecast scenario of a forecast in the line chart.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCENARIO() |
Getter for SCENARIO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FORECASTCONFIGURATIONLIST¶
TYPES TT_FORECASTCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTFORECASTCONF WITH DEFAULT KEY
.