Skip to content

7. Run the Demand Plan

In the previous chapters, you loaded the data, created the clusters, established a monthly execution profile with a 12-month horizon, and configured and validated the statistical models. We will now use that setup to generate a new Demand Plan initialized with a forecast from January through December 2027.

How the setup forms the Demand Plan

flowchart LR
  P["DP_MONTHLY_TUTORIAL<br/>January 2027 · 12 months"]

  subgraph WP["White Paper"]
    direction LR
    WCFG["Default Location Cluster<br/>×<br/>White Paper Finished Goods"]
    WAGG["White Paper<br/>aggregate forecast"]
    WSPLIT["Historical Sales<br/>top-down split"]
    WDFU["48 material-location<br/>DFU forecasts"]
    WCFG --> WAGG --> WSPLIT --> WDFU
  end

  subgraph TI["Tissue"]
    direction LR
    TCFG["Default Location Cluster<br/>×<br/>Tissue Finished Goods"]
    TAGG["Tissue<br/>aggregate forecast"]
    TSPLIT["Historical Sales<br/>top-down split"]
    TDFU["12 material-location<br/>DFU forecasts"]
    TCFG --> TAGG --> TSPLIT --> TDFU
  end

  PLAN["Demand Plan<br/>January–December 2027<br/>60 DFUs × 12 months = 720 values"]

  P --> WCFG
  P --> TCFG
  WDFU --> PLAN
  TDFU --> PLAN

  classDef context fill:#f8fafc,stroke:#64748b,color:#0f172a,stroke-width:2px;
  classDef config fill:#e8f4f8,stroke:#0ea5e9,color:#0f172a,stroke-width:2px;
  classDef forecast fill:#dbeafe,stroke:#3b82f6,color:#0f172a,stroke-width:2px;
  classDef dfu fill:#ecfeff,stroke:#06b6d4,color:#0f172a,stroke-width:2px;
  classDef result fill:#dcfce7,stroke:#16a34a,color:#0f172a,stroke-width:3px;

  class P context;
  class WCFG,TCFG config;
  class WAGG,WSPLIT,TAGG,TSPLIT forecast;
  class WDFU,TDFU dfu;
  class PLAN result;

The profile determines the reference period and horizon. Each of the two configurations first generates the aggregate forecast for its material cluster. The top-down split then uses Historical Sales proportions to distribute those values across material-location DFUs: 48 for White Paper and 12 for Tissue. The result combines 60 DFUs across 12 months, or 720 monthly values, in one Demand Plan.

1. Open Process Execution

Hover over Processes in the side menu and open Operations > Process Execution.

Processes menu with only Process Execution highlighted

On the open page, make the three selections in the order shown below.

Full page with Demand Planning, Plan Generation, and Execute Demand Plan selected

Action to perform

  1. Under Macro Selection, select Demand Planning.
  2. Under Sub-selection, select Plan Generation.
  3. Under Jobs, select Execute Demand Plan.

These selections open the execution options that generate the statistical plan.

2. Fill in the execution fields

The same page presents the description, profile, and reference period. The blue outline shows exactly which fields you need to change and which button starts the execution.

Execution page with description, profile, January 2027, and Submit highlighted

Action to perform

  1. Under Description, enter Demand Plan — January 2027 — corrected history.
  2. Under Demand-planning execution profile, select DP_MONTHLY_TUTORIAL.
  3. Under Reference period, select January and 2027.
  4. Click Submit.

In Community Edition, Submit runs the Demand Plan synchronously: the page waits for the completion response before enabling another interaction.

3. Follow the execution and confirm completion

Right after you click Submit, the button changes to Processing… and becomes unavailable. This state shows that the execution has started and that this page is waiting for the completion response.

Processing button during synchronous Demand Plan execution

When the request finishes, the button returns to Submit and the page shows Execute Demand Plan submittedDemand Planning executed successfully. This notification confirms that the Demand Plan completed successfully.

Success notification after Demand Plan completion

You do not need to remain on this page. If you navigate away or close it before completion, the job continues to run. Open Processes > Process Status to follow the execution and check its final state even after leaving the execution page.

Process Status listing completed Demand Plan executions

How to read the status

Processing… means that this page is still waiting for the execution response. Leaving this page does not cancel the job: use Process Status to follow its progress and confirm the success message or final state before running it again.

4. List Demand Plans

Hover over Demand Planning and open Planning > Demand Plans.

Demand Planning menu only, with Demand Plans highlighted

The row created by the execution shows the description, monthly profile, January 1, 2027 reference date, and functional user.

Persisted January 2027 Demand Plan

What we did

  • ran DP_MONTHLY_TUTORIAL with January 2027 as the reference period;
  • generated 60 DFUs for the 12 months from January through December 2027;
  • persisted 720 monthly values in a versioned and traceable Demand Plan.

Completion criterion

You have completed this chapter when the scenario appears under Demand Plans with DP_MONTHLY_TUTORIAL, a monthly bucket, a January 2027 reference period, and the correct functional user.

Continue with the commercial collaboration view, or revisit the execution profile if the scenario parameters do not match.