I_FMEACustomValnProcedure

DDL: I_FMEACUSTOMVALNPROCEDURE Type: view_entity BASIC Package: PLM_FMEA

Custom Valuation Procedures

I_FMEACustomValnProcedure is a Basic CDS View that provides data about "Custom Valuation Procedures" in SAP S/4HANA. It reads from 1 data source (plmc_audit_calc) and exposes 3 fields with key field FMEAValuationProcedure. It has 1 association to related views. Part of development package PLM_FMEA.

Data Sources (1)

SourceAliasJoin Type
plmc_audit_calc plmc_audit_calc from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FMEACustomValnProcedTxt _Text $projection.FMEAValuationProcedure = _Text.FMEAValuationProcedure

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Custom Valuation Procedures view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FMEAValuationProcedure plmc_audit_calc calculation_procedure
CodeIsInactive plmc_audit_calc inactive
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Custom Valuation Procedures'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
@VDM.viewType: #BASIC
define view entity I_FMEACustomValnProcedure
  as select from plmc_audit_calc
  association [0..*] to I_FMEACustomValnProcedTxt as _Text on $projection.FMEAValuationProcedure = _Text.FMEAValuationProcedure

{
  key plmc_audit_calc.calculation_procedure as FMEAValuationProcedure,
      plmc_audit_calc.inactive as CodeIsInactive,
      _Text
}
where
     plmc_audit_calc.assessment_category = ' '
  or plmc_audit_calc.assessment_category = '01'