C_ProdnVersStaging

DDL: C_PRODNVERSSTAGING SQL: CPRODNVERSSTG Type: view CONSUMPTION Package: MPE_PLAN_RTG_VERS_WF

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)

SourceAliasJoin Type
I_ProdnVersStaging I_ProdnVersStaging from

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}