P_ProductionVersionTP
Production version details
P_ProductionVersionTP is a Composite CDS View that provides data about "Production version details" in SAP S/4HANA. It reads from 1 data source (R_ProductionVersionTP) and exposes 82 fields with key fields Material, Plant, ProductionVersion.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ProductionVersionTP | R_ProductionVersionTP | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Production version details | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view |
Fields (82)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Material | Material | ||
| KEY | Plant | Plant | ||
| KEY | ProductionVersion | ProductionVersion | ||
| ProductionVersionText | ProductionVersionText | |||
| ChangeHistoryCount | ChangeHistoryCount | |||
| ChangeNumber | ChangeNumber | |||
| CreationDate | CreationDate | |||
| CreatedByUser | CreatedByUser | |||
| LastChangeDate | LastChangeDate | |||
| LastChangedByUser | LastChangedByUser | |||
| BillOfOperationsType | BillOfOperationsType | |||
| BillOfOperationsGroup | BillOfOperationsGroup | |||
| BillOfOperationsVariant | BillOfOperationsVariant | |||
| BillOfMaterialVariantUsage | BillOfMaterialVariantUsage | |||
| BillOfMaterialVariant | BillOfMaterialVariant | |||
| ProductionLine | ProductionLine | |||
| ProductionSupplyArea | ProductionSupplyArea | |||
| ProductionVersionGroup | ProductionVersionGroup | |||
| MainProduct | MainProduct | |||
| MaterialCostApportionmentStruc | MaterialCostApportionmentStruc | |||
| IssuingStorageLocation | IssuingStorageLocation | |||
| ReceivingStorageLocation | ReceivingStorageLocation | |||
| OriginalBatchReferenceMaterial | OriginalBatchReferenceMaterial | |||
| QuantityDistributionKey | QuantityDistributionKey | |||
| ProductionVersionStatus | ProductionVersionStatus | |||
| ProductionVersionLastCheckDate | ProductionVersionLastCheckDate | |||
| RateBasedPlanningStatus | RateBasedPlanningStatus | |||
| PreliminaryPlanningStatus | PreliminaryPlanningStatus | |||
| BOMCheckStatus | BOMCheckStatus | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| ProductionVersionLock | ProductionVersionLock | |||
| ProdnVersIsAllowedForRptvMfg | ProdnVersIsAllowedForRptvMfg | |||
| HasVersionCtrldBOMAndRouting | HasVersionCtrldBOMAndRouting | |||
| PlanningAndExecutionBOMIsDiff | PlanningAndExecutionBOMIsDiff | |||
| ExecBillOfMaterialVariantUsage | ExecBillOfMaterialVariantUsage | |||
| ExecBillOfMaterialVariant | ExecBillOfMaterialVariant | |||
| ExecBillOfOperationsType | ExecBillOfOperationsType | |||
| ExecBillOfOperationsGroup | ExecBillOfOperationsGroup | |||
| ExecBillOfOperationsVariant | ExecBillOfOperationsVariant | |||
| EWMWarehouse | EWMWarehouse | |||
| DestinationStorageBin | DestinationStorageBin | |||
| ProcurementType | ProcurementType | |||
| MaterialProcurementProfile | MaterialProcurementProfile | |||
| UsgeProbltyWthVersCtrlInPct | UsgeProbltyWthVersCtrlInPct | |||
| MaterialBaseUnit | MaterialBaseUnit | |||
| MaterialMinLotSizeQuantity | MaterialMinLotSizeQuantity | |||
| MaterialMaxLotSizeQuantity | MaterialMaxLotSizeQuantity | |||
| CostingLotSize | CostingLotSize | |||
| TargetProductionSupplyArea | TargetProductionSupplyArea | |||
| MRPController | MRPController | |||
| MaterialName | MaterialName | |||
| PlantName | PlantName | |||
| MRPResponsible | MRPResponsible | |||
| RoutingCheckStatusText | RoutingCheckStatusText | |||
| ProductionVersionLockText | ProductionVersionLockText | |||
| BillOfOperationsTypeName | BillOfOperationsTypeName | |||
| _BillOfOperations | _BillOfOperations | |||
| _BillOfOperationsGroup | _BillOfOperationsGroup | |||
| _BillOfOperationsType | _BillOfOperationsType | |||
| _BillOfOperationsTypeText | _BillOfOperationsTypeText | |||
| _ChangeMaster | _ChangeMaster | |||
| _IssuingStorageLocation | _IssuingStorageLocation | |||
| _MainProduct | _MainProduct | |||
| _Material | _Material | |||
| _MaterialBaseUnit | _MaterialBaseUnit | |||
| _MaterialText | _MaterialText | |||
| _MatlCostApportionmentStruc | _MatlCostApportionmentStruc | |||
| _MatlProcurementProfile | _MatlProcurementProfile | |||
| _OriglBatchReferenceMaterial | _OriglBatchReferenceMaterial | |||
| _Plant | _Plant | |||
| _ProdnVersLockText | _ProdnVersLockText | |||
| _ProdnVersLockVH | _ProdnVersLockVH | |||
| _Product | _Product | |||
| _ProductionLine | _ProductionLine | |||
| _ProductionSupplyArea | _ProductionSupplyArea | |||
| _ProductionVersionGroup | _ProductionVersionGroup | |||
| _ProductPlant | _ProductPlant | |||
| _QuantityDistributionKey | _QuantityDistributionKey | |||
| _ReceivingStorageLocation | _ReceivingStorageLocation | |||
| _RoutingStatusText | _RoutingStatusText | |||
| _TargetProductionSupplyArea | _TargetProductionSupplyArea |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Production version details'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #M, dataClass: #MASTER }
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view entity P_ProductionVersionTP
as select from R_ProductionVersionTP
{
key Material,
key Plant,
key ProductionVersion,
ProductionVersionText,
ChangeHistoryCount,
ChangeNumber,
CreationDate,
CreatedByUser,
LastChangeDate,
LastChangedByUser,
BillOfOperationsType,
BillOfOperationsGroup,
BillOfOperationsVariant,
BillOfMaterialVariantUsage,
BillOfMaterialVariant,
ProductionLine,
ProductionSupplyArea,
ProductionVersionGroup,
MainProduct,
MaterialCostApportionmentStruc,
IssuingStorageLocation,
ReceivingStorageLocation,
OriginalBatchReferenceMaterial,
QuantityDistributionKey,
ProductionVersionStatus,
ProductionVersionLastCheckDate,
RateBasedPlanningStatus,
PreliminaryPlanningStatus,
BOMCheckStatus,
ValidityStartDate,
ValidityEndDate,
ProductionVersionLock,
ProdnVersIsAllowedForRptvMfg,
HasVersionCtrldBOMAndRouting,
PlanningAndExecutionBOMIsDiff,
ExecBillOfMaterialVariantUsage,
ExecBillOfMaterialVariant,
ExecBillOfOperationsType,
ExecBillOfOperationsGroup,
ExecBillOfOperationsVariant,
EWMWarehouse,
DestinationStorageBin,
ProcurementType,
MaterialProcurementProfile,
UsgeProbltyWthVersCtrlInPct,
MaterialBaseUnit,
@Semantics.quantity.unitOfMeasure: 'MaterialBaseUnit'
MaterialMinLotSizeQuantity,
@Semantics.quantity.unitOfMeasure: 'MaterialBaseUnit'
MaterialMaxLotSizeQuantity,
@Semantics.quantity.unitOfMeasure: 'MaterialBaseUnit'
CostingLotSize,
TargetProductionSupplyArea,
MRPController,
MaterialName,
PlantName,
MRPResponsible,
RoutingCheckStatusText,
ProductionVersionLockText,
BillOfOperationsTypeName,
/* Associations */
_BillOfOperations,
_BillOfOperationsGroup,
_BillOfOperationsType,
_BillOfOperationsTypeText,
_ChangeMaster,
_IssuingStorageLocation,
_MainProduct,
_Material,
_MaterialBaseUnit,
_MaterialText,
_MatlCostApportionmentStruc,
_MatlProcurementProfile,
_OriglBatchReferenceMaterial,
_Plant,
_ProdnVersLockText,
_ProdnVersLockVH,
_Product,
_ProductionLine,
_ProductionSupplyArea,
_ProductionVersionGroup,
_ProductPlant,
_QuantityDistributionKey,
_ReceivingStorageLocation,
_RoutingStatusText,
_TargetProductionSupplyArea
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA