A_FreightUnitDocumentReference
Freight Unit Documnet Reference
A_FreightUnitDocumentReference is a Consumption CDS View that provides data about "Freight Unit Documnet Reference" in SAP S/4HANA. It reads from 1 data source (R_TranspOrdDocRefTP) and exposes 8 fields with key field TransportationOrderDocRefUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_TranspOrdDocRefTP | R_TranspOrdDocRefTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Freight Unit Documnet Reference | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| OData.entityType.name | FreightUnitDocumentReference_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TransportationOrderDocRefUUID | TransportationOrderDocRefUUID | ||
| TransportationOrderUUID | TransportationOrderUUID | |||
| TranspOrdDocReferenceID | TranspOrdDocReferenceID | |||
| TranspOrdDocReferenceType | TranspOrdDocReferenceType | |||
| TranspOrdDocReferenceItmID | TranspOrdDocReferenceItmID | |||
| TranspOrdDocReferenceItmType | TranspOrdDocReferenceItmType | |||
| TranspOrdDocumentReferenceDate | TranspOrdDocumentReferenceDate | |||
| TranspOrdDocRefIssuerName | TranspOrdDocRefIssuerName |
@EndUserText.label: 'Freight Unit Documnet Reference'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
usageType: {
sizeCategory: #L,
serviceQuality: #C,
dataClass: #TRANSACTIONAL
}}
@VDM.viewType: #CONSUMPTION
@OData.entityType.name: 'FreightUnitDocumentReference_Type'
@Metadata.ignorePropagatedAnnotations: true
define view entity A_FreightUnitDocumentReference
as projection on R_TranspOrdDocRefTP as FreightUnitDocumentReference
{
/* Attributes */
key TransportationOrderDocRefUUID,
TransportationOrderUUID,
TranspOrdDocReferenceID,
TranspOrdDocReferenceType,
TranspOrdDocReferenceItmID,
TranspOrdDocReferenceItmType,
TranspOrdDocumentReferenceDate,
TranspOrdDocRefIssuerName,
/* Redirections */
FreightUnitDocumentReference._TransportationOrder as _FreightUnit : redirected to parent A_FreightUnit
}
where FreightUnitDocumentReference.TransportationOrderCategory = 'FU'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_TRANSPORDDOCREFTP"
],
"ASSOCIATED":
[
"A_FREIGHTUNIT",
"R_TRANSPORTATIONORDERTP"
],
"BASE":
[
"R_TRANSPORDDOCREFTP"
],
"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