C_ProdnVersStaging
Production Version Staging
C_ProdnVersStaging is a Consumption CDS View that provides data about "Production Version Staging" in SAP S/4HANA. It reads from 1 data source (I_ProdnVersStaging) and exposes 25 fields with key field DraftUUID. Part of development package MPE_PLAN_RTG_VERS_WF.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProdnVersStaging | I_ProdnVersStaging | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPRODNVERSSTG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | false | view | |
| EndUserText.label | Production Version Staging | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.updateEnabled | true | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DraftUUID | DraftUUID | ||
| Material | Material | |||
| Plant | Plant | |||
| ProductionVersion | ProductionVersion | |||
| ProductionVersionText | ProductionVersionText | |||
| BillOfOperationsType | BillOfOperationsType | |||
| BillOfOperationsGroup | BillOfOperationsGroup | |||
| BillOfOperationsVariant | BillOfOperationsVariant | |||
| BillOfOperationsVersion | BillOfOperationsVersion | |||
| BillOfMaterialCategory | BillOfMaterialCategory | |||
| BillOfMaterialVariantUsage | BillOfMaterialVariantUsage | |||
| BillOfMaterial | BillOfMaterial | |||
| BillOfMaterialVariant | BillOfMaterialVariant | |||
| MaterialMinLotSizeQuantity | MaterialMinLotSizeQuantity | |||
| MaterialMaxLotSizeQuantity | MaterialMaxLotSizeQuantity | |||
| ValidFrom | ValidFrom | |||
| ValidTo | ValidTo | |||
| ProductionVersionIsLocked | ProductionVersionIsLocked | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| BillOfMaterialVersion | BillOfMaterialVersion | |||
| ProdnRtgVersBOMInternalID | ProdnRtgVersBOMInternalID | |||
| BillOfOperationsUnit | BillOfOperationsUnit | |||
| IsReadOnly | IsReadOnly | |||
| _MaterialText | _MaterialText |
@AbapCatalog.sqlViewName: 'CPRODNVERSSTG'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@VDM.private: false
@EndUserText.label: 'Production Version Staging'
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #M, dataClass: #MASTER}
@ObjectModel.updateEnabled: true
define view C_ProdnVersStaging as select from I_ProdnVersStaging {
key DraftUUID,
Material,
Plant,
ProductionVersion,
ProductionVersionText,
BillOfOperationsType,
BillOfOperationsGroup,
BillOfOperationsVariant,
BillOfOperationsVersion,
BillOfMaterialCategory,
BillOfMaterialVariantUsage,
BillOfMaterial,
BillOfMaterialVariant,
MaterialMinLotSizeQuantity,
MaterialMaxLotSizeQuantity,
ValidFrom,
ValidTo,
ProductionVersionIsLocked,
ValidityStartDate,
ValidityEndDate,
BillOfMaterialVersion,
ProdnRtgVersBOMInternalID,
BillOfOperationsUnit,
IsReadOnly,
_MaterialText
}
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