C_DeliveryPlantTextVHTEMP

DDL: C_DELIVERYPLANTTEXTVHTEMP SQL: CDELIVERYPLNTTXT Type: view CONSUMPTION

Delievery Plant VH text

C_DeliveryPlantTextVHTEMP is a Consumption CDS View that provides data about "Delievery Plant VH text" in SAP S/4HANA. It reads from 1 data source (I_Plant) and exposes 6 fields with key field SalesOrganization. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_Plant I_Plant from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_SalesOrganization _SalesOrganization $projection.SalesOrganization = _SalesOrganization.SalesOrganization
[0..1] I_DistributionChannel _DistributionChannel $projection.DistributionChannel = _DistributionChannel.DistributionChannel

Annotations (11)

NameValueLevelField
EndUserText.label Delievery Plant VH text view
AbapCatalog.sqlViewName CDELIVERYPLNTTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
Search.searchable true view
ObjectModel.representativeKey Plant view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY SalesOrganization SalesOrganization
salesorganizationkeyDistributionChannel
distributionchannelkeyPlant
plantPlantNameplantname Delivery Plant Description
_SalesOrganization _SalesOrganization
_DistributionChannel _DistributionChannel
@EndUserText.label: 'Delievery Plant VH text'
@AbapCatalog.sqlViewName: 'CDELIVERYPLNTTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #TEXT
@Search.searchable: true
@ObjectModel.representativeKey: 'Plant'

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER

define view C_DeliveryPlantTextVHTEMP
  as select from I_Plant

  association [0..1] to I_SalesOrganization   as _SalesOrganization   on $projection.SalesOrganization = _SalesOrganization.SalesOrganization

  association [0..1] to I_DistributionChannel as _DistributionChannel on $projection.DistributionChannel = _DistributionChannel.DistributionChannel

{
      @ObjectModel.foreignKey.association:'_SalesOrganization'
  key SalesOrganization, -- sales organization
      @ObjectModel.foreignKey.association:'_DistributionChannel'
  key DistributionChannel, -- distribution channel
  key Plant, -- plant


      @Semantics.text: true
      @EndUserText.label: 'Delivery Plant Description'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      PlantName -- plant name
  ,
      _SalesOrganization,
      _DistributionChannel


}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PLANT"
],
"ASSOCIATED":
[
"I_DISTRIBUTIONCHANNEL",
"I_SALESORGANIZATION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/