NJIT_D_CUST_SA

Transparent Table Application Table

NJIT: Customer Supply Area

NJIT_D_CUST_SA is an SAP database table in S/4HANA. NJIT: Customer Supply Area. It contains 9 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
E_JITCustSupplyArea view from EXTENSION Extension for Customer Supply Area
I_JITCustomerSupplyArea view_entity from BASIC JIT Customer Supply Area

Fields (9)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY supplyareauuid /BOBF/CONF_KEY NodeID
customeruuid /BOBF/CONF_KEY NodeID
shiptoparty KUNWE Ship-to Party
custsupplyarea NJIT_CS_AREA Cust. Supply Area
unloadingpointname ABLAD Unloading Point
custassemblyloc NJIT_FLDPO Assembly Location
supplyareadesc NJIT_SUP_AREA_DESC Sup. Area Desc.
dummy_cust_itm_incl_eew_ps CUST_ITM_INCL_EEW Extensibility

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: Customer Supply Area
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE NJIT_D_CUST_SA (
    MANDT,                       -- Client [MANDT]
    SUPPLYAREAUUID,              -- NodeID [/BOBF/CONF_KEY]
    CUSTOMERUUID,                -- NodeID [/BOBF/CONF_KEY]
    SHIPTOPARTY,                 -- Ship-to Party [KUNWE]
    CUSTSUPPLYAREA,              -- Cust. Supply Area [NJIT_CS_AREA]
    UNLOADINGPOINTNAME,          -- Unloading Point [ABLAD]
    CUSTASSEMBLYLOC,             -- Assembly Location [NJIT_FLDPO]
    SUPPLYAREADESC,              -- Sup. Area Desc. [NJIT_SUP_AREA_DESC]
    DUMMY_CUST_ITM_INCL_EEW_PS,  -- Extensibility [CUST_ITM_INCL_EEW]
    PRIMARY KEY (MANDT, SUPPLYAREAUUID)
);