I_BatchCharacteristicTP_2

DDL: I_BATCHCHARACTERISTICTP_2 Type: view_entity TRANSACTIONAL Package: LO_BM_BATCH_BO_INTF

Batch Characteristic

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

Data Sources (1)

SourceAliasJoin Type
R_BatchCharacteristicTP R_BatchCharacteristicTP projection

Annotations (9)

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

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY Material Material
KEY BatchIdentifyingPlant BatchIdentifyingPlant
KEY Batch Batch
KEY CharcInternalID CharcInternalID
LastChangeDateTime LastChangeDateTime
_BatchTPredirectedtoparentI_BatchTP_2
ClassType ClassType
ClassInternalID ClassInternalID
_Characteristic _Characteristic
_Class _Class
@AccessControl.authorizationCheck: #CHECK

@EndUserText.label: 'Batch Characteristic'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.modelingPattern: #TRANSACTIONAL_INTERFACE
@ObjectModel.supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #L, dataClass: #MIXED}

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

define view entity I_BatchCharacteristicTP_2 
  as projection on R_BatchCharacteristicTP
{
  key Material, 
  key BatchIdentifyingPlant,
  key Batch, 
  key CharcInternalID,
  
  LastChangeDateTime,
  
  /* Compositions */
  _BatchTP : redirected to parent I_BatchTP_2,
  _BatchCharacteristicValueTP : redirected to composition child I_BatchCharacteristicValueTP_2,

  /* DCL */
  @Consumption.hidden: true
  ClassType,
  @Consumption.hidden: true
  ClassInternalID,
  @Consumption.hidden: true
  _Characteristic,
  @Consumption.hidden: true
  _Class
}