C_FMEAMngNode

DDL: C_FMEAMNGNODE Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_FMEANodeTP I_FMEANodeTP projection

Annotations (7)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
QM_FMEA_MNG_SRV_DEF QM_FMEA_MNG_SRV V2 C1 NOT_RELEASED

Fields (14)

KeyFieldSource TableSource FieldDescription
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

}