_INSPECTIONCHARACTERISTIC

_INSPECTIONCHARACTERISTIC is an SAP database table in S/4HANA. It contains 36 fields.

Fields (36)

KeyField CDS FieldsUsed in Views
BOOCharcHasInspSpecReference BOOCharcHasInspSpecReference 1
HasInspCharcPrtlSmpl HasInspCharcPrtlSmpl 1
InspCharacteristicSampleSize InspCharacteristicSampleSize 4
InspCharacteristicSampleUnit InspCharacteristicSampleUnit 4
InspCharcQuantity InspectionScope 1
InspectionCharacteristicStatus InspectionCharacteristicStatus 1
InspectionMethod InspectionMethod 3
InspectionMethodPlant InspectionMethodPlant 5
InspectionMethodVersion InspectionMethodVersion 4
InspectionSpecification InspectionSpecification 6
InspectionSpecificationPlant InspectionSpecificationPlant 7
InspectionSpecificationText InspectionSpecificationText 8
InspectionSpecificationUnit InspectionSpecificationUnit 2
InspectionSpecificationVersion InspectionSpecificationVersion 6
InspLotTestEquipInternalID InspLotTestEquipInternalID 1
InspResultIsDocumentationRqd InspResultIsDocumentationRqd 1
InspSpecCharcCategory InspSpecCharcCategory 1
InspSpecControlIndicators InspSpecControlIndicators 1
InspSpecDecimalPlaces InspSpecDecimalPlaces 5
InspSpecHasLowerLimit InspSpecHasLowerLimit 5
InspSpecHasTargetValue InspSpecHasTargetValue 1
InspSpecHasUpperLimit InspSpecHasUpperLimit 5
InspSpecImportanceCode InspSpecImportanceCode 1
InspSpecIsLongTermInspection InspSpecIsLongTermInspection 1
InspSpecIsMeasuredValueRqd InspSpecIsMeasuredValueRqd 6
InspSpecIsQuantitative InspSpecIsQuantitative 6
InspSpecIsSelectedSetRequired InspSpecIsSelectedSetRequired 1
InspSpecLowerLimit InspSpecLowerLimit 5
InspSpecRecordingType InspSpecRecordingType 4
InspSpecResultCalculation InspSpecResultCalculation 1
InspSpecSampleQuantityFactor InspSpecSampleQuantityFactor 4
InspSpecTargetValue InspSpecTargetValue 1
InspSpecUpperLimit InspSpecUpperLimit 5
QuantityUnit QuantityUnit 1
SelectedCodeSet SelectedCodeSet 1
SelectedCodeSetPlant SelectedCodeSetPlant 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 _INSPECTIONCHARACTERISTIC (
    BOOCHARCHASINSPSPECREFERENCE,
    HASINSPCHARCPRTLSMPL,
    INSPCHARACTERISTICSAMPLESIZE,
    INSPCHARACTERISTICSAMPLEUNIT,
    INSPCHARCQUANTITY,
    INSPECTIONCHARACTERISTICSTATUS,
    INSPECTIONMETHOD,
    INSPECTIONMETHODPLANT,
    INSPECTIONMETHODVERSION,
    INSPECTIONSPECIFICATION,
    INSPECTIONSPECIFICATIONPLANT,
    INSPECTIONSPECIFICATIONTEXT,
    INSPECTIONSPECIFICATIONUNIT,
    INSPECTIONSPECIFICATIONVERSION,
    INSPLOTTESTEQUIPINTERNALID,
    INSPRESULTISDOCUMENTATIONRQD,
    INSPSPECCHARCCATEGORY,
    INSPSPECCONTROLINDICATORS,
    INSPSPECDECIMALPLACES,
    INSPSPECHASLOWERLIMIT,
    INSPSPECHASTARGETVALUE,
    INSPSPECHASUPPERLIMIT,
    INSPSPECIMPORTANCECODE,
    INSPSPECISLONGTERMINSPECTION,
    INSPSPECISMEASUREDVALUERQD,
    INSPSPECISQUANTITATIVE,
    INSPSPECISSELECTEDSETREQUIRED,
    INSPSPECLOWERLIMIT,
    INSPSPECRECORDINGTYPE,
    INSPSPECRESULTCALCULATION,
    INSPSPECSAMPLEQUANTITYFACTOR,
    INSPSPECTARGETVALUE,
    INSPSPECUPPERLIMIT,
    QUANTITYUNIT,
    SELECTEDCODESET,
    SELECTEDCODESETPLANT
);