Show TOC

 Sales Organizations

Technical Information

Entity

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

Calculation View

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

Role

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

 

The SalesOrganizationDataParameters entity retrieves the sales organization 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_DistributionChannelId

  • P_OrderChannelId

  • P_DiagnosticId

  • P_FilterOnDiagnosticId

Example URL for Calling the Entity

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

Result

This entity returns the following information:

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

Column

Property Type

SAP_CLIENT

Attribute

SALES_ORGANIZATION_ID

Attribute

DESCRIPTION

Attribute

More Information

Front-end SAP Fiori app: Analyze Forecast