Show TOC

 Order Channels

Technical Information

Entity

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

Calculation View

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

Role

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

 

The OrderChannelDataParameters entity retrieves the order channel IDs and descriptions for the requested product locations.

Input Parameters

This entity requires the following input parameters:

  • P_SAPClient

  • P_Language

  • P_SearchString

  • P_ProductId

  • P_LocationId

  • P_SalesOrganizationId

  • P_DistributionChannelId

  • P_DiagnosticId

  • P_FilterOnDiagnosticId

Example URL for Calling the Entity

http://<domain-name>:<port-number>/sap/hba/t/rtl/udf/afc/odata/AnalyzeForecast.xsodata/OrderChannelDataParameters(P_SAPClient='<client-number>',P_Language='<language-code>',P_SearchString='',P_ProductId='<product-id>',P_LocationId='<location-id>',P_SalesOrganizationId='',P_DistributionChannelId='',P_DiagnosticId='',P_FilterOnDiagnosticId='')/Results?$format=json

Result

This entity returns the following information:

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

Column

Property Type

SAP_CLIENT

Attribute

ORDER_CHANNEL_ID

Attribute

DESCRIPTION

Attribute

More Information

Front-end SAP Fiori app: Analyze Forecast