I_FreightOrderItemBatchTP

DDL: I_FREIGHTORDERITEMBATCHTP Type: view_entity TRANSACTIONAL Package: RAP_TM_FO_API

Freight Order Item Batch - TP

I_FreightOrderItemBatchTP is a Transactional CDS View that provides data about "Freight Order 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_FO_API.

Data Sources (1)

SourceAliasJoin Type
R_TranspOrdItemBatchTP R_TranspOrdItemBatchTP projection

Annotations (11)

NameValueLevelField
EndUserText.label Freight Order 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 FreightOrderItemBatch 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 Order 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: 'FreightOrderItemBatch'
}
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #('TRANSACTIONAL_DATA')

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

      /* Redirections */
      FreightOrderItemBatch._TransportationOrder     as _FreightOrder     : redirected to        I_FreightOrderTP,
      FreightOrderItemBatch._TransportationOrderItem as _FreightOrderItem : redirected to parent I_FreightOrderItemTP
}
where FreightOrderItemBatch.TransportationOrderCategory = 'TO'