SEPM_E_Product

DDL: SEPM_E_PRODUCT SQL: SEPM_EPD Type: view Package: S_EPM_CDS_REF

EPM Demo: Product Extension

SEPM_E_Product is a CDS View that provides data about "EPM Demo: Product Extension" in SAP S/4HANA. It reads from 1 data source (snwd_pd) and exposes 1 field with key field ProductUUID. Part of development package S_EPM_CDS_REF.

Data Sources (1)

SourceAliasJoin Type
snwd_pd Persistence from

Annotations (6)

NameValueLevelField
EndUserText.label EPM Demo: Product Extension view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AbapCatalog.sqlViewName SEPM_EPD view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProductUUID snwd_pd node_key Tree Model: Node Key

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 SEPM_E_Product.
-- 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: SEPM_EPD

CREATE VIEW SEPM_E_Product AS
SELECT
  Persistence.node_key AS ProductUUID
FROM snwd_pd AS Persistence
;