I_FMEANodeDescriptionTextTP
FMEA Node Description - TP
I_FMEANodeDescriptionTextTP is a Transactional CDS View that provides data about "FMEA Node Description - TP" in SAP S/4HANA. It reads from 1 data source (I_FMEALongText) and exposes 11 fields with key fields FMEANodeUUID, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FMEALongText | I_FMEALongText | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| EndUserText.label | FMEA Node Description - TP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FMEANodeUUID | FMEANodeUUID | ||
| KEY | Language | Language | ||
| FMEALongText | FMEALongText | |||
| LongTextCreatedByUser | LongTextCreatedByUser | |||
| LongTextCreatedAt | LongTextCreatedAt | |||
| LongTextLastChangedByUser | LongTextLastChangedByUser | |||
| LongTextLastChangedAt | LongTextLastChangedAt | |||
| FMEAHeaderUUID | _FMEANodeTP | FMEAHeaderUUID | ||
| _FMEANodeTP | _FMEANodeTP | |||
| _Language | _Language | |||
| _FailureModeEffectAnalysisTP | _FailureModeEffectAnalysisTP |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #TRANSACTIONAL
@EndUserText.label: 'FMEA Node Description - TP'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #TEXT,
usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #TRANSACTIONAL }
}
define view entity I_FMEANodeDescriptionTextTP
as select from I_FMEALongText
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,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key Language,
@Semantics.text: true
FMEALongText,
LongTextCreatedByUser,
LongTextCreatedAt,
LongTextLastChangedByUser,
LongTextLastChangedAt,
_FMEANodeTP.FMEAHeaderUUID,
//Associations
_FMEANodeTP,
_Language,
_FailureModeEffectAnalysisTP
}
where LongTextInternalNumber = 1
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FMEALONGTEXT",
"I_FMEANODETP"
],
"ASSOCIATED":
[
"I_FAILUREMODEEFFECTANALYSISTP",
"I_FMEANODETP",
"I_LANGUAGE"
],
"BASE":
[
"I_FMEALONGTEXT"
],
"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