A_FreightBookingItemDocRef

DDL: A_FREIGHTBOOKINGITEMDOCREF Type: view_entity CONSUMPTION Package: ODATA_TM_FB_API

Freight Booking Item Document Reference

A_FreightBookingItemDocRef is a Consumption CDS View that provides data about "Freight Booking Item Document 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_FREIGHTBOOKING). Part of development package ODATA_TM_FB_API.

Data Sources (1)

SourceAliasJoin Type
R_TranspOrdItemDocRefTP R_TranspOrdItemDocRefTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Freight Booking Item Document 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 FreightBookingItemDocRef_Type view
Metadata.ignorePropagatedAnnotations true view

OData Services (1)

ServiceBindingVersionContractRelease
API_FREIGHTBOOKING API_FREIGHTBOOKING V4 C2 C1

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 Document 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: 'FreightBookingItemDocRef_Type'
@Metadata.ignorePropagatedAnnotations: true

define view entity A_FreightBookingItemDocRef
  as projection on R_TranspOrdItemDocRefTP as FreightBookingItemDocRef
{
      /* Attributes */
  key TranspOrdItemDocReferenceUUID,
      TransportationOrderItemUUID,
      TransportationOrderUUID,
      TranspOrdItemDocReferenceID,
      @ObjectModel.sapObjectNodeTypeReference: 'TranspBizTransacDocTypeCode'
      TranspOrdItemDocReferenceType,
      TranspOrdItmDocReferenceItemID,
      @ObjectModel.sapObjectNodeTypeReference: 'TranspBizTransacDocItmTypeCode'
      TranspOrdItmDocRefItemType,
      TranspOrdItmDocRefDate,
      TranspOrdItemDocRefIssuerName,

      /* Redirections */
      FreightBookingItemDocRef._TransportationOrder as _FreightBooking : redirected to  A_FreightBooking,
      FreightBookingItemDocRef._TransportationOrderItem as _FreightBookingItem : redirected to parent A_FreightBookingItem
}
where FreightBookingItemDocRef.TransportationOrderCategory = 'BO'