I_ATPPRODUCTPLANTBATCH

CDS View

Product with Plants and Batches

I_ATPPRODUCTPLANTBATCH is a CDS View in S/4HANA. Product with Plants and Batches. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ATPRlvtProductMRPAreaBatch view_entity inner CONSUMPTION Product Availability per Batch

Fields (1)

KeyField CDS FieldsUsed in Views
KEY Batch Batch 1
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #SAP_INTERNAL_API,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
   usageType: {
     serviceQuality: #A,
     sizeCategory:   #L,
     dataClass:      #MASTER
   }
}
@Feature: 'OLY_PAC_INFO_API'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Product with Plants and Batches'
define view entity I_ATPProductPlantBatch
  as select from mcha as _ProductBatch
{
  key _ProductBatch.matnr as Product,
  key _ProductBatch.werks as Plant,
  key _ProductBatch.charg as Batch
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MCHA"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/