C_SupProtStorageLocationVH

DDL: C_SUPPROTSTORAGELOCATIONVH Type: view_entity CONSUMPTION

Supply Protection Storage Location

C_SupProtStorageLocationVH is a Consumption CDS View that provides data about "Supply Protection Storage Location" in SAP S/4HANA. It reads from 1 data source (I_StorageLocation) and exposes 3 fields with key fields Plant, StorageLocation.

Data Sources (1)

SourceAliasJoin Type
I_StorageLocation StorageLocation from

Annotations (9)

NameValueLevelField
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.representativeKey StorageLocation view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
EndUserText.label Supply Protection Storage Location view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Plant Plant
KEY StorageLocation StorageLocation
StorageLocationName StorageLocationName
@VDM.viewType: #CONSUMPTION 
@ObjectModel:{
               dataCategory: #VALUE_HELP,
               usageType:{
                           serviceQuality: #C,
                           sizeCategory: #S,
                           dataClass: #MIXED
                         },
               representativeKey: 'StorageLocation'          
             }
@AccessControl.authorizationCheck: #NOT_REQUIRED            
@Search.searchable: true
@EndUserText.label: 'Supply Protection Storage Location'
define view entity C_SupProtStorageLocationVH as select from I_StorageLocation as StorageLocation {
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Consumption.filter.hidden: true
  key Plant,
      @Search.defaultSearchElement: true
  key StorageLocation,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      StorageLocationName    
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STORAGELOCATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/