A_DigitalVehicleStorageLoc

DDL: A_DIGITALVEHICLESTORAGELOC Type: view_entity CONSUMPTION

Digital Vehicle Storage Location

A_DigitalVehicleStorageLoc is a Consumption CDS View that provides data about "Digital Vehicle 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 I_StorageLocation from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name DigitalVehStorageLoc_Type view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Digital Vehicle Storage Location view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Plant Plant
KEY StorageLocation StorageLocation
StorageLocationName StorageLocationName
@AccessControl.authorizationCheck: #CHECK
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@OData.entityType.name:'DigitalVehStorageLoc_Type'
@ObjectModel: {
  usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #CUSTOMIZING }
    }
@Metadata.ignorePropagatedAnnotations:true
@EndUserText.label: 'Digital Vehicle Storage Location'
@Search.searchable: true
define view entity A_DigitalVehicleStorageLoc
  as select from I_StorageLocation
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
  key Plant,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
  key StorageLocation,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      StorageLocationName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STORAGELOCATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/