I_MfgActionReasonCodeVH
MPE MFG Action Reason Code Value Help
I_MfgActionReasonCodeVH is a Composite CDS View that provides data about "MPE MFG Action Reason Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_MfgActionReasonCode) and exposes 3 fields with key fields MfgActionReasonCodeGroupCtlg, MfgActionReasonCodeGroup, ManufacturingActionReasonCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgActionReasonCode | code | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMPEMFGARCVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | ManufacturingActionReasonCode | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | MPE MFG Action Reason Code Value Help | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MfgActionReasonCodeGroupCtlg | I_MfgActionReasonCode | MfgActionReasonCodeGroupCtlg | |
| KEY | MfgActionReasonCodeGroup | I_MfgActionReasonCode | MfgActionReasonCodeGroup | |
| KEY | ManufacturingActionReasonCode | I_MfgActionReasonCode | ManufacturingActionReasonCode |
@AbapCatalog.sqlViewName: 'IMPEMFGARCVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:
{
representativeKey: 'ManufacturingActionReasonCode',
usageType:
{
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'MPE MFG Action Reason Code Value Help'
@Search.searchable: true
define view I_MfgActionReasonCodeVH
as select from I_MfgActionReasonCode as code
{
// key fields
key code.MfgActionReasonCodeGroupCtlg as MfgActionReasonCodeGroupCtlg,
key code.MfgActionReasonCodeGroup as MfgActionReasonCodeGroup,
@Search:{defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key code.ManufacturingActionReasonCode as ManufacturingActionReasonCode
} where Version = '000001' and MfgActionReasonCodeGroupCtlg = '7' or MfgActionReasonCodeGroupCtlg = '0'
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