C_JITOutboundDeliveryVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_OutboundDelivery | I_OutboundDelivery | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA