R_HDMRELATION_DRAFT

DDL: R_HDMRELATION_DRAFT Type: view_entity BASIC

HDM Relation - Draft

R_HDMRELATION_DRAFT is a Basic CDS View that provides data about "HDM Relation - Draft" in SAP S/4HANA. It reads from 1 data source (shdm_relation_d) and exposes 1 field with key field draftuuid.

Data Sources (1)

SourceAliasJoin Type
shdm_relation_d shdm_relation_d from

Annotations (7)

NameValueLevelField
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label HDM Relation - Draft view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY draftuuid draftuuid UUID

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 R_HDMRELATION_DRAFT.
-- 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 R_HDMRELATION_DRAFT AS
SELECT
  draftuuid
FROM shdm_relation_d
;