C_ManufacturingActionSetting
Manufacturing action setting
C_ManufacturingActionSetting is a Consumption CDS View that provides data about "Manufacturing action setting" in SAP S/4HANA. It reads from 1 data source (I_MfgActnSttgWthDummyRecd) and exposes 17 fields with key fields MfgProcgExecAction, MfgObjectType, Plant. It is exposed through 1 OData service (UI_OPACTYSFIGROUP_EXECUTE). Part of development package MPE_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MfgActnSttgWthDummyRecd | MfgActnSttg | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMPEACTIONSET | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Manufacturing action setting | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_OPACTYSFIGROUP_EXECUTE | UI_OPACTYSFIGROUP_EXECUTE | V2 | C1 | NOT_RELEASED |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MfgProcgExecAction | I_MfgActnSttgWthDummyRecd | MfgProcgExecAction | |
| KEY | MfgObjectType | I_MfgActnSttgWthDummyRecd | MfgObjectType | |
| KEY | Plant | I_MfgActnSttgWthDummyRecd | Plant | |
| MfgActionNoteRequirement | I_MfgActnSttgWthDummyRecd | MfgActionNoteRequirement | ||
| MfgActionSettingNoteType | I_MfgActnSttgWthDummyRecd | MfgActionSettingNoteType | ||
| MfgActionReasonCodeRequirement | I_MfgActnSttgWthDummyRecd | MfgActionReasonCodeRequirement | ||
| MfgActionSettingReasonCodeType | I_MfgActnSttgWthDummyRecd | MfgActionSettingReasonCodeType | ||
| CertificationCheckIsRequired | I_MfgActnSttgWthDummyRecd | CertificationCheckIsRequired | ||
| MfgActionReasonCodeGroupCtlg | I_MfgActnSttgWthDummyRecd | MfgActionReasonCodeGroupCtlg | ||
| MfgActionReasonCodeGroup | I_MfgActnSttgWthDummyRecd | MfgActionReasonCodeGroup | ||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _MfgActionNoteRequirement | _MfgActionNoteRequirement | |||
| _MfgActionReasonCodeGroup | _MfgActionReasonCodeGroup | |||
| _MfgActionReasonCodeRqmt | _MfgActionReasonCodeRqmt | |||
| _MfgActionSettingNoteType | _MfgActionSettingNoteType | |||
| _MfgActionSettingReasonType | _MfgActionSettingReasonType |
@AbapCatalog.sqlViewName: 'CMPEACTIONSET'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #S, dataClass: #CUSTOMIZING}
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Manufacturing action setting'
define view C_ManufacturingActionSetting
as select from I_MfgActnSttgWthDummyRecd as MfgActnSttg
{
key MfgActnSttg.MfgProcgExecAction,
key MfgActnSttg.MfgObjectType,
key MfgActnSttg.Plant,
MfgActnSttg.MfgActionNoteRequirement,
MfgActnSttg.MfgActionSettingNoteType,
MfgActnSttg.MfgActionReasonCodeRequirement,
MfgActnSttg.MfgActionSettingReasonCodeType,
MfgActnSttg.CertificationCheckIsRequired,
MfgActnSttg.MfgActionReasonCodeGroupCtlg,
MfgActnSttg.MfgActionReasonCodeGroup,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_MfgActionNoteRequirement,
_MfgActionReasonCodeGroup,
_MfgActionReasonCodeRqmt,
_MfgActionSettingNoteType,
_MfgActionSettingReasonType
}
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