I_BatchCharacteristicTP_2

DDL: I_BATCHCHARACTERISTICTP_2 Type: view_entity TRANSACTIONAL

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.

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 #D 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: #D, 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
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BATCHCHARACTERISTICTP"
],
"ASSOCIATED":
[
"I_BATCHCHARACTERISTICVALUETP_2",
"I_BATCHTP_2",
"I_CLFNCHARACTERISTICFORKEYDATE",
"I_CLFNCLASSFORKEYDATE",
"R_BATCHCHARACTERISTICVALUETP",
"R_BATCHTP"
],
"BASE":
[
"R_BATCHCHARACTERISTICTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/