I_FMEACauseNodeTP
FMEA Node - TP
I_FMEACauseNodeTP is a Transactional CDS View that provides data about "FMEA Node - TP" in SAP S/4HANA. It reads from 1 data source (I_FMEANode) and exposes 26 fields with key field FMEANodeUUID. It has 5 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FMEANode | I_FMEANode | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_FMEARating | _FMEARating | $projection.fmearatingprofile = _FMEARating.FMEARatingProfile and $projection.FMEARating = _FMEARating.FMEARating |
| [0..1] | I_FMEAValuationProcedure | _FMEAValuationProcedure | $projection.fmeavaluationprocedure = _FMEAValuationProcedure.FMEAValuationProcedure |
| [0..1] | I_FMEANode | _FMEAReferenceNode | $projection.FMEANodeReferenceUUID = _FMEAReferenceNode.FMEANodeUUID |
| [0..1] | I_FMEANodeUsage | _FMEANodeUsage | $projection.FMEANodeUUID = _FMEANodeUsage.FMEANodeUUID |
| [0..1] | I_QltyMgmtSystAndUsrTmeZn | _QltyMgmtSystAndUsrTmeZn | 1 = 1 |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | FMEA Node - TP | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FMEANodeUUID | I_FMEANode | FMEANodeUUID | |
| FMEANode | ||||
| FMEAHeaderUUID | I_FMEANode | FMEAHeaderUUID | ||
| FMEANodeType | I_FMEANode | FMEANodeType | ||
| FMEANodeListType | I_FMEANode | FMEANodeListType | ||
| FMEAItemType | I_FMEANode | FMEAItemType | ||
| FMEANodeReferenceUUID | I_FMEANode | FMEANodeReferenceUUID | ||
| FMEANodeReferenceObjectType | I_FMEANode | FMEANodeReferenceObjectType | ||
| FMEAParentNodeUUID | ||||
| FMEARating | I_FMEANode | FMEARating | ||
| FMEARatingProfile | _FailureModeEffectAnalysisTP | FMEARatingProfile | ||
| FMEAValuationProcedure | _FailureModeEffectAnalysisTP | FMEAValuationProcedure | ||
| FMEARatingCriticality | 1 | |||
| FMEAValuationResultValue | I_FMEANode | FMEAValuationResultValue | ||
| ChangedDateTime | I_FMEANode | ChangedDateTime | ||
| _FailureModeEffectAnalysisTP | _FailureModeEffectAnalysisTP | |||
| _FailureModeEffectAnalysis | I_FMEANode | _FailureModeEffectAnalysis | ||
| _FMEANodeParent | I_FMEANode | _FMEANodeParent | ||
| _FMEANodeChild | I_FMEANode | _FMEANodeChild | ||
| _FMEATask | I_FMEANode | _FMEATask | ||
| _FMEANodeText | I_FMEANode | _FMEANodeText | ||
| _FMEARating | _FMEARating | |||
| _FMEAValuationProcedure | _FMEAValuationProcedure | |||
| _FMEAReferenceNode | _FMEAReferenceNode | |||
| _FMEAHeader | I_FMEANode | _FMEAHeader | ||
| _FMEARatingProfile | _FailureModeEffectAnalysisTP | _FMEARatingProfile |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'FMEA Node - TP'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #C
}
define view entity I_FMEACauseNodeTP
as select from I_FMEANode
association to parent I_FailureModeEffectAnalysisTP as _FailureModeEffectAnalysisTP on $projection.FMEAHeaderUUID = _FailureModeEffectAnalysisTP.FMEAHeaderUUID
association [0..1] to I_FMEARating as _FMEARating on $projection.fmearatingprofile = _FMEARating.FMEARatingProfile
and $projection.FMEARating = _FMEARating.FMEARating
association [0..1] to I_FMEAValuationProcedure as _FMEAValuationProcedure on $projection.fmeavaluationprocedure = _FMEAValuationProcedure.FMEAValuationProcedure
association [0..1] to I_FMEANode as _FMEAReferenceNode on $projection.FMEANodeReferenceUUID = _FMEAReferenceNode.FMEANodeUUID
association [0..1] to I_FMEANodeUsage as _FMEANodeUsage on $projection.FMEANodeUUID = _FMEANodeUsage.FMEANodeUUID
association [0..1] to I_QltyMgmtSystAndUsrTmeZn as _QltyMgmtSystAndUsrTmeZn on 1 = 1
{
key I_FMEANode.FMEANodeUUID,
I_FMEANode._FMEANodeAssignment.FMEANode,
I_FMEANode.FMEAHeaderUUID,
I_FMEANode.FMEANodeType,
I_FMEANode.FMEANodeListType,
I_FMEANode.FMEAItemType,
I_FMEANode.FMEANodeReferenceUUID,
I_FMEANode.FMEANodeReferenceObjectType,
I_FMEANode._FMEANodeParent.FMEAParentNodeUUID,
I_FMEANode.FMEARating,
_FailureModeEffectAnalysisTP.FMEARatingProfile,
_FailureModeEffectAnalysisTP.FMEAValuationProcedure,
1 as FMEARatingCriticality,
I_FMEANode.FMEAValuationResultValue,
I_FMEANode.ChangedDateTime,
//Associations
_FailureModeEffectAnalysisTP,
I_FMEANode._FailureModeEffectAnalysis,
I_FMEANode._FMEANodeParent,
I_FMEANode._FMEANodeChild,
I_FMEANode._FMEATask,
I_FMEANode._FMEANodeText,
_FMEARating,
_FMEAValuationProcedure,
_FMEAReferenceNode,
I_FMEANode._FMEAHeader,
_FailureModeEffectAnalysisTP._FMEARatingProfile
}
where
(
I_FMEANode.FMEAItemType = '804'
and I_FMEANode.FMEANodeReferenceObjectType is initial
)
or(
I_FMEANode.FMEAItemType = '821'
and _FMEANodeUsage.FMEANodeNumberOfUsages is not null
)
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FAILUREMODEEFFECTANALYSISTP",
"I_FMEANODE",
"I_FMEANODEASSIGNMENT",
"I_FMEANODEHIERARCHY",
"I_FMEANODEUSAGE"
],
"ASSOCIATED":
[
"I_FAILUREMODEEFFECTANALYSIS",
"I_FAILUREMODEEFFECTANALYSISTP",
"I_FMEAHEADER",
"I_FMEANODE",
"I_FMEANODEHIERARCHY",
"I_FMEANODETEXT",
"I_FMEARATING",
"I_FMEARATINGPROFILE",
"I_FMEATASK",
"I_FMEAVALUATIONPROCEDURE"
],
"BASE":
[
"I_FAILUREMODEEFFECTANALYSISTP",
"I_FMEANODE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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