I_MfgActnRsnCodeGrpStdVH

DDL: I_MFGACTNRSNCODEGRPSTDVH Type: view COMPOSITE

Reason Code Group

I_MfgActnRsnCodeGrpStdVH is a Composite CDS View that provides data about "Reason Code Group" in SAP S/4HANA. It reads from 1 data source (I_MfgActionReasonCodeGroup) and exposes 5 fields with key fields MfgActionReasonCodeGroupCtlg, MfgActionReasonCodeGroup.

Data Sources (1)

SourceAliasJoin Type
I_MfgActionReasonCodeGroup I_MfgActionReasonCodeGroup from

Annotations (14)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName IMARCG__VH view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Consumption.ranked true view
EndUserText.label Reason Code Group view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey MfgActionReasonCodeGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #COMPOSITE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MfgActionReasonCodeGroupCtlg MfgActionReasonCodeGroupCtlg
KEY MfgActionReasonCodeGroup MfgActionReasonCodeGroup
MfgActionReasonCodeGroupName
CodeGroupStatus CodeGroupStatus
_Catalog _Catalog
//GENERATED:003:E6ExH29r7kU{s0DkCCqGFG

@AbapCatalog: {
  compiler.compareFilter: true,
  sqlViewName: 'IMARCG__VH'
}

@AccessControl.authorizationCheck: #CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE

@Consumption.ranked: true

@EndUserText.label: 'Reason Code Group'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: {
  dataCategory: #VALUE_HELP,
  representativeKey: 'MfgActionReasonCodeGroup',
  usageType: {
    dataClass: #CUSTOMIZING,
    serviceQuality: #B,
    sizeCategory: #S
  }
}

@Search.searchable: true

@VDM.viewType: #COMPOSITE
define view I_MfgActnRsnCodeGrpStdVH
  as select from I_MfgActionReasonCodeGroup
{
      @ObjectModel.foreignKey.association: '_Catalog'
      @UI.lineItem: [{position: 30}]
  key MfgActionReasonCodeGroupCtlg,
      @ObjectModel.text.element: ['MfgActionReasonCodeGroupName']
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @UI.lineItem: [{position: 10}]
  key MfgActionReasonCodeGroup,

      @Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
      @UI.lineItem: [{position: 20}]
      _Text[1: Language=$session.system_language].MfgActionReasonCodeGroupName,
      @Consumption.hidden: true
      CodeGroupStatus,

      @Consumption.hidden: true
      _Catalog
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MFGACTIONREASONCODEGROUP",
"I_MFGACTIONREASONCODEGROUPTEXT"
],
"ASSOCIATED":
[
"I_INSPECTIONCATALOG"
],
"BASE":
[
"I_MFGACTIONREASONCODEGROUP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/