I_FMEAPARTNER

CDS View

Partner of FMEA

I_FMEAPARTNER is a CDS View in S/4HANA. Partner of FMEA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_FMEAPartnerTP view_entity from TRANSACTIONAL Trans. Processing for FMEA Partner
@AbapCatalog.sqlViewName: 'IFMEAPRTNR'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Partner of FMEA'
@ObjectModel.representativeKey: 'FMEAPartnerUUID'
@ObjectModel.usageType: { serviceQuality: #B, sizeCategory: #M, dataClass: #TRANSACTIONAL }
define view I_FMEAPartner as select from plmm_audit_roles
  /*+[hideWarning] { "IDS" : [ "CARDINALITY_CHECK" ] } */
   association [0..1] to I_FailureModeEffectAnalysis as _FailureModeEffectAnalysis
     on $projection.FMEAHeaderUUID = _FailureModeEffectAnalysis.FMEAHeaderUUID
  /*+[hideWarning] { "IDS" : [ "CARDINALITY_CHECK" ] } */
      
   association [0..1] to I_BusinessPartner as _BusinessPartner on $projection.BusinessPartnerUUID = _BusinessPartner.BusinessPartnerUUID
   association [0..1] to I_FMEAPartnerRole as _FMEAPartnerRole on $projection.FMEAPartnerRole = _FMEAPartnerRole.FMEAPartnerRole

{
  key cast( plmm_audit_roles.guid as plmt_fmea_node_guid preserving type ) as FMEAPartnerUUID,
  cast( object_guid as plmt_fmea_node_guid preserving type ) as FMEAHeaderUUID,
  @ObjectModel.foreignKey.association: '_FMEAPartnerRole'
  role as FMEAPartnerRole,
  partner_guid as BusinessPartnerUUID,
  
  //Association

  _FailureModeEffectAnalysis,
  _BusinessPartner,
  _FMEAPartnerRole

  
}

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"PLMM_AUDIT_ROLES"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER",
"I_FAILUREMODEEFFECTANALYSIS",
"I_FMEAPARTNERROLE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/