I_BatchPlantTP_2

DDL: I_BATCHPLANTTP_2 Type: view_entity TRANSACTIONAL

Plant Specific Batch Information

I_BatchPlantTP_2 is a Transactional CDS View that provides data about "Plant Specific Batch Information" in SAP S/4HANA. It reads from 1 data source (R_BatchPlantTP) and exposes 8 fields with key fields Material, Batch, Plant.

Data Sources (1)

SourceAliasJoin Type
R_BatchPlantTP R_BatchPlantTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Plant Specific Batch Information view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE 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 (8)

KeyFieldSource TableSource FieldDescription
KEY Material Material
KEY Batch Batch
KEY Plant Plant
BatchIdentifyingPlant BatchIdentifyingPlant
InventoryValuationType InventoryValuationType
LastChangeDateTime LastChangeDateTime
_BatchTPredirectedtoparentI_BatchTP_2
_Product _Product
@AccessControl.authorizationCheck: #CHECK

@EndUserText.label: 'Plant Specific Batch Information'

@Metadata.ignorePropagatedAnnotations: true

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

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

define view entity I_BatchPlantTP_2
  as projection on R_BatchPlantTP
{
  key Material,
  key Batch,
  key Plant,
      BatchIdentifyingPlant,
      InventoryValuationType,
      LastChangeDateTime,
      
      /* Compositions */
      _BatchTP : redirected to parent I_BatchTP_2,
        
      /* Associations */
      @Consumption.hidden: true
      _Product
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BATCHPLANTTP"
],
"ASSOCIATED":
[
"I_BATCHTP_2",
"I_PRODUCT",
"R_BATCHTP"
],
"BASE":
[
"R_BATCHPLANTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/