I_FMEANodeTextTP
Text of FMEA Node - TP
I_FMEANodeTextTP is a Transactional CDS View that provides data about "Text of FMEA Node - TP" in SAP S/4HANA. It reads from 1 data source (I_FMEANodeText) and exposes 8 fields with key fields FMEANodeUUID, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FMEANodeText | I_FMEANodeText | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Text of 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 | #B | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FMEANodeUUID | FMEANodeUUID | ||
| KEY | Language | Language | ||
| FMEANode | FMEANode | |||
| FMEANodeDescription | FMEANodeDescription | |||
| FMEAHeaderUUID | _FMEANode | FMEAHeaderUUID | ||
| _FMEANodeTP | _FMEANodeTP | |||
| _FailureModeEffectAnalysisTP | _FailureModeEffectAnalysisTP | |||
| _FMEANode | _FMEANode |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Text of FMEA Node - TP'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
sizeCategory: #M,
serviceQuality: #B
}
define view entity I_FMEANodeTextTP as select from I_FMEANodeText
association to parent I_FMEANodeTP as _FMEANodeTP
on $projection.FMEANodeUUID = _FMEANodeTP.FMEANodeUUID
association to I_FailureModeEffectAnalysisTP as _FailureModeEffectAnalysisTP
on $projection.fmeaheaderuuid = _FailureModeEffectAnalysisTP.FMEAHeaderUUID
{
key FMEANodeUUID,
key Language,
FMEANode,
FMEANodeDescription,
_FMEANode.FMEAHeaderUUID,
// Association
_FMEANodeTP,
_FailureModeEffectAnalysisTP,
_FMEANode
}
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