I_InternalOrderLocationVH

DDL: I_INTERNALORDERLOCATIONVH Type: view_entity COMPOSITE

Location

I_InternalOrderLocationVH is a Composite CDS View that provides data about "Location" in SAP S/4HANA. It reads from 1 data source (I_Location) and exposes 3 fields with key fields InternalOrderLocation, Plant.

Data Sources (1)

SourceAliasJoin Type
I_Location I_Location from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Location view
Search.searchable true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
UI.textArrangement #TEXT_LAST view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY InternalOrderLocation Location
KEY Plant Plant
LocationName LocationName
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Location'
@Search.searchable: true
@VDM: {
  viewType: #COMPOSITE
}
@ObjectModel:{
  usageType: {
    serviceQuality: #C,
    sizeCategory: #L,
    dataClass: #MIXED
  },
  dataCategory: #VALUE_HELP
}
@UI.textArrangement: #TEXT_LAST
@Consumption.ranked: true
define view entity I_InternalOrderLocationVH
  as select from I_Location
{
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @ObjectModel.text.element: ['LocationName']
  key Location as InternalOrderLocation,
      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
  key Plant,
      @Semantics.text: true
      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
      LocationName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LOCATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/