I_SAMPLINGDEFINITIONROOT

CDS View

Sampling Definition Root

I_SAMPLINGDEFINITIONROOT is a CDS View in S/4HANA. Sampling Definition Root. It contains 5 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_EHSSamplingDefinitionDEX view_entity from CONSUMPTION EHS Sampling Definition
C_SamplingDefinitionRoot view from CONSUMPTION Sampling
I_EHSAmountsForActivity view inner COMPOSITE Amounts for Activity
I_EnvrmtAmountsForActivity view inner COMPOSITE Amounts for Activities

Fields (5)

KeyField CDS FieldsUsed in Views
_EHSDataPeriod _EHSDataPeriod 1
_EHSLocation _EHSLocation 1
DataUsagePeriodicity DataUsagePeriodicity 1
EHSLocationUUID EHSLocationUUID 2
SamplingDefinitionName EHSComplianceScenActivityName 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 Definition Root
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_SAMPLINGDEFINITIONROOT (
    _EHSDATAPERIOD,
    _EHSLOCATION,
    DATAUSAGEPERIODICITY,
    EHSLOCATIONUUID,
    SAMPLINGDEFINITIONNAME
);