/AWS1/CL_FCSTIMESERIESREPLCS00¶
A replacement dataset is a modified version of the baseline related time series that contains only the values that you want to include in a what-if forecast. The replacement dataset must contain the forecast dimensions and item identifiers in the baseline related time series as well as at least 1 changed time series. This dataset is merged with the baseline related time series to create a transformed dataset that is used for the what-if forecast.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_s3config TYPE REF TO /AWS1/CL_FCSS3CONFIG /AWS1/CL_FCSS3CONFIG¶
S3Config
io_schema TYPE REF TO /AWS1/CL_FCSSCHEMA /AWS1/CL_FCSSCHEMA¶
Schema
Optional arguments:¶
iv_format TYPE /AWS1/FCSFORMAT /AWS1/FCSFORMAT¶
The format of the replacement data, CSV or PARQUET.
iv_timestampformat TYPE /AWS1/FCSTIMESTAMPFORMAT /AWS1/FCSTIMESTAMPFORMAT¶
The timestamp format of the replacement data.
Queryable Attributes¶
S3Config¶
S3Config
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3CONFIG() |
Getter for S3CONFIG |
Schema¶
Schema
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMA() |
Getter for SCHEMA |
Format¶
The format of the replacement data, CSV or PARQUET.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
TimestampFormat¶
The timestamp format of the replacement data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMPFORMAT() |
Getter for TIMESTAMPFORMAT, with configurable default |
ASK_TIMESTAMPFORMAT() |
Getter for TIMESTAMPFORMAT w/ exceptions if field has no val |
HAS_TIMESTAMPFORMAT() |
Determine if TIMESTAMPFORMAT has a value |