Show TOC

Object documentationGeneric

 

The Unified Demand Forecast (UDF) module in SAP Customer Activity Repository allows you to model and forecast consumer demand. For input, you need to provide historical demand data. You can use the generic time series (table /DMF/TS_UN, time series source CONS_TS) to provide this input.

Structure

The generic time series contains historical consumption data indicating the unit volume of a specific product sold in a specific location for a specific time period. For a complete overview, see the /DMF/TS_UN table in your system (transaction SE16 or SE80).

Consumption data is the most generic type of demand data that is supported.

The generic times series is persisted in the Demand Data Foundation (DDF) module in SAP Customer Activity Repository..

Integration

DDF can receive the generic time series from an SAP ERP application or a non-SAP application. For more information, see the Integration Information section in this Help and the Introduction to SAP Customer Activity Repository section of the Common Master Guide under Start of the navigation path http://help.sap.com/carInformation published on non-SAP site Next navigation step <your release> Next navigation step Installation and Upgrade Information Next navigation step Master Guide End of the navigation path.

DDF uses an inbound interface (function module /DMF/TS_GENERIC_INBOUND) to receive the generic time series through a Remote Function Call (RFC). For more information, see the function module documentation (transaction SE37).

Prerequisites
Customizing

The following Customizing activities are relevant for this time series:

  • You set the time series granularity under Start of the navigation path Cross-Application Components Next navigation step Demand Data Foundation Next navigation step Imported Data Next navigation step Time Series Next navigation step Define Time Series for Key Figure Configuration End of the navigation path.

    Note Note

    Your historical data must be at daily granularity. Weekly data is currently not supported.

    End of the note.
  • You define the number range for the time series under Start of the navigation path Cross-Application Components Next navigation step Demand Data Foundation Next navigation step Imported Data Next navigation step Time Series Next navigation step Maintain Number Range for Time Series End of the navigation path.

  • You select the time series under Start of the navigation path Cross-Application Components Next navigation step Demand Data Foundation Next navigation step Data Maintenance Next navigation step Define Time Series Source End of the navigation path.

For more information, see the documentation of each activity (transaction SPRO).

Features
  • Receives the time series with the defined type of granularity.

  • Receives the Create and Update actions for the consumption data.

  • Performs various validation checks on the received data. For example, the system checks whether the product location combination exists and is available in DDF.

More Information