I_MfgActionReasonCodeGroupVH
MPE Reason Code Group Value Help
I_MfgActionReasonCodeGroupVH is a Composite CDS View that provides data about "MPE Reason Code Group Value Help" in SAP S/4HANA. It reads from 1 data source (I_MfgActionReasonCodeGroup) and exposes 6 fields with key fields MfgActionReasonCodeGroupCtlg, MfgActionReasonCodeGroup. Part of development package MPE_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgActionReasonCodeGroup | grp | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMPEMFGARCGVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #COMPOSITE | view | |
| EndUserText.label | MPE Reason Code Group Value Help | view | |
| Search.searchable | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MfgActionReasonCodeGroupCtlg | I_MfgActionReasonCodeGroup | MfgActionReasonCodeGroupCtlg | |
| KEY | MfgActionReasonCodeGroup | I_MfgActionReasonCodeGroup | MfgActionReasonCodeGroup | |
| CodeGroupStatus | I_MfgActionReasonCodeGroup | CodeGroupStatus | ||
| LastChangedByUser | I_MfgActionReasonCodeGroup | LastChangedByUser | ||
| LastChangeDateTime | I_MfgActionReasonCodeGroup | LastChangeDateTime | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IMPEMFGARCGVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:
{
representativeKey: ['MfgActionReasonCodeGroupCtlg', 'MfgActionReasonCodeGroup'],
usageType:
{
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
}
@VDM.viewType: #COMPOSITE
@EndUserText.label: 'MPE Reason Code Group Value Help'
@Search.searchable: true
define view I_MfgActionReasonCodeGroupVH
as select from I_MfgActionReasonCodeGroup as grp
{
// key fields
key grp.MfgActionReasonCodeGroupCtlg as MfgActionReasonCodeGroupCtlg,
@Search:{defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key grp.MfgActionReasonCodeGroup as MfgActionReasonCodeGroup,
grp.CodeGroupStatus as CodeGroupStatus,
// admin
grp.LastChangedByUser as LastChangedByUser,
grp.LastChangeDateTime as LastChangeDateTime,
// associations
_Text
}
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