C_FMEAMngObject

DDL: C_FMEAMNGOBJECT Type: view_entity CONSUMPTION Package: ODATA_QM_FMEA

FMEA Objects

C_FMEAMngObject is a Consumption CDS View that provides data about "FMEA Objects" in SAP S/4HANA. It reads from 1 data source (I_FMEAObjectTP) and exposes 6 fields with key field FMEAObjectUUID. It is exposed through 1 OData service (QM_FMEA_MNG_SRV_DEF). Part of development package ODATA_QM_FMEA.

Data Sources (1)

SourceAliasJoin Type
I_FMEAObjectTP I_FMEAObjectTP projection

Annotations (7)

NameValueLevelField
EndUserText.label FMEA Objects 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 (6)

KeyFieldSource TableSource FieldDescription
KEY FMEAObjectUUID FMEAObjectUUID
FMEAHeaderUUID FMEAHeaderUUID
FMEAObject FMEAObject Description
FMEATypeObjectType FMEATypeObjectType
FMEATypeObjectTypeDescriptionlocalized Object Type
FMEAObjectDescription _FMEAObjectText FMEAObjectDescription
@EndUserText.label: 'FMEA Objects'
@AccessControl.authorizationCheck: #CHECK
@Metadata.allowExtensions: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType: {
    dataClass: #TRANSACTIONAL,
    sizeCategory: #M,
    serviceQuality: #C 
}
define view entity C_FMEAMngObject as projection on I_FMEAObjectTP {
  key FMEAObjectUUID,
  FMEAHeaderUUID,  
  @EndUserText.label: 'Description'
  @ObjectModel.text.element: ['FMEAObjectDescription']
  FMEAObject,
  FMEATypeObjectType,
  @EndUserText.label: 'Object Type'
  _FMEATypeObjectType._Text.FMEATypeObjectTypeDescription:localized,
  _FMEAObjectText.FMEAObjectDescription,
  
  //Association

  _FailureModeEffectAnalysisTP : redirected to parent C_FMEAMng
    
}