I_FreightBookingItemBatchTP

DDL: I_FREIGHTBOOKINGITEMBATCHTP Type: view_entity TRANSACTIONAL Package: RAP_TM_FB_API

Freight Booking Item Batch - TP

I_FreightBookingItemBatchTP is a Transactional CDS View that provides data about "Freight Booking Item Batch - TP" in SAP S/4HANA. It reads from 1 data source (R_TranspOrdItemBatchTP) and exposes 8 fields with key field TranspOrdItemBatchUUID. Part of development package RAP_TM_FB_API.

Data Sources (1)

SourceAliasJoin Type
R_TranspOrdItemBatchTP R_TranspOrdItemBatchTP projection

Annotations (11)

NameValueLevelField
EndUserText.label Freight Booking Item Batch - 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 #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey TranspOrdItemBatchUUID view
ObjectModel.sapObjectNodeType.name FreightBookingItemBatch view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #MANDATORY view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY TranspOrdItemBatchUUID TranspOrdItemBatchUUID
TransportationOrderItemUUID TransportationOrderItemUUID
TransportationOrderUUID TransportationOrderUUID
Batch Batch
ProductID ProductID
BatchBySupplier BatchBySupplier
ManufactureDate ManufactureDate
ShelfLifeExpirationDate ShelfLifeExpirationDate
@EndUserText.label: 'Freight Booking Item Batch - TP'
@VDM: {
  lifecycle.contract.type: #PUBLIC_LOCAL_API,
  viewType: #TRANSACTIONAL
}
@ObjectModel: {
   modelingPattern:       #TRANSACTIONAL_INTERFACE,
   supportedCapabilities: [#TRANSACTIONAL_PROVIDER],
   usageType: {
     sizeCategory:   #L,
     serviceQuality: #B,
     dataClass:      #TRANSACTIONAL
   },
   semanticKey: ['Batch'],
   representativeKey: 'TranspOrdItemBatchUUID',
   sapObjectNodeType.name: 'FreightBookingItemBatch'
}
@Metadata.ignorePropagatedAnnotations: true
@AccessControl: { authorizationCheck:    #MANDATORY,
                  personalData.blocking: #('TRANSACTIONAL_DATA') }

define view entity I_FreightBookingItemBatchTP
  as projection on R_TranspOrdItemBatchTP as FreightBookingItemBatch
{
      /* Attributes */
  key TranspOrdItemBatchUUID,
      TransportationOrderItemUUID,
      TransportationOrderUUID,
      
      Batch,
      ProductID,
      
      BatchBySupplier,
      ManufactureDate,
      ShelfLifeExpirationDate,

      /* Redirections */
      FreightBookingItemBatch._TransportationOrder     as _FreightBooking     : redirected to        I_FreightBookingTP,
      FreightBookingItemBatch._TransportationOrderItem as _FreightBookingItem : redirected to parent I_FreightBookingItemTP
}
where FreightBookingItemBatch.TransportationOrderCategory = 'BO'