C_OnHandStockStatusVH

DDL: C_ONHANDSTOCKSTATUSVH Type: view_entity CONSUMPTION Package: ODATA_PP_DD_REPL

Demand Driven Product On-Hand stock status value help

C_OnHandStockStatusVH is a Consumption CDS View that provides data about "Demand Driven Product On-Hand stock status value help" in SAP S/4HANA. It reads from 1 data source (I_OnHandStockStatusText) and exposes 2 fields with key field OnHandStockStatus. Part of development package ODATA_PP_DD_REPL.

Data Sources (1)

SourceAliasJoin Type
I_OnHandStockStatusText OnHandStockStatus from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Demand Driven Product On-Hand stock status value help view
ObjectModel.representativeKey OnHandStockStatus view
Analytics.technicalName CONHANDSTKSTSVH view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OnHandStockStatus I_OnHandStockStatusText OnHandStockStatusCode
OnHandStockStatusDescription I_OnHandStockStatusText OnHandStockStatusDescription
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking:  #NOT_REQUIRED
//@Search.searchable: true


@EndUserText.label: 'Demand Driven Product On-Hand stock status value help'
@ObjectModel.semanticKey:  [ 'OnHandStockStatus' ]
@ObjectModel.representativeKey: 'OnHandStockStatus'
@Analytics.technicalName: 'CONHANDSTKSTSVH'
@VDM.viewType: #CONSUMPTION

@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.dataClass: #MASTER
define view entity C_OnHandStockStatusVH
  as select from I_OnHandStockStatusText as OnHandStockStatus
{
      //      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }

      @ObjectModel.text.element: ['OnHandStockStatusDescription']
  key OnHandStockStatus.OnHandStockStatusCode        as OnHandStockStatus,
      OnHandStockStatus.OnHandStockStatusDescription as OnHandStockStatusDescription
}
where
  OnHandStockStatus.Language = $session.system_language