_INSPLOTUSAGEDECISION

_INSPLOTUSAGEDECISION is an SAP database table in S/4HANA. It contains 16 fields.

Fields (16)

KeyField CDS FieldsUsed in Views
_UsageDecisionCode _UsageDecisionCode 2
_UsageDecisionCodeGroup _UsageDecisionCodeGroup 1
InspectionLotQualityScore InspectionLotQualityScore 4
InspectionLotUsageDecidedBy InspectionLotUsageDecidedBy 1
InspectionLotUsageDecidedOn InspectionLotUsageDecidedOn 8
InspectionLotUsageDecisionCode InspectionLotUsageDecisionCode 12
InspLotUsageDecisionCatalog InspLotUsageDecisionCatalog 1
InspLotUsageDecisionChangedBy InspLotUsageDecisionChangedBy 1
InspLotUsageDecisionChangedOn InspLotUsageDecisionChangedOn 1
InspLotUsageDecisionCodeGroup InspLotUsageDecisionCodeGroup 6
InspLotUsageDecisionTime InspLotUsageDecisionTime 1
InspLotUsageDecisionValuation InspLotUsageDecisionValuation 10
InspLotUsgeDcsnChangedTime InspLotUsgeDcsnChangedTime 1
InspLotUsgeDcsnDynValuation InspLotUsgeDcsnDynValuation 1
InspLotUsgeDcsnFollowUpAction InspLotUsgeDcsnFollowUpAction 1
InspLotUsgeDcsnSelectedSet InspLotUsgeDcsnSelectedSet 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 _INSPLOTUSAGEDECISION (
    _USAGEDECISIONCODE,
    _USAGEDECISIONCODEGROUP,
    INSPECTIONLOTQUALITYSCORE,
    INSPECTIONLOTUSAGEDECIDEDBY,
    INSPECTIONLOTUSAGEDECIDEDON,
    INSPECTIONLOTUSAGEDECISIONCODE,
    INSPLOTUSAGEDECISIONCATALOG,
    INSPLOTUSAGEDECISIONCHANGEDBY,
    INSPLOTUSAGEDECISIONCHANGEDON,
    INSPLOTUSAGEDECISIONCODEGROUP,
    INSPLOTUSAGEDECISIONTIME,
    INSPLOTUSAGEDECISIONVALUATION,
    INSPLOTUSGEDCSNCHANGEDTIME,
    INSPLOTUSGEDCSNDYNVALUATION,
    INSPLOTUSGEDCSNFOLLOWUPACTION,
    INSPLOTUSGEDCSNSELECTEDSET
);