V_OIJPEG

V_OIJPEG is an SAP database table in S/4HANA. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_BerthScheduling view left_outer COMPOSITE Berth Scheduling Information
I_VisualNominations view left_outer COMPOSITE Visual Nominations
I_VisualSimulation view left_outer COMPOSITE IPW Simulation in Visualization

Fields (2)

KeyField CDS FieldsUsed in Views
pegid NominationPegID 3
pegtype NominationPegType 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 V_OIJPEG (
    PEGID,
    PEGTYPE
);