OIJCOV

Transparent Table Customizing Table

OIL-TSW: Safety stock coverage period profile

OIJCOV is an SAP database table in S/4HANA. OIL-TSW: Safety stock coverage period profile. It contains 3 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_OIL_SftyStkCvrgPerdPrflVH view_entity from BASIC Safety Stock Coverage Period Profile

Fields (3)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY covprof OIJ_COVPRF Sfty.cov.prof.
cover OIJ_COVER Safety cover.

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.

-- OIL-TSW: Safety stock coverage period profile
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE OIJCOV (
    MANDT,    -- Client [MANDT]
    COVPROF,  -- Sfty.cov.prof. [OIJ_COVPRF]
    COVER,    -- Safety cover. [OIJ_COVER]
    PRIMARY KEY (MANDT, COVPROF)
);