I_Storagecondition

DDL: I_STORAGECONDITION Type: view_entity BASIC Package: VDM_MD_PRODUCT

Value help for storage condition

I_Storagecondition is a Basic CDS View (Dimension) that provides data about "Value help for storage condition" in SAP S/4HANA. It reads from 1 data source (t142) and exposes 2 fields with key field StorageConditions. It has 1 association to related views. Part of development package VDM_MD_PRODUCT.

Data Sources (1)

SourceAliasJoin Type
t142 t142 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Storageconditiontext _Text $projection.StorageConditions = _Text.StorageConditions

Annotations (13)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName ISTORAGELOC_VH view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value help for storage condition view
Search.searchable true view
ObjectModel.representativeKey StorageConditions view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #VALUE_HELP view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY StorageConditions raube
_Text _Text
 @AbapCatalog.entityBuffer.definitionAllowed: true
 @Analytics: { dataCategory: #DIMENSION }
@Analytics.technicalName: 'ISTORAGELOC_VH'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Value help for storage condition'
@Search.searchable: true
@ObjectModel:{
  representativeKey: 'StorageConditions',
  usageType:{
    serviceQuality: #A,
    sizeCategory : #S,
    dataClass: #CUSTOMIZING
  },
  dataCategory: #VALUE_HELP
 } 
@Consumption.ranked: true 

define view entity I_Storagecondition
  as select from t142

  association [0..*] to I_Storageconditiontext as _Text on $projection.StorageConditions = _Text.StorageConditions
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key raube as StorageConditions,
      //      @Search.defaultSearchElement: true

      //      @Search.fuzzinessThreshold: 0.8

      //      @Search.ranking: #HIGH

      _Text

}