I_ATPPRODUCTPLANTBATCH
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ATPRlvtProductMRPAreaBatch | view_entity | inner | CONSUMPTION | Product Availability per Batch |
Fields (1)
| Key | Field | CDS Fields | Used 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
}