C_FMEAMngNode
FMEA Node Projection
C_FMEAMngNode is a Consumption CDS View that provides data about "FMEA Node Projection" in SAP S/4HANA. It reads from 1 data source (I_FMEANodeTP) and exposes 14 fields with key field FMEANodeUUID. It is exposed through 1 OData service (QM_FMEA_MNG_SRV_DEF).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FMEANodeTP | I_FMEANodeTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | FMEA Node Projection | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.allowExtensions | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| QM_FMEA_MNG_SRV_DEF | QM_FMEA_MNG_SRV | V2 | C1 | NOT_RELEASED |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FMEANodeUUID | FMEANodeUUID | ||
| FMEANode | FMEANode | |||
| FMEAHeader | FMEAHeader | |||
| FMEAHeaderUUID | FMEAHeaderUUID | |||
| FMEANodeType | FMEANodeType | |||
| FMEANodeListType | FMEANodeListType | |||
| FMEAItemType | FMEAItemType | |||
| FMEAParentNodeUUID | FMEAParentNodeUUID | |||
| FMEANodeReferenceUUID | FMEANodeReferenceUUID | |||
| FMEANodeReference | _FMEAReferenceAssignment | FMEANode | ||
| FMEANodeDescriptionlocalized | ||||
| FMEANodeLongTextDescription | ||||
| ChangedDateTime | ChangedDateTime | |||
| _FailureModeEffectAnalysis | _FailureModeEffectAnalysis |
@EndUserText.label: 'FMEA Node Projection'
@AccessControl.authorizationCheck: #CHECK
@Metadata.allowExtensions: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #C
}
define view entity C_FMEAMngNode
as projection on I_FMEANodeTP
{
@ObjectModel.text.element: ['FMEANodeDescription']
key FMEANodeUUID,
FMEANode,
FMEAHeader,
FMEAHeaderUUID,
FMEANodeType,
FMEANodeListType,
FMEAItemType,
FMEAParentNodeUUID,
FMEANodeReferenceUUID,
_FMEAReferenceAssignment.FMEANode as FMEANodeReference,
_FMEANodeText.FMEANodeDescription : localized,
// FMEANodeLongTextDescription,
_FMEANodeDescription[1:Language = $session.system_language].FMEALongText as FMEANodeLongTextDescription,
//Associations to TP-Views
@Consumption.filter.hidden: true
_FMEANodeText : redirected to composition child C_FMEAMngNodeText,
@Consumption.filter.hidden: true
_FMEATask : redirected to composition child C_FMEAMNGTASK,
ChangedDateTime,
//Associations
_FailureModeEffectAnalysisTP : redirected to parent C_FMEAMng,
_FailureModeEffectAnalysis
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA