INSPECTIONLOT

INSPECTIONLOT is an SAP database table in S/4HANA. It contains 9 fields.

Fields (9)

KeyField CDS FieldsUsed in Views
Batch Batch 1
BatchBySupplier BatchBySupplier 1
InspectionLotObjectText InspectionLotObjectText 1
InspectionLotType InspectionLotType 1
InspLotHasSubsets InspLotHasSubsets 2
ManufacturingOrder ManufacturingOrder 1
Material Material 1
MaterialIsBatchManaged MaterialIsBatchManaged 1
MatlQualityAuthorizationGroup MatlQualityAuthorizationGroup 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 INSPECTIONLOT (
    BATCH,
    BATCHBYSUPPLIER,
    INSPECTIONLOTOBJECTTEXT,
    INSPECTIONLOTTYPE,
    INSPLOTHASSUBSETS,
    MANUFACTURINGORDER,
    MATERIAL,
    MATERIALISBATCHMANAGED,
    MATLQUALITYAUTHORIZATIONGROUP
);