I_ATPRLVTPRODMRPAREAPLANT
ATP Rlv Prd with MRP Areas and Plants
I_ATPRLVTPRODMRPAREAPLANT is a CDS View in S/4HANA. ATP Rlv Prd with MRP Areas and Plants. It contains 2 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ATPRlvtProductMRPAreaBatch | view_entity | from | CONSUMPTION | Product Availability per Batch |
| A_ATPRlvtProductMRPAreaSegment | view_entity | from | CONSUMPTION | Product Availability per Segment |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | MRPArea | MRPArea | 2 |
| KEY | Product | Product | 2 |
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #XL,
dataClass: #MASTER
}
}
@Feature: 'OLY_PAC_INFO_API'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'ATP Rlv Prd with MRP Areas and Plants'
define view entity I_ATPRlvtProdMRPAreaPlant
as select from I_ATPRlvtProdMRPArea as _ProductMRPArea
{
key _ProductMRPArea.Product as Product,
key _ProductMRPArea.MRPArea as MRPArea,
_ProductMRPArea.Plant as Plant
}
union all
select from I_ATPRlvtProdPlant as _ProductPlant
{
key _ProductPlant.Product as Product,
key _ProductPlant.Plant as MRPArea,
_ProductPlant.Plant as Plant
}