I_FMEANodeTP
Transactional Processing for FMEA Node
I_FMEANodeTP is a Transactional CDS View that provides data about "Transactional Processing for FMEA Node" in SAP S/4HANA. It reads from 1 data source (I_FMEANode) and exposes 44 fields with key field FMEANodeUUID. It has 6 associations to related views. Part of development package PLM_FMEA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FMEANode | I_FMEANode | from |
Associations (6)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_FMEAValnProfileValuation | _FMEAValnProfileValuation | $projection.FMEAValuationProfile = _FMEAValnProfileValuation.FMEAValuationProfile and $projection.FMEAValnProfileValuation = _FMEAValnProfileValuation.FMEAValnProfileValuation |
| [0..1] | I_FMEANodeTextTP | _FMEANodeTextCurrent | $projection.FMEANodeUUID = _FMEANodeTextCurrent.FMEANodeUUID and _FMEANodeTextCurrent.Language = $session.system_language |
| [0..1] | I_FMEANodeTextTP | _FMEANodeTextOriginal | $projection.FMEANodeUUID = _FMEANodeTextOriginal.FMEANodeUUID and $projection.OriginalLanguage = _FMEANodeTextOriginal.Language |
| [0..*] | I_FMEATaskTP | _FMEATask | |
| [0..*] | I_FMEANodeTextTP | _FMEANodeText | |
| [0..*] | I_FMEANodeDescriptionTextTP | _FMEANodeDescription | |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Transactional Processing for FMEA Node | 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 (44)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FMEANodeUUID | FMEANodeUUID | ||
| FMEANode | _FMEANodeAssignment | FMEANode | ||
| FMEAHeaderUUID | FMEAHeaderUUID | |||
| FMEAHeader | _FMEAHeader | FMEAHeader | ||
| FMEAHierarchyProfile | FMEAHierarchyProfile | Hierarchy Prof. | ||
| FMEANodeType | FMEANodeType | Type | ||
| FMEANodeListType | FMEANodeListType | List Type | ||
| FMEAItemType | FMEAItemType | Item Type | ||
| FMEAParentNodeUUID | _FMEANodeHierarchy | FMEAParentNodeUUID | ||
| FMEANodeReferenceUUID | FMEANodeReferenceUUID | |||
| FMEANodeReferenceObjectType | FMEANodeReferenceObjectType | Object Type | ||
| FMEAValuationProfile | FMEAValuationProfile | Valuatn Profile | ||
| FMEAHasValuation | FMEAHasValuation | Val. Entered | ||
| FMEAValnProfileValuation | FMEAValnProfileValuation | Valuation | ||
| FMEAValuationScoreValue | FMEAValuationScoreValue | Tgt No.Points | ||
| FMEAValuationResultValue | FMEAValuationResultValue | Target Result | ||
| InspectionCatalog | InspectionCatalog | Catalog Type | ||
| InspectionCodeGroup | InspectionCodeGroup | Code Group | ||
| InspectionCode | InspectionCode | Water Hazard Cl. | ||
| DefectCodeCatalog | DefectCodeCatalog | Defect types | ||
| DefectCauseCodeCatalog | DefectCauseCodeCatalog | Catalog type | ||
| FMEAFunctionCodeCatalog | FMEAFunctionCodeCatalog | Funct. Catalog | ||
| FMEAEffectCodeCatalog | FMEAEffectCodeCatalog | Effects Catalog | ||
| QualityTaskCodeCatalog | QualityTaskCodeCatalog | Catalog type | ||
| InspectionSpecification | InspectionSpecification | Master IC | ||
| InspectionSpecificationPlant | InspectionSpecificationPlant | Plant | ||
| InspSpecImportanceCode | InspSpecImportanceCode | Weighting | ||
| FMEACharacteristicType | FMEACharacteristicType | Characteristic Type | ||
| ChangedDateTime | ChangedDateTime | Time Stamp | ||
| OriginalLanguage | OriginalLanguage | Original Language | ||
| _FailureModeEffectAnalysisTP | _FailureModeEffectAnalysisTP | |||
| _FailureModeEffectAnalysis | _FailureModeEffectAnalysis | |||
| _FMEANodeHierarchy | _FMEANodeHierarchy | |||
| _FMEANodeChild | _FMEANodeChild | |||
| _FMEAValuationProfile | _FMEAValuationProfile | |||
| _FMEAValnProfileValuation | _FMEAValnProfileValuation | |||
| _FMEAReferenceAssignment | _FMEAReferenceAssignment | |||
| _InspectionCodeGroup | _InspectionCodeGroup | |||
| _InspectionCode | _InspectionCode | |||
| _FMEATask | _FMEATask | |||
| _FMEANodeText | _FMEANodeText | |||
| _FMEANodeTextCurrent | _FMEANodeTextCurrent | |||
| _FMEANodeTextOriginal | _FMEANodeTextOriginal | |||
| _FMEANodeDescription | _FMEANodeDescription |
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 I_FMEANodeTP.
-- 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.
CREATE VIEW I_FMEANodeTP AS
SELECT
FMEANodeUUID,
_FMEANodeAssignment.FMEANode AS FMEANode,
FMEAHeaderUUID,
_FMEAHeader.FMEAHeader AS FMEAHeader,
FMEAHierarchyProfile,
FMEANodeType,
FMEANodeListType,
FMEAItemType,
_FMEANodeHierarchy.FMEAParentNodeUUID AS FMEAParentNodeUUID,
FMEANodeReferenceUUID,
FMEANodeReferenceObjectType,
FMEAValuationProfile,
FMEAHasValuation,
FMEAValnProfileValuation,
FMEAValuationScoreValue,
FMEAValuationResultValue,
InspectionCatalog,
InspectionCodeGroup,
InspectionCode,
DefectCodeCatalog,
DefectCauseCodeCatalog,
FMEAFunctionCodeCatalog,
FMEAEffectCodeCatalog,
QualityTaskCodeCatalog,
InspectionSpecification,
InspectionSpecificationPlant,
InspSpecImportanceCode,
FMEACharacteristicType,
ChangedDateTime,
OriginalLanguage
FROM I_FMEANode
LEFT OUTER JOIN I_FMEAValnProfileValuation AS _FMEAValnProfileValuation ON FMEAValuationProfile = _FMEAValnProfileValuation.FMEAValuationProfile AND FMEAValnProfileValuation = _FMEAValnProfileValuation.FMEAValnProfileValuation -- association [0..1]
LEFT OUTER JOIN I_FMEANodeTextTP AS _FMEANodeTextCurrent ON FMEANodeUUID = _FMEANodeTextCurrent.FMEANodeUUID AND _FMEANodeTextCurrent.Language = $session.system_language -- association [0..1]
LEFT OUTER JOIN I_FMEANodeTextTP AS _FMEANodeTextOriginal ON FMEANodeUUID = _FMEANodeTextOriginal.FMEANodeUUID AND OriginalLanguage = _FMEANodeTextOriginal.Language -- association [0..1]
LEFT OUTER JOIN I_FMEATaskTP AS _FMEATask ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_FMEANodeTextTP AS _FMEANodeText ON /* condition not available in parsed metadata */ -- association [0..*]
LEFT OUTER JOIN I_FMEANodeDescriptionTextTP AS _FMEANodeDescription ON /* condition not available in parsed metadata */ -- association [0..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA