C_MfgActionReasonCode
C_MfgActionReasonCode is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (I_MfgActionReasonCode) and exposes 4 fields with key fields MfgActionReasonCodeGroupCtlg, MfgActionReasonCodeGroup, ManufacturingActionReasonCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgActionReasonCode | I_MfgActionReasonCode | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMPERC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.compiler.compareFilter | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MfgActionReasonCodeGroupCtlg | MfgActionReasonCodeGroupCtlg | ||
| KEY | MfgActionReasonCodeGroup | MfgActionReasonCodeGroup | ||
| KEY | ManufacturingActionReasonCode | ManufacturingActionReasonCode | ||
| MfgActionReasonCodeName |
@AbapCatalog.sqlViewName: 'CMPERC'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #S, dataClass: #CUSTOMIZING}
@VDM.viewType: #CONSUMPTION
@AbapCatalog.compiler.compareFilter: true
define view C_MfgActionReasonCode
as select from I_MfgActionReasonCode
{
@UI.hidden: true
key MfgActionReasonCodeGroupCtlg,
@UI.identification.position: 10
@UI.statusInfo.position: 10
@UI.lineItem.position: 10
@UI.selectionField.position: 10
@UI.fieldGroup.position: 10
key MfgActionReasonCodeGroup,
@UI.identification.position: 20
@UI.statusInfo.position: 20
@UI.lineItem.position: 20
@UI.selectionField.position: 20
@UI.fieldGroup.position: 20
@ObjectModel.text.element: 'MfgActionReasonCodeName'
// @ObjectModel.foreignKey.association: '_MfgActionReasonCode'
key ManufacturingActionReasonCode,
@UI.hidden: true
_Text[1: Language=$session.system_language].MfgActionReasonCodeName
// @UI.identification.position: 20
// @UI.statusInfo.position: 20
// @UI.lineItem.position: 20
// @UI.selectionField.position: 20
// @UI.fieldGroup.position: 20
// @ObjectModel.foreignKey.association: '_MfgActionReasonCodeCategory'
// @ObjectModel.text.element: 'MfgActionReasonCodeCatName'
// _MfgActionReasonCode.MfgActionReasonCodeCategory,
//
// _MfgActionReasonCode,
// _MfgActionReasonCodeGroup
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MFGACTIONREASONCODE",
"I_MFGACTIONREASONCODETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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