v_ukm_dcd_doc_status

DDL: V_UKM_DCDDOC_STAT SQL: VUKM_DCDDOC_STAT Type: view

Texts for Blocked Status

v_ukm_dcd_doc_status is a CDS View that provides data about "Texts for Blocked Status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields ddlanguage, domvalue_l.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName VUKM_DCDDOC_STAT view
EndUserText.label Texts for Blocked Status view
ObjectModel.dataCategory #TEXT view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #P view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ddlanguage ddlanguage Lang.
KEY domvalue_l domvalue_l Lower Value
Name 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 v_ukm_dcd_doc_status.
-- 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: VUKM_DCDDOC_STAT

CREATE VIEW v_ukm_dcd_doc_status AS
SELECT
  ddlanguage,
  domvalue_l,
  ddtext AS Name
FROM dd07t
;