C_ProdnHoldRelRsnCodeGroupVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgActionReasonCodeGroup | grp | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA