I_FreightBookingItemDocRefTP
Freight Booking Item Doc Ref - TP
I_FreightBookingItemDocRefTP is a Transactional CDS View that provides data about "Freight Booking Item Doc Ref - TP" in SAP S/4HANA. It reads from 1 data source (R_TranspOrdItemDocRefTP) and exposes 9 fields with key field TranspOrdItemDocReferenceUUID. Part of development package RAP_TM_FB_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_TranspOrdItemDocRefTP | R_TranspOrdItemDocRefTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Freight Booking Item Doc Ref - 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 | TranspOrdItemDocReferenceUUID | view | |
| ObjectModel.sapObjectNodeType.name | FreightBookingItemDocRef | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view |
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 Booking Item Doc Ref - 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: ['TranspOrdItemDocReferenceID'],
representativeKey: 'TranspOrdItemDocReferenceUUID',
sapObjectNodeType.name: 'FreightBookingItemDocRef'
}
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #MANDATORY
define view entity I_FreightBookingItemDocRefTP
as projection on R_TranspOrdItemDocRefTP as FreightBookingItemDocRef
{
/* Attributes */
key TranspOrdItemDocReferenceUUID,
TransportationOrderItemUUID,
TransportationOrderUUID,
TranspOrdItemDocReferenceID,
TranspOrdItemDocReferenceType,
TranspOrdItmDocReferenceItemID,
TranspOrdItmDocRefItemType,
TranspOrdItmDocRefDate,
TranspOrdItemDocRefIssuerName,
/* Redirections */
FreightBookingItemDocRef._TransportationOrder as _FreightBooking : redirected to I_FreightBookingTP,
FreightBookingItemDocRef._TransportationOrderItem as _FreightBookingItem : redirected to parent I_FreightBookingItemTP
}
where FreightBookingItemDocRef.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