ESH_N_XFELD_3_XFELD

DDL: ESH_N_XFELD_3_XFELD SQL: ESH_L_XFELD_FEL3 Type: view

Yes/No field

ESH_N_XFELD_3_XFELD is a CDS View that provides data about "Yes/No field" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields DOMALANGU, domvalue_l.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName ESH_L_XFELD_FEL3 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
EndUserText.label Yes/No field view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY DOMALANGU ddlanguage Lang.
KEY domvalue_l domvalue_l Lower Value
VALUE_TEXT 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_XFELD_3_XFELD.
-- 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_XFELD_FEL3

CREATE VIEW ESH_N_XFELD_3_XFELD AS
SELECT
  ddlanguage AS DOMALANGU,
  domvalue_l,
  ddtext AS VALUE_TEXT
FROM dd07t
;