I_BatchTP_2

DDL: I_BATCHTP_2 Type: view_entity TRANSACTIONAL Package: LO_BM_BATCH_BO_INTF

Batch

I_BatchTP_2 is a Transactional CDS View that provides data about "Batch" in SAP S/4HANA. It reads from 1 data source (R_BatchTP) and exposes 22 fields with key fields Material, BatchIdentifyingPlant, Batch. Part of development package LO_BM_BATCH_BO_INTF.

Data Sources (1)

SourceAliasJoin Type
R_BatchTP R_BatchTP projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Batch view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.sapObjectNodeType.name Batch view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view

Fields (22)

KeyFieldSource TableSource FieldDescription
KEY Material Material
KEY BatchIdentifyingPlant BatchIdentifyingPlant
KEY Batch Batch
BatchIsMarkedForDeletion BatchIsMarkedForDeletion
MatlBatchIsInRstrcdUseStock MatlBatchIsInRstrcdUseStock
Supplier Supplier
BatchBySupplier BatchBySupplier
CountryOfOrigin CountryOfOrigin
RegionOfOrigin RegionOfOrigin
MatlBatchAvailabilityDate MatlBatchAvailabilityDate
ShelfLifeExpirationDate ShelfLifeExpirationDate
ManufactureDate ManufactureDate
FreeDefinedDate1 FreeDefinedDate1
FreeDefinedDate2 FreeDefinedDate2
FreeDefinedDate3 FreeDefinedDate3
FreeDefinedDate4 FreeDefinedDate4
FreeDefinedDate5 FreeDefinedDate5
FreeDefinedDate6 FreeDefinedDate6
CreationDateTime CreationDateTime
LastChangeDateTime LastChangeDateTime
BatchExtWhseMgmtInternalId BatchExtWhseMgmtInternalId
_Product _Product
@AccessControl.authorizationCheck: #CHECK

@EndUserText.label: 'Batch'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.modelingPattern: #TRANSACTIONAL_INTERFACE
@ObjectModel.sapObjectNodeType.name: 'Batch' 
@ObjectModel.supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MASTER}

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #TRANSACTIONAL

define root view entity I_BatchTP_2
  provider contract transactional_interface
  as projection on R_BatchTP
{
  key Material,
  key BatchIdentifyingPlant,
  key Batch,
      BatchIsMarkedForDeletion,
      MatlBatchIsInRstrcdUseStock,
      Supplier,
      BatchBySupplier,
      CountryOfOrigin,
      RegionOfOrigin,
      MatlBatchAvailabilityDate,
      ShelfLifeExpirationDate,
      ManufactureDate,
      FreeDefinedDate1,
      FreeDefinedDate2,
      FreeDefinedDate3,
      FreeDefinedDate4,
      FreeDefinedDate5,
      FreeDefinedDate6,
      CreationDateTime,
      LastChangeDateTime,
      BatchExtWhseMgmtInternalId,

      /* Compositions */
      _BatchPlantTP : redirected to composition child I_BatchPlantTP_2,
      _BatchClassTP : redirected to composition child I_BatchClassTP_2,
      _BatchCharacteristicTP : redirected to composition child I_BatchCharacteristicTP_2,
      _BatchTextTP : redirected to composition child I_BatchTextTP_2, 

      /* Associations */
      @Consumption.hidden: true
      _Product
}