A_FreightUnitItemDocRef
Freight Unit Item Documnet Reference
A_FreightUnitItemDocRef is a Consumption CDS View that provides data about "Freight Unit Item Documnet Reference" in SAP S/4HANA. It reads from 1 data source (R_TranspOrdItemDocRefTP) and exposes 9 fields with key field TranspOrdItemDocReferenceUUID. It is exposed through 1 OData service (API_FREIGHTUNIT).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_TranspOrdItemDocRefTP | R_TranspOrdItemDocRefTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Freight Unit Item 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 | FreightUnitItemDocRef_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FREIGHTUNIT | API_FREIGHTUNIT | V4 | C2 | C1 |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TranspOrdItemDocReferenceUUID | TranspOrdItemDocReferenceUUID | ||
| TransportationOrderItemUUID | TransportationOrderItemUUID | |||
| TransportationOrderUUID | TransportationOrderUUID | |||
| TranspOrdItemDocReferenceID | TranspOrdItemDocReferenceID | |||
| TranspOrdItemDocReferenceType | TranspOrdItemDocReferenceType | |||
| TranspOrdItmDocReferenceItemID | TranspOrdItmDocReferenceItemID | |||
| TranspOrdItmDocRefItemType | TranspOrdItmDocRefItemType | |||
| TranspOrdItmDocRefDate | TranspOrdItmDocRefDate | |||
| TranspOrdItemDocRefIssuerName | TranspOrdItemDocRefIssuerName |
@EndUserText.label: 'Freight Unit Item 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: 'FreightUnitItemDocRef_Type'
@Metadata.ignorePropagatedAnnotations: true
define view entity A_FreightUnitItemDocRef
as projection on R_TranspOrdItemDocRefTP as FreightUnitItemDocRef
{
/* Attributes */
key TranspOrdItemDocReferenceUUID,
TransportationOrderItemUUID,
TransportationOrderUUID,
TranspOrdItemDocReferenceID,
TranspOrdItemDocReferenceType,
TranspOrdItmDocReferenceItemID,
TranspOrdItmDocRefItemType,
TranspOrdItmDocRefDate,
TranspOrdItemDocRefIssuerName,
/* Redirections */
FreightUnitItemDocRef._TransportationOrder as _FreightUnit : redirected to A_FreightUnit,
FreightUnitItemDocRef._TransportationOrderItem as _FreightUnitItem : redirected to parent A_FreightUnitItem
}
where FreightUnitItemDocRef.TransportationOrderCategory = 'FU'
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