I_MfgActnRsnCodeGrpStdVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgActionReasonCodeGroup | I_MfgActionReasonCodeGroup | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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