EHENVD_SDEF_SAMP

Transparent Table Application Table

Sampling Definiton - Database Table

EHENVD_SDEF_SAMP is an SAP database table in S/4HANA. Sampling Definiton - Database Table. It contains 9 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
Ehenv_Amns_All_Loc_Filter view inner Amounts for all locations filter
Ehenv_Amns_At_Loc_Filter view inner Amounts for location and sublocations filter
Ehenv_Cdef_Amns_All view inner All CDEFs for Amounts
Ehenv_Cdef_Amns_All_P view inner All CDEFs for Amounts with parameter
Ehenv_Sdef_Amns view inner Sampling Amounts
Ehenv_Sdef_Amns_At_Location view inner Sampling Amounts at Location
I_SamplingReference view from BASIC Sampling Definition - SamplingRef

Fields (9)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY db_key /BOBF/CONF_KEY NodeID
parent_key /BOBF/CONF_KEY NodeID
datetime_cr /BOBF/DATETIME_CR Created On/At
user_id_cr /BOBF/USER_ID_CR Created By
datetime_ch /BOBF/DATETIME_CH Changed On/At
user_id_ch /BOBF/USER_ID_CH Changed By
sampling_key_ref EHENV_SAMPLING_REF Sampling Key
eew_sdef_samp_keys_d DUMMY Dummy function in length 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.

-- Sampling Definiton - Database Table
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHENVD_SDEF_SAMP (
    MANDT,                 -- Client [MANDT]
    DB_KEY,                -- NodeID [/BOBF/CONF_KEY]
    PARENT_KEY,            -- NodeID [/BOBF/CONF_KEY]
    DATETIME_CR,           -- Created On/At [/BOBF/DATETIME_CR]
    USER_ID_CR,            -- Created By [/BOBF/USER_ID_CR]
    DATETIME_CH,           -- Changed On/At [/BOBF/DATETIME_CH]
    USER_ID_CH,            -- Changed By [/BOBF/USER_ID_CH]
    SAMPLING_KEY_REF,      -- Sampling Key [EHENV_SAMPLING_REF]
    EEW_SDEF_SAMP_KEYS_D,  -- Dummy function in length 1 [DUMMY]
    PRIMARY KEY (MANDT, DB_KEY)
);