PPC

PPC is an SAP database table in S/4HANA. It contains 11 fields.

Fields (11)

KeyField CDS FieldsUsed in Views
CostingLotSize CostingLotSize 1
CostingProductionVersion CostingProductionVersion 1
CostingSpecialProcurementType CostingMatProcurementProfile 1
IsCoProduct IsCoProduct 1
IsFixedPriceCoProduct IsFixedPriceCoProduct 1
ProductBOMUsage BillOfMaterialVariantUsage 1
ProductIsCostingRelevant IsBlockedForCosting 1
SourceBOMAlternative AlternativeBillOfMaterial 1
TaskListGroup TaskListGroup 1
TaskListGroupCounter TaskListGroupCounter 1
TaskListType BillOfOperationsType 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 PPC (
    COSTINGLOTSIZE,
    COSTINGPRODUCTIONVERSION,
    COSTINGSPECIALPROCUREMENTTYPE,
    ISCOPRODUCT,
    ISFIXEDPRICECOPRODUCT,
    PRODUCTBOMUSAGE,
    PRODUCTISCOSTINGRELEVANT,
    SOURCEBOMALTERNATIVE,
    TASKLISTGROUP,
    TASKLISTGROUPCOUNTER,
    TASKLISTTYPE
);