ESH_N_DD07T_DD07T

DDL: ESH_N_DD07T_DD07T SQL: ESH_L_DD07T_D07T Type: view

Domain Fixed Values

ESH_N_DD07T_DD07T is a CDS View that provides data about "Domain Fixed Values" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields domname, ddlanguage, domvalue_l.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName ESH_L_DD07T_D07T view
EndUserText.label Domain Fixed Values view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #P view
ClientHandling.algorithm #SESSION_VARIABLE view
ClientHandling.type #INHERITED view
AbapCatalog.compiler.compareFilter true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY domname domname Domain
KEY ddlanguage ddlanguage Lang.
KEY domvalue_l domvalue_l Lower Value
valpos valpos Value key
ddtext ddtext Short text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view ESH_N_DD07T_DD07T.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ESH_L_DD07T_D07T

CREATE VIEW ESH_N_DD07T_DD07T AS
SELECT
  domname,
  ddlanguage,
  domvalue_l,
  valpos,
  ddtext
FROM dd07t
;