C_SupProtStorageLocationVH

DDL: C_SUPPROTSTORAGELOCATIONVH Type: view_entity CONSUMPTION Package: ATP_SUP_VDM

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. Part of development package ATP_SUP_VDM.

Data Sources (1)

SourceAliasJoin Type
I_StorageLocation StorageLocation from

Annotations (10)

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
AccessControl.personalData.blocking #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  
@AccessControl.personalData.blocking: #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    
}