Extended export horizon for forecast
SCV defines model parameters to control the export horizon for forecast:
- EXPORT_HORIZON_START_OFFSET_DAYS
- EXPORT_HORIZON_START_END_DAYS
These model parameters are defined for all plan tables and are used as filter conditions when transferring plan results from Core to Outbox.
The default value of the EXPORT_HORIZON_START_OFFSET_DAYS model parameter is now changed from 0 to -30 days, to allow exporting of forecast, for example, when the week starts on Sunday, however the export runs on Monday.
Updated the default value to -30 for the following model parameters in the demand planning template:
- DPLS_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_BUDGET_PLAN
- DPLS_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_BUDGET_PLAN_AGGR
- DPLS_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_DEMAND_PLAN
- DPLS_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_DEMAND_PLAN_AGGR
- INV_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_INVENTORY_PLAN
Updated the default value to -30 for the following model parameters in the demand planning for M3 template:
- DPLS_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_BUDGET_PLAN
- DPLS_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_BUDGET_PLAN_AGGR
- DPLS_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_DEMAND_PLAN
- DPLS_BASE_EXPORT_HORIZON_START_OFFSET_DAYS_DEMAND_PLAN_AGGR
The default value for EXPORT_HORIZON_START_END_DAYS model parameter remained unchanged.