Show TOC

 Time Series

Technical Information

Entity

sap.hba.t.rtl.udf.afc.odata::TimeseriesDataParameters

Calculation View

sap.hba.t.rtl.udf.afc.v::TimeseriesQuery

Role

See the Implementation Considerations under OData Service for the Analyze Forecast SAP Fiori App.

 

The TimeseriesDataParameters entity retrieves the non-aggregated time series for the requested product locations and time period.

Input Parameters

This entity requires the following input parameters:

  • P_SAPClient

  • P_Language

  • P_DiagnosticId

  • P_TsType

  • P_ProductId

  • P_LocationId

  • P_SalesOrganizationId

  • P_DistributionChannelId

  • P_OrderChannelId

  • P_DateFrom

  • P_DateTo

Example URL for Calling the Entity

http://<domain-name>:<port-number>/sap/hba/t/rtl/udf/afc/odata/AnalyzeForecast.xsodata/TimeseriesDataParameters(P_SAPClient='<client-number>',P_Language='<language-code>',P_DiagnosticId='<diagnostic-id>',P_TsType='POS_TS',P_ProductId='<product-id>',P_LocationId='<location-id>',P_SalesOrganizationId='<sales-org-id>',P_DistributionChannelId='<distribution-channel-id>',P_OrderChannelId='<order-channel-id>',P_DateFrom='<from-date>',P_DateTo='<to-date>')/Results?$format=json

Result

This entity returns the following information:

sap.hba.t.rtl.udf.afc.v::TimeseriesQuery

Column

Property Type

SAP_CLIENT

Attribute

DATE

Attribute

SALES

Measure

CORRECTED_SALES

Measure

MODEL_FIT

Measure

FORECAST

Measure

FCI

Attribute

PRICE

Attribute

OUT_OF_STOCK

Attribute

OUTLIER

Attribute

CLOSED

Attribute

DELISTED

Attribute

CALENDAR_EVENT

Attribute

DECOMP_BASE

Attribute

DECOMP_PRICE

Attribute

DECOMP_SEASON

Attribute

DECOMP_OFFER

Attribute

DECOMP_CALENDAR_EVENT

Attribute

More Information

Front-end SAP Fiori app: Analyze Forecast