A_FreightBookingItemBatch

DDL: A_FREIGHTBOOKINGITEMBATCH Type: view_entity CONSUMPTION Package: ODATA_TM_FB_API

Freight Booking Item Batch

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

Data Sources (1)

SourceAliasJoin Type
R_TranspOrdItemBatchTP R_TranspOrdItemBatchTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Freight Booking Item Batch view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
OData.entityType.name FreightBookingItemBatch_Type view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #MANDATORY view

OData Services (1)

ServiceBindingVersionContractRelease
API_FREIGHTBOOKING API_FREIGHTBOOKING V4 C2 C1

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'
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@ObjectModel: {
    usageType: {
        sizeCategory: #L,
        serviceQuality: #B,
        dataClass: #TRANSACTIONAL
    }}
@VDM.viewType: #CONSUMPTION
@OData.entityType.name: 'FreightBookingItemBatch_Type'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl: { authorizationCheck:    #MANDATORY,
                  personalData.blocking: #('TRANSACTIONAL_DATA') }

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

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