C_MDChangeProcessGoalProperty
MDC process goal properties
C_MDChangeProcessGoalProperty is a Consumption CDS View that provides data about "MDC process goal properties" in SAP S/4HANA. It reads from 1 data source (I_MDChangeProcessGoalProperty) and exposes 3 fields with key field MDChgProcessGoal. It is exposed through 3 OData services (MASTERDATACHANGEPROCESSSD, MASTERDATACHANGEPROCESSSD, MASTERDATACHANGEPROCESSSD). Part of development package MDC_MODEL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MDChangeProcessGoalProperty | I_MDChangeProcessGoalProperty | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | MDC process goal properties | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view |
OData Services (3)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| MASTERDATACHANGEPROCESSSD | C_MASTERDATACHANGEPROCESS_V4 | V4 | C1 | C1 |
| MASTERDATACHANGEPROCESSSD | MASTERDATACHANGEPROCESSSB | V2 | C1 | NOT_RELEASED |
| MASTERDATACHANGEPROCESSSD | MDCHANGEPROCESSSB_2 | V2 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDChgProcessGoal | MDChgProcessGoal | ||
| MDChgProcGoalIsForSrceRecords | MDChgProcGoalIsForSrceRecords | |||
| MDChangeProcessGoalScenario | MDChangeProcessGoalScenario |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'MDC process goal properties'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #META
}
define view entity C_MDChangeProcessGoalProperty
as select from I_MDChangeProcessGoalProperty
{
key MDChgProcessGoal,
MDChgProcGoalIsForSrceRecords,
MDChangeProcessGoalScenario
}
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