I_InvtryMgmtValuationTypeVH

DDL: I_INVTRYMGMTVALUATIONTYPEVH Type: view_entity COMPOSITE Package: MM_IM_VDM_VALUE_HELP

Inventory Valuation Types

I_InvtryMgmtValuationTypeVH is a Composite CDS View that provides data about "Inventory Valuation Types" in SAP S/4HANA. Part of development package MM_IM_VDM_VALUE_HELP.

Annotations (14)

NameValueLevelField
EndUserText.label Inventory Valuation Types view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey InventoryValuationType view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #NONE view
Search.searchable true view
Consumption.ranked true view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Material
KEY Plant
KEY InventoryValuationType InventoryValuationType
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Inventory Valuation Types'
@AccessControl: {
    authorizationCheck: #MANDATORY,
    personalData.blocking: #NOT_REQUIRED
}
@ObjectModel: {
    usageType:{
                sizeCategory: #M,
                serviceQuality: #C,
                dataClass: #MASTER
              },
    dataCategory: #VALUE_HELP,
    representativeKey: 'InventoryValuationType'
}
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #NONE
}
@Search.searchable: true
@Consumption.ranked: true
@Metadata: {
   allowExtensions: true,
   ignorePropagatedAnnotations: true
}
define view entity I_InvtryMgmtValuationTypeVH as select distinct from I_MaterialValuation
{
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #MEDIUM
  @Search.defaultSearchElement: true
  key cast(Material as matnr) as Material,
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #MEDIUM
  @Search.defaultSearchElement: true
  key cast(ValuationArea as werks_d) as Plant,
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #HIGH
  @Search.defaultSearchElement: true
  key InventoryValuationType
}
where InventoryValuationType <> ''