_QUALITYCONTROLCHARTRESULTS

_QUALITYCONTROLCHARTRESULTS is an SAP database table in S/4HANA. It contains 21 fields.

Fields (21)

KeyField CDS FieldsUsed in Views
KEY InspectionCharacteristic InspectionCharacteristic 2
KEY InspectionLot InspectionLot 2
KEY InspectionSubsetInternalID InspectionSubsetInternalID 2
KEY InspPlanOperationInternalID InspPlanOperationInternalID 2
_InspectionLot _InspectionLot 1
BillOfOperationsGroup BillOfOperationsGroup 2
BillOfOperationsType BillOfOperationsType 2
BillOfOperationsVariant BillOfOperationsVariant 2
Customer Customer 1
InspectionEndDate InspectionEndDate 1
InspectionLotOrigin InspectionLotOrigin 1
InspectionLotType InspectionLotType 1
InspectionSpecificationText InspectionSpecificationText 2
InspectionValuationResult InspectionValuationResult 2
InspSubsetResultValuation InspSubsetResultValuation 2
Manufacturer Manufacturer 1
Material Material 1
Plant Plant 1
Supplier InspLotSelectionSupplier,Supplier 2
WorkCenter WorkCenter 2
WorkCenterText WorkCenterText 2

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 _QUALITYCONTROLCHARTRESULTS (
    INSPECTIONCHARACTERISTIC,
    INSPECTIONLOT,
    INSPECTIONSUBSETINTERNALID,
    INSPPLANOPERATIONINTERNALID,
    _INSPECTIONLOT,
    BILLOFOPERATIONSGROUP,
    BILLOFOPERATIONSTYPE,
    BILLOFOPERATIONSVARIANT,
    CUSTOMER,
    INSPECTIONENDDATE,
    INSPECTIONLOTORIGIN,
    INSPECTIONLOTTYPE,
    INSPECTIONSPECIFICATIONTEXT,
    INSPECTIONVALUATIONRESULT,
    INSPSUBSETRESULTVALUATION,
    MANUFACTURER,
    MATERIAL,
    PLANT,
    SUPPLIER,
    WORKCENTER,
    WORKCENTERTEXT,
    PRIMARY KEY (INSPECTIONCHARACTERISTIC, INSPECTIONLOT, INSPECTIONSUBSETINTERNALID, INSPPLANOPERATIONINTERNALID)
);