C_ProdnHoldReasonCodeVH
Production Hold Reason Code Value Help
C_ProdnHoldReasonCodeVH is a Consumption CDS View that provides data about "Production Hold Reason Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_MfgActionReasonCode) and exposes 7 fields with key fields MfgActionReasonCodeGroupCtlg, MfgActionReasonCodeGroup, ManufacturingActionReasonCode. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgActionReasonCode | I_MfgActionReasonCode | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MfgActionReasonCodeText | _MfgActionReasonCodeText | $projection.MfgActionReasonCodeGroupCtlg = _MfgActionReasonCodeText.MfgActionReasonCodeGroupCtlg and $projection.MfgActionReasonCodeGroup = _MfgActionReasonCodeText.MfgActionReasonCodeGroup and $projection.ManufacturingActionReasonCode = _MfgActionReasonCodeText.ManufacturingActionReasonCode and _MfgActionReasonCodeText.Version = '000001' |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPHRCVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Production Hold Reason Code Value Help | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | ManufacturingActionReasonCode | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MfgActionReasonCodeGroupCtlg | MfgActionReasonCodeGroupCtlg | ||
| KEY | MfgActionReasonCodeGroup | MfgActionReasonCodeGroup | ||
| KEY | ManufacturingActionReasonCode | ManufacturingActionReasonCode | ||
| _MfgActionReasonCodeText | _MfgActionReasonCodeText | |||
| CodeGroupStatus | CodeGroupStatus | |||
| _Catalog | _Catalog | |||
| _Group | _Group |
@AbapCatalog: {
sqlViewName: 'CPHRCVH',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl: {
authorizationCheck: #CHECK,
privilegedAssociations: ['_MfgActionReasonCodeText']
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Production Hold Reason Code Value Help'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
usageType: {
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING
},
representativeKey: 'ManufacturingActionReasonCode'
}
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
define view C_ProdnHoldReasonCodeVH
as select from I_MfgActionReasonCode
association [0..*] to I_MfgActionReasonCodeText as _MfgActionReasonCodeText on $projection.MfgActionReasonCodeGroupCtlg = _MfgActionReasonCodeText.MfgActionReasonCodeGroupCtlg
and $projection.MfgActionReasonCodeGroup = _MfgActionReasonCodeText.MfgActionReasonCodeGroup
and $projection.ManufacturingActionReasonCode = _MfgActionReasonCodeText.ManufacturingActionReasonCode
and _MfgActionReasonCodeText.Version = '000001'
{
@ObjectModel.foreignKey.association: '_Catalog'
key MfgActionReasonCodeGroupCtlg as MfgActionReasonCodeGroupCtlg,
@ObjectModel.foreignKey.association: '_Group'
key MfgActionReasonCodeGroup as MfgActionReasonCodeGroup,
@ObjectModel.text.association: '_MfgActionReasonCodeText'
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key ManufacturingActionReasonCode as ManufacturingActionReasonCode,
_MfgActionReasonCodeText,
@Consumption.hidden: true
CodeGroupStatus,
@Consumption.hidden: true
_Catalog,
@Consumption.hidden: true
_Group
}
where
MfgActionReasonCodeGroupCtlg = '7'
and Version = '000001'
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