C_MDChangeProcessGoalProperty

DDL: C_MDCHANGEPROCESSGOALPROPERTY Type: view_entity CONSUMPTION

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.

Data Sources (1)

SourceAliasJoin Type
I_MDChangeProcessGoalProperty I_MDChangeProcessGoalProperty from

Annotations (7)

NameValueLevelField
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

Fields (3)

KeyFieldSource TableSource FieldDescription
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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MDCHANGEPROCESSGOALPROPERTY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/