I_DSP_DLH_Handler

DDL: I_DSP_DLH_HANDLER Type: view_entity

draft lifecycle handler id

I_DSP_DLH_Handler is a CDS View that provides data about "draft lifecycle handler id" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field Status.

Data Sources (1)

SourceAliasJoin Type
dd07l value from

Annotations (3)

NameValueLevelField
EndUserText.label draft lifecycle handler id view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey Status view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Status domvalue_l Lower Value

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 I_DSP_DLH_Handler.
-- 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.

CREATE VIEW I_DSP_DLH_Handler AS
SELECT
  domvalue_l AS Status
FROM dd07l AS value
;