Show TOC

 Product Details

Technical Information

Entity

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

Calculation View

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

Role

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

 

The ItemDetailsDataParameters entity retrieves detailed information on the requested product location. The information is displayed on the Details screen of the Analyze Forecast app.

Input Parameters

This entity requires the following input parameters:

  • P_SAPClient

  • P_Language

  • P_DiagnosticId

  • P_ProductId

  • P_LocationId

  • P_SalesOrganizationId

  • P_DistributionChannelId

  • P_OrderChannelId

Example URL for Calling the Entity

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

Result

This entity returns the following information:

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

Column

Property Type

SAP_CLIENT

Attribute

DIAG_NAME

Attribute

EXT_PROD_ID

Attribute

PROD_NAME

Attribute

EXT_LOC_ID

Attribute

LOC_NAME

Attribute

LOCATION_TYPE

Attribute

SALES_ORG_NAME

Attribute

DISTR_CHNL_NAME

Attribute

ORDR_CHNL_NAME

Attribute

LOG_SYS_ID

Attribute

LOG_SYS

Attribute

GEN_EXT_PROD_ID

Attribute

GEN_PROD_NAME

Attribute

More Information

Front-end SAP Fiori app: Analyze Forecast