C_ProdnHoldRelRsnCodeGroupVH

DDL: C_PRODNHOLDRELRSNCODEGROUPVH SQL: CPHRRCGVH Type: view CONSUMPTION

Release Reason Code Group Value Help

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

Data Sources (1)

SourceAliasJoin Type
I_MfgActionReasonCodeGroup grp from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CPHRRCGVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey MfgActionReasonCodeGroup view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #CONSUMPTION view
EndUserText.label Release Reason Code Group Value Help view
Search.searchable true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MfgActionReasonCodeGroup I_MfgActionReasonCodeGroup MfgActionReasonCodeGroup
KEY MfgActionReasonCodeGroupCtlg I_MfgActionReasonCodeGroup MfgActionReasonCodeGroupCtlg
_Text _Text
_Catalog _Catalog
@AbapCatalog.sqlViewName: 'CPHRRCGVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:
{
  representativeKey: 'MfgActionReasonCodeGroup',
  usageType:
              {
                serviceQuality: #B,
                sizeCategory:   #S,
                dataClass:      #CUSTOMIZING
              }
}
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Release Reason Code Group Value Help'
@Search.searchable: true
define view C_ProdnHoldRelRsnCodeGroupVH
  as select from I_MfgActionReasonCodeGroup as grp
{

      // key fields

      @Search:{defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key grp.MfgActionReasonCodeGroup                                                                                                      as MfgActionReasonCodeGroup,
      @UI.hidden: true
  key grp.MfgActionReasonCodeGroupCtlg                                                                                                  as MfgActionReasonCodeGroupCtlg,

//      @Search:{defaultSearchElement: true, ranking: #MEDIUM, fuzzinessThreshold: 0.8}

//      cast(_Text[1: Language=$session.system_language].MfgActionReasonCodeGroupName as mpe_rsn_code_group_description preserving type ) as MfgActionReasonCodeGroupName,


      // associations

      @Consumption.filter.hidden: true
      _Text,
      @Consumption.filter.hidden: true
      _Catalog


}
where
  MfgActionReasonCodeGroupCtlg = '7'