E_FMEANode

DDL: E_FMEANODE SQL: EFMEANODE Type: view EXTENSION

Function or other node of FMEA Extension

E_FMEANode is a Extension CDS View that provides data about "Function or other node of FMEA Extension" in SAP S/4HANA. It reads from 1 data source (plmm_quest_res) and exposes 1 field with key field FMEANodeUUID.

Data Sources (1)

SourceAliasJoin Type
plmm_quest_res plmm_quest_res from

Annotations (10)

NameValueLevelField
EndUserText.label Function or other node of FMEA Extension view
AbapCatalog.sqlViewName EFMEANODE view
ClientHandling.algorithm #AUTOMATED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #B view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY FMEANodeUUID UUID 22 char.

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 E_FMEANode.
-- 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: EFMEANODE

CREATE VIEW E_FMEANode AS
SELECT
  cast( guid as plmt_fmea_node_guid preserving type ) AS FMEANodeUUID
FROM plmm_quest_res
;