C_JITOutboundDeliveryVH

DDL: C_JITOUTBOUNDDELIVERYVH Type: view_entity CONSUMPTION

Outbound Delivery

C_JITOutboundDeliveryVH is a Consumption CDS View that provides data about "Outbound Delivery" in SAP S/4HANA. It reads from 1 data source (I_OutboundDelivery) and exposes 4 fields with key field OutboundDelivery.

Data Sources (1)

SourceAliasJoin Type
I_OutboundDelivery I_OutboundDelivery from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Outbound Delivery view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey OutboundDelivery view
Search.searchable true view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY OutboundDelivery OutboundDelivery Outbound Delivery
ShippingPoint ShippingPoint
CreationDate CreationDate
DeliveryDocument
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Outbound Delivery'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #XL,
  dataClass: #TRANSACTIONAL
}
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.representativeKey: 'OutboundDelivery'
@Search.searchable: true
@Consumption.ranked: true
define view entity C_JITOutboundDeliveryVH
  as select from I_OutboundDelivery
{
      @EndUserText.label: 'Outbound Delivery'
      @EndUserText.quickInfo: 'Outbound Delivery'
      @Search:{ defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
  key OutboundDelivery,
      @UI.hidden: true
      ShippingPoint,
      @UI.hidden: true
      CreationDate,
      @UI.hidden: true
      ltrim(OutboundDelivery, '0') as DeliveryDocument
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OUTBOUNDDELIVERY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/