I_MDCHANGEPROCESSGOALPROPERTY

CDS View

MDC process goal properties

I_MDCHANGEPROCESSGOALPROPERTY is a CDS View in S/4HANA. MDC process goal properties. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MDChangeProcessGoalProperty view_entity from CONSUMPTION MDC process goal properties
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'MDC process goal properties'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #S,
  dataClass: #META
}
define view entity I_MDChangeProcessGoalProperty
  as select from mdc_goal_prop
{
  key process_goal         as MDChgProcessGoal,
//      objective     as MDChangeProcessGoalObjective,

//      active        as MDChgProcGoalIsForActvRecords,

      source               as MDChgProcGoalIsForSrceRecords,
//      creation      as MDChgProcGoalIsCrtnSupported,

//      modification  as MDChgProcGoalIsModifSupported,

//      deletion      as MDChgProcGoalIsDeltnSupported,

//      synthesizing  as MDChgProcGoalIsSynthesizing,

//      loading       as MDChgProcessGoalLoadingType,

//      insuring      as MDChgProcGoalIsCompltnEnsured,

//      process_usage as MDChangeProcessGoalUsage,

      scenario             as MDChangeProcessGoalScenario,
      visualization_option as MDChgProcVisualizationOption
}