I_MfgActionReasonCodeVH

DDL: I_MFGACTIONREASONCODEVH SQL: IMPEMFGARCVH Type: view COMPOSITE Package: MPE_CORE

MPE MFG Action Reason Code Value Help

I_MfgActionReasonCodeVH is a Composite CDS View that provides data about "MPE MFG Action Reason Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_MfgActionReasonCode) and exposes 3 fields with key fields MfgActionReasonCodeGroupCtlg, MfgActionReasonCodeGroup, ManufacturingActionReasonCode. Part of development package MPE_CORE.

Data Sources (1)

SourceAliasJoin Type
I_MfgActionReasonCode code from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IMPEMFGARCVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ManufacturingActionReasonCode view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #COMPOSITE view
EndUserText.label MPE MFG Action Reason Code Value Help view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MfgActionReasonCodeGroupCtlg I_MfgActionReasonCode MfgActionReasonCodeGroupCtlg
KEY MfgActionReasonCodeGroup I_MfgActionReasonCode MfgActionReasonCodeGroup
KEY ManufacturingActionReasonCode I_MfgActionReasonCode ManufacturingActionReasonCode
@AbapCatalog.sqlViewName: 'IMPEMFGARCVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:
{
  representativeKey: 'ManufacturingActionReasonCode',
  usageType:
              {
                serviceQuality: #B,
                sizeCategory: #S,
                dataClass: #CUSTOMIZING
              }
}
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'MPE MFG Action Reason Code Value Help'
@Search.searchable: true
define view I_MfgActionReasonCodeVH
  as select from I_MfgActionReasonCode as code
{

      // key fields

  key code.MfgActionReasonCodeGroupCtlg  as  MfgActionReasonCodeGroupCtlg,
  key code.MfgActionReasonCodeGroup      as  MfgActionReasonCodeGroup,
      @Search:{defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key code.ManufacturingActionReasonCode as  ManufacturingActionReasonCode
  
} where Version = '000001' and MfgActionReasonCodeGroupCtlg = '7' or MfgActionReasonCodeGroupCtlg = '0'