SER04

Transparent Table Application Table

Document Header for Serial Numbers for Inspection Lot

SER04 is an SAP database table in S/4HANA. Document Header for Serial Numbers for Inspection Lot. It contains 7 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_MaintItmObjListInspectionLot view from BASIC Maintenance Item Object List Inspection Lot
I_MaintObjListInspectionLot view_entity from BASIC Maint Object List in Inspection Lot
I_SerialNmbrInspectionLot view from BASIC Serial Number Inspection Lot

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY obknr OBJKNR Object list
prueflos QPLOS Inspection Lot
datum DATUM Date
uzeit UZEIT Time
anzsn ANZSN No.serial no.
vorgang BELEG SerialProcedure

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.

-- Document Header for Serial Numbers for Inspection Lot
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SER04 (
    MANDT,     -- Client [MANDT]
    OBKNR,     -- Object list [OBJKNR]
    PRUEFLOS,  -- Inspection Lot [QPLOS]
    DATUM,     -- Date [DATUM]
    UZEIT,     -- Time [UZEIT]
    ANZSN,     -- No.serial no. [ANZSN]
    VORGANG,   -- SerialProcedure [BELEG]
    PRIMARY KEY (MANDT, OBKNR)
);