I_FreightBookingDocRefTP
Freight Booking Document Reference - TP
I_FreightBookingDocRefTP is a Transactional CDS View that provides data about "Freight Booking Document Reference - TP" in SAP S/4HANA. It reads from 1 data source (R_TranspOrdDocRefTP) and exposes 8 fields with key field TransportationOrderDocRefUUID. Part of development package RAP_TM_FB_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_TranspOrdDocRefTP | R_TranspOrdDocRefTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Freight Booking Document Reference - TP | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.representativeKey | TransportationOrderDocRefUUID | view | |
| ObjectModel.sapObjectNodeType.name | FreightBookingDocRef | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | 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 Booking Document Reference - TP'
@VDM: {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #TRANSACTIONAL
}
@ObjectModel: {
modelingPattern: #TRANSACTIONAL_INTERFACE,
supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
usageType: {
sizeCategory: #L,
serviceQuality: #C,
dataClass: #TRANSACTIONAL
},
semanticKey: ['TranspOrdDocReferenceID'],
representativeKey: 'TransportationOrderDocRefUUID',
sapObjectNodeType.name: 'FreightBookingDocRef'
}
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #MANDATORY
define view entity I_FreightBookingDocRefTP
as projection on R_TranspOrdDocRefTP as FreightBookingDocRef
{
/* Attributes */
key TransportationOrderDocRefUUID,
TransportationOrderUUID,
TranspOrdDocReferenceID,
TranspOrdDocReferenceType,
TranspOrdDocReferenceItmID,
TranspOrdDocReferenceItmType,
TranspOrdDocumentReferenceDate,
TranspOrdDocRefIssuerName,
/* Redirections */
FreightBookingDocRef._TransportationOrder as _FreightBooking : redirected to parent I_FreightBookingTP
}
where FreightBookingDocRef.TransportationOrderCategory = 'BO'
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