I_Storagecondition

DDL: I_STORAGECONDITION Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
t142 t142 from

Associations (1)

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

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName ISTORAGELOC_VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
Analytics.dataCategory #DIMENSION 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
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY StorageConditions raube
_Text _Text
@AbapCatalog:{
  sqlViewName: 'ISTORAGELOC_VH',
  compiler.compareFilter: true,
  preserveKey: true,
  buffering: {
    status: #ACTIVE,
    type: #FULL
  }
}
@Analytics: { dataCategory: #DIMENSION }
@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
 } 
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true 

define view 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

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T142"
],
"ASSOCIATED":
[
"I_STORAGECONDITIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/