I_PRODNVERSSTAGING

CDS View

Production Version Staging Basic View

I_PRODNVERSSTAGING is a CDS View in S/4HANA. Production Version Staging Basic View. It contains 24 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_ProdnVersStaging view from CONSUMPTION Production Version Staging

Fields (24)

KeyField CDS FieldsUsed in Views
KEY DraftUUID DraftUUID 1
BillOfMaterial BillOfMaterial 1
BillOfMaterialCategory BillOfMaterialCategory 1
BillOfMaterialVariant BillOfMaterialVariant 1
BillOfMaterialVariantUsage BillOfMaterialVariantUsage 1
BillOfMaterialVersion BillOfMaterialVersion 1
BillOfOperationsGroup BillOfOperationsGroup 1
BillOfOperationsType BillOfOperationsType 1
BillOfOperationsUnit BillOfOperationsUnit 1
BillOfOperationsVariant BillOfOperationsVariant 1
BillOfOperationsVersion BillOfOperationsVersion 1
IsReadOnly IsReadOnly 1
Material Material 1
MaterialMaxLotSizeQuantity MaterialMaxLotSizeQuantity 1
MaterialMinLotSizeQuantity MaterialMinLotSizeQuantity 1
Plant Plant 1
ProdnRtgVersBOMInternalID ProdnRtgVersBOMInternalID 1
ProductionVersion ProductionVersion 1
ProductionVersionIsLocked ProductionVersionIsLocked 1
ProductionVersionText ProductionVersionText 1
ValidFrom ValidFrom 1
ValidityEndDate ValidityEndDate 1
ValidityStartDate ValidityStartDate 1
ValidTo ValidTo 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Production Version Staging Basic View
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PRODNVERSSTAGING (
    DRAFTUUID,
    BILLOFMATERIAL,
    BILLOFMATERIALCATEGORY,
    BILLOFMATERIALVARIANT,
    BILLOFMATERIALVARIANTUSAGE,
    BILLOFMATERIALVERSION,
    BILLOFOPERATIONSGROUP,
    BILLOFOPERATIONSTYPE,
    BILLOFOPERATIONSUNIT,
    BILLOFOPERATIONSVARIANT,
    BILLOFOPERATIONSVERSION,
    ISREADONLY,
    MATERIAL,
    MATERIALMAXLOTSIZEQUANTITY,
    MATERIALMINLOTSIZEQUANTITY,
    PLANT,
    PRODNRTGVERSBOMINTERNALID,
    PRODUCTIONVERSION,
    PRODUCTIONVERSIONISLOCKED,
    PRODUCTIONVERSIONTEXT,
    VALIDFROM,
    VALIDITYENDDATE,
    VALIDITYSTARTDATE,
    VALIDTO,
    PRIMARY KEY (DRAFTUUID)
);