Show TOC

 Offers

Technical Information

Entity

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

Calculation View

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

Role

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

 

The OfferDataParameters entity retrieves the non-aggregated offers for the requested product locations and time period.

Input Parameters

This enity requires the following input parameters:

  • P_SAPClient

  • P_ProductId

  • P_LocationId

  • P_DateFrom

  • P_DateTo

Example URL for Calling the Entity

http://<domain-name>:<port-number>/sap/hba/t/rtl/udf/afc/odata/AnalyzeForecast.xsodata/OfferDataParameters(P_SAPClient='<client-number>',P_ProductId='<product-id>',P_LocationId='<location-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::OfferQuery

Column

Property Type

SAP_CLIENT

Attribute

OFFER_ID

Attribute

DATE_FROM

Attribute

DATE_TO

Attribute

More Information

Front-end SAP Fiori app: Analyze Forecast