A_FreightBookingDocRef

DDL: A_FREIGHTBOOKINGDOCREF Type: view_entity CONSUMPTION Package: ODATA_TM_FB_API

Freight Booking Document Reference

A_FreightBookingDocRef is a Consumption CDS View that provides data about "Freight Booking Document Reference" in SAP S/4HANA. It reads from 1 data source (R_TranspOrdDocRefTP) and exposes 8 fields with key field TransportationOrderDocRefUUID. It is exposed through 1 OData service (API_FREIGHTBOOKING). Part of development package ODATA_TM_FB_API.

Data Sources (1)

SourceAliasJoin Type
R_TranspOrdDocRefTP R_TranspOrdDocRefTP projection

Annotations (9)

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

OData Services (1)

ServiceBindingVersionContractRelease
API_FREIGHTBOOKING API_FREIGHTBOOKING V4 C2 C1

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY TransportationOrderDocRefUUID TransportationOrderDocRefUUID
TransportationOrderUUID TransportationOrderUUID
TranspOrdDocReferenceID TranspOrdDocReferenceID
TranspOrdDocReferenceType TranspOrdDocReferenceType
TranspOrdDocReferenceItmID TranspOrdDocReferenceItmID
TranspOrdDocReferenceItmType TranspOrdDocReferenceItmType
TranspOrdDocumentReferenceDate TranspOrdDocumentReferenceDate
TranspOrdDocRefIssuerName TranspOrdDocRefIssuerName
@EndUserText.label: 'Freight Booking 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: 'FreightBookingDocRef_Type'
@Metadata.ignorePropagatedAnnotations: true

define view entity A_FreightBookingDocRef
  as projection on R_TranspOrdDocRefTP as FreightBookingDocRef
{
      /* Attributes */
  key TransportationOrderDocRefUUID,
      TransportationOrderUUID,
      TranspOrdDocReferenceID,
      @ObjectModel.sapObjectNodeTypeReference: 'TranspBizTransacDocTypeCode'
      TranspOrdDocReferenceType,
      TranspOrdDocReferenceItmID,
      @ObjectModel.sapObjectNodeTypeReference: 'TranspBizTransacDocItmTypeCode'
      TranspOrdDocReferenceItmType,
      TranspOrdDocumentReferenceDate,
      TranspOrdDocRefIssuerName,

      /* Redirections */
      FreightBookingDocRef._TransportationOrder as _FreightBooking : redirected to parent A_FreightBooking
}
where FreightBookingDocRef.TransportationOrderCategory = 'BO'