_PRODUCTPLANT

_PRODUCTPLANT is an SAP database table in S/4HANA. It contains 63 fields.

Fields (63)

KeyField CDS FieldsUsed in Views
KEY Plant Plant 4
_MRPType _MRPType 1
_PurchasingGroup _PurchasingGroup 1
ABCINDICATOR ABCINDICATOR 3
AvailabilityCheckType AvailabilityCheckType 5
Commodity Commodity 1
ConsignmentControl ConsignmentControl 1
ConsumptionQtyMultiplier ConsumptionQtyMultiplier 1
ConsumptionReferencePlant ConsumptionReferencePlant 1
ConsumptionReferenceProduct ConsumptionReferenceProduct 1
ConsumptionRefUsageEndDate ConsumptionRefUsageEndDate 1
ConsumptionTaxCtrlCode ConsumptionTaxCtrlCode 1
COUNTRYNAME COUNTRYNAME 1
CountryOfOrigin CountryOfOrigin 2
DistrCntrDistributionProfile DistrCntrDistributionProfile 1
FiscalMonthCurrentPeriod FiscalMonthCurrentPeriod 1
FiscalYearCurrentPeriod FiscalYearCurrentPeriod 1
FiscalYearVariant FiscalYearVariant 1
FixedLotSizeQuantity FixedLotSizeQuantity 3
GoodIssueProcessingDays GoodIssueProcessingDays 1
GoodsIssueUnit GoodsIssueUnit 1
GoodsReceiptBlockedStockQty GoodsReceiptBlockedStockQty 1
GoodsReceiptDuration GoodsReceiptDuration,MaterialGoodsReceiptDuration 2
HasConsignmentCtrl HasConsignmentCtrl 1
HasPostToInspectionStock HasPostToInspectionStock 1
IsBatchManagementRequired IsBatchManagementRequired 3
IsCoProduct IsCoProduct 1
IsInternalBatchManaged IsInternalBatchManaged 1
IsMarkedForDeletion IsMarkedForDeletion 6
IsNegativeStockAllowed IsNegativeStockAllowed 1
IsPurgAcrossPurgGroup IsPurgAcrossPurgGroup 1
MaintenanceStatusName MaintenanceStatusName 1
MATERIALABCCLASSIFICATIONDESC ABCINDICATORDESCRIPTION 1
MaximumLotSizeQuantity MaximumLotSizeQuantity 2
MinimumLotSizeQuantity MinimumLotSizeQuantity 2
MRPResponsible MRPResponsible 3
MRPType MRPType 4
OverDelivToleranceLimit OverDelivToleranceLimit 1
PeriodType PeriodType 1
PLANTNAME PLANTNAME 1
ProcurementType MaterialProcurementCategory,ProcurementType 6
Product Product 1
ProductCFOPCategory ProductCFOPCategory 1
ProductionInvtryManagedLoc ProductionInvtryManagedLoc 1
ProductionSchedulingProfile ProductionSchedulingProfile 1
ProductionSupervisor ProductionSupervisor 2
ProductIsConfigurable ProductIsConfigurable 1
ProductUnitGroup ProductUnitGroup 1
ProfileCode ProfileCode 1
ProfileValidityStartDate ProfileValidityStartDate 1
ProfitCenter ProfitCenter 1
PURCHASINGGROUP PURCHASINGGROUP 4
PURCHASINGGROUPNAME PURCHASINGGROUPNAME 1
RegionOfOrigin RegionOfOrigin 2
SafetyStockQuantity SafetyStockQuantity 1
SegmentationStrategyForPlant SegmentationStrategyForPlant 1
SerialNumberProfile SerialIdentifierAssgmtProfile,SerialNumberProfile 12
SourceOfSupplyCategory SourceOfSupplyCategory 1
SpecialProcurementType MaterialProcurementType,SpecialProcurementType 4
StockDeterminationGroup StockDeterminationGroup 1
StockInTransferQuantity StockInTransferQuantity 1
StockInTransitQuantity StockInTransitQuantity 1
UnderDelivToleranceLimit UnderDelivToleranceLimit 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _PRODUCTPLANT (
    PLANT,
    _MRPTYPE,
    _PURCHASINGGROUP,
    ABCINDICATOR,
    AVAILABILITYCHECKTYPE,
    COMMODITY,
    CONSIGNMENTCONTROL,
    CONSUMPTIONQTYMULTIPLIER,
    CONSUMPTIONREFERENCEPLANT,
    CONSUMPTIONREFERENCEPRODUCT,
    CONSUMPTIONREFUSAGEENDDATE,
    CONSUMPTIONTAXCTRLCODE,
    COUNTRYNAME,
    COUNTRYOFORIGIN,
    DISTRCNTRDISTRIBUTIONPROFILE,
    FISCALMONTHCURRENTPERIOD,
    FISCALYEARCURRENTPERIOD,
    FISCALYEARVARIANT,
    FIXEDLOTSIZEQUANTITY,
    GOODISSUEPROCESSINGDAYS,
    GOODSISSUEUNIT,
    GOODSRECEIPTBLOCKEDSTOCKQTY,
    GOODSRECEIPTDURATION,
    HASCONSIGNMENTCTRL,
    HASPOSTTOINSPECTIONSTOCK,
    ISBATCHMANAGEMENTREQUIRED,
    ISCOPRODUCT,
    ISINTERNALBATCHMANAGED,
    ISMARKEDFORDELETION,
    ISNEGATIVESTOCKALLOWED,
    ISPURGACROSSPURGGROUP,
    MAINTENANCESTATUSNAME,
    MATERIALABCCLASSIFICATIONDESC,
    MAXIMUMLOTSIZEQUANTITY,
    MINIMUMLOTSIZEQUANTITY,
    MRPRESPONSIBLE,
    MRPTYPE,
    OVERDELIVTOLERANCELIMIT,
    PERIODTYPE,
    PLANTNAME,
    PROCUREMENTTYPE,
    PRODUCT,
    PRODUCTCFOPCATEGORY,
    PRODUCTIONINVTRYMANAGEDLOC,
    PRODUCTIONSCHEDULINGPROFILE,
    PRODUCTIONSUPERVISOR,
    PRODUCTISCONFIGURABLE,
    PRODUCTUNITGROUP,
    PROFILECODE,
    PROFILEVALIDITYSTARTDATE,
    PROFITCENTER,
    PURCHASINGGROUP,
    PURCHASINGGROUPNAME,
    REGIONOFORIGIN,
    SAFETYSTOCKQUANTITY,
    SEGMENTATIONSTRATEGYFORPLANT,
    SERIALNUMBERPROFILE,
    SOURCEOFSUPPLYCATEGORY,
    SPECIALPROCUREMENTTYPE,
    STOCKDETERMINATIONGROUP,
    STOCKINTRANSFERQUANTITY,
    STOCKINTRANSITQUANTITY,
    UNDERDELIVTOLERANCELIMIT,
    PRIMARY KEY (PLANT)
);