_INSPOPERATIONAGGREGATE

_INSPOPERATIONAGGREGATE is an SAP database table in S/4HANA. It contains 10 fields.

Fields (10)

KeyField CDS FieldsUsed in Views
InspCharAcceptedCount InspCharAcceptedCount 2
InspCharcAcceptedSampleCount InspCharcAcceptedSampleCount 1
InspCharOpenCount InspCharOpenCount 2
InspCharOpenSampleCount InspCharOpenSampleCount 1
InspCharRejectedCount InspCharRejectedCount 2
InspCharRejectedSampleCount InspCharRejectedSampleCount 1
InspSubsetCharcAcceptedCount InspSubsetCharcAcceptedCount 2
InspSubsetCharcOpenCount InspSubsetCharcOpenCount 2
InspSubsetCharcRejectedCount InspSubsetCharcRejectedCount 2
MaterialSampleCount MaterialSampleCount 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 _INSPOPERATIONAGGREGATE (
    INSPCHARACCEPTEDCOUNT,
    INSPCHARCACCEPTEDSAMPLECOUNT,
    INSPCHAROPENCOUNT,
    INSPCHAROPENSAMPLECOUNT,
    INSPCHARREJECTEDCOUNT,
    INSPCHARREJECTEDSAMPLECOUNT,
    INSPSUBSETCHARCACCEPTEDCOUNT,
    INSPSUBSETCHARCOPENCOUNT,
    INSPSUBSETCHARCREJECTEDCOUNT,
    MATERIALSAMPLECOUNT
);