I_FreightBookingItemDocRefTP

DDL: I_FREIGHTBOOKINGITEMDOCREFTP Type: view_entity TRANSACTIONAL

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.

Data Sources (1)

SourceAliasJoin Type
R_TranspOrdItemDocRefTP R_TranspOrdItemDocRefTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Freight Booking Item Doc Ref - TP view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL 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)

KeyFieldSource TableSource FieldDescription
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: {
   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'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_TRANSPORDITEMDOCREFTP"
],
"ASSOCIATED":
[
"I_FREIGHTBOOKINGITEMTP",
"I_FREIGHTBOOKINGTP",
"R_TRANSPORTATIONORDERITEMTP",
"R_TRANSPORTATIONORDERTP"
],
"BASE":
[
"R_TRANSPORDITEMDOCREFTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/