NJIT_D_SC_DESC

Transparent Table Application Table

NJIT: Supply Control Text (Language Dependent)

NJIT_D_SC_DESC is an SAP database table in S/4HANA. NJIT: Supply Control Text (Language Dependent). It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_JITSupplyControlDesc view_entity from BASIC JIT Supply Control Description

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY supplycontroluuid /bobf/conf_key NodeID
KEY language spras Language
supplycontroldesc njit_sc_desc Description-SuppCtrl
supplycontrolid njit_sc_id Supply Control ID

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.

-- NJIT: Supply Control Text (Language Dependent)
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE NJIT_D_SC_DESC (
    MANDT,              -- Client [mandt]
    SUPPLYCONTROLUUID,  -- NodeID [/bobf/conf_key]
    LANGUAGE,           -- Language [spras]
    SUPPLYCONTROLDESC,  -- Description-SuppCtrl [njit_sc_desc]
    SUPPLYCONTROLID,    -- Supply Control ID [njit_sc_id]
    PRIMARY KEY (MANDT, SUPPLYCONTROLUUID, LANGUAGE)
);