EHENVD_ADEF_ROOT

Transparent Table Application Table

Location Aggregation - Root - Database Table

EHENVD_ADEF_ROOT is an SAP database table in S/4HANA. Location Aggregation - Root - Database Table. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
Ehenv_Adef_Amns view inner Aggregation Amounts
Ehenv_Adef_Amns_At_Location view inner Aggregation Amounts At Location
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
I_EHSActivityTitle view union BASIC EHS Activity Title
I_LocAggregationRoot view from BASIC Location Aggregation Root

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY db_key /bobf/conf_key NodeID

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.

-- Location Aggregation - Root - Database Table
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE EHENVD_ADEF_ROOT (
    MANDT,   -- Client [mandt]
    DB_KEY,  -- NodeID [/bobf/conf_key]
    PRIMARY KEY (MANDT, DB_KEY)
);