C_ProdStorageLocationVH

DDL: C_PRODSTORAGELOCATIONVH SQL: CPRDSTORAGELOCVH Type: view CONSUMPTION

Product Storage Location Value Help View

C_ProdStorageLocationVH is a Consumption CDS View (Dimension) that provides data about "Product Storage Location Value Help View" in SAP S/4HANA. It reads from 1 data source (I_StorageLocation) and exposes 8 fields with key fields Plant, StorageLocation.

Data Sources (1)

SourceAliasJoin Type
I_StorageLocation StorageLocation from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CPRDSTORAGELOCVH view
EndUserText.label Product Storage Location Value Help View view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #CHECK view
Search.searchable true view
ObjectModel.representativeKey StorageLocation view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Analytics.dataCategory #DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY Plant I_StorageLocation Plant
KEY StorageLocation I_StorageLocation StorageLocation
StorageLocationName I_StorageLocation StorageLocationName
SalesOrganization I_StorageLocation SalesOrganization
DistributionChannel I_StorageLocation DistributionChannel
Division I_StorageLocation Division
IsStorLocAuthznCheckActive I_StorageLocation IsStorLocAuthznCheckActive
_Plant _Plant
@AbapCatalog.sqlViewName: 'CPRDSTORAGELOCVH'
@EndUserText.label: 'Product Storage Location Value Help View'
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #CHECK
@Search.searchable: true

@ObjectModel.representativeKey: 'StorageLocation'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass:#CUSTOMIZING
@Analytics.dataCategory: #DIMENSION
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.allowExtensions:true

define view C_ProdStorageLocationVH
  as select from I_StorageLocation as StorageLocation
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Consumption.filter.hidden: true
  key StorageLocation.Plant,
      @ObjectModel.text.element: 'StorageLocationName'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key StorageLocation.StorageLocation,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      StorageLocation.StorageLocationName,
      StorageLocation.SalesOrganization,
      StorageLocation.DistributionChannel,
      StorageLocation.Division,
      StorageLocation.IsStorLocAuthznCheckActive,
      _Plant
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STORAGELOCATION"
],
"ASSOCIATED":
[
"I_PLANT"
],
"BASE":
[
"I_STORAGELOCATION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/