C_MasterDataChangeProcessGovVH

DDL: C_MASTERDATACHANGEPROCESSGOVVH SQL: CMDCHGPROCESSGVH Type: view CONSUMPTION

VH for MasterDataChangeProcess (Gov)

C_MasterDataChangeProcessGovVH is a Consumption CDS View that provides data about "VH for MasterDataChangeProcess (Gov)" in SAP S/4HANA. It reads from 1 data source (I_MasterDataChangeProcessVH) and exposes 8 fields with key field MasterDataChangeProcess. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_MasterDataChangeProcessVH I_MasterDataChangeProcessVH from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MDChgProcessTypeText _ProcessTypeText _ProcessTypeText.MDChgProcessTypeID = $projection.MDChgProcessTypeID

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CMDCHGPROCESSGVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label VH for MasterDataChangeProcess (Gov) view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChangeProcess MasterDataChangeProcess Process
MDChgProcessDescription MDChgProcessDescription
MDChgProcessCreationDate MDChgProcessCreationDate
MDChgProcessTypeID MDChgProcessTypeID
MDChgProcessSrceObjectTypeCode MDChgProcessSrceObjectTypeCode
MDChgProcessIsErased MDChgProcessIsErased
MDChgProcessGoal MDChgProcessGoal
_ProcessTypeText _ProcessTypeText
@AbapCatalog.sqlViewName: 'CMDCHGPROCESSGVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'VH for MasterDataChangeProcess (Gov)'
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@UI.presentationVariant: [{
  sortOrder: [{by: 'MasterDataChangeProcess', direction: #DESC }]
}]
@Search.searchable: true
@Consumption.ranked: true
define view C_MasterDataChangeProcessGovVH
  as select from I_MasterDataChangeProcessVH
  association [0..*] to I_MDChgProcessTypeText as _ProcessTypeText on _ProcessTypeText.MDChgProcessTypeID = $projection.MDChgProcessTypeID
{
      //I_MasterDataChangeProcessVH

      //key MasterDataChangeProcessUUID,

      @EndUserText.label: 'Process'
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
  key MasterDataChangeProcess,
      @Search.defaultSearchElement:false
      @Search.ranking: #LOW
      MDChgProcessDescription,
      @Search.defaultSearchElement:false
      @Search.ranking: #LOW
      MDChgProcessCreationDate,
      @Consumption.valueHelpDefinition: [{ entity: {name: 'I_MDChangeProcessTypeVH', element: 'MDChgProcessTypeID'}, distinctValues: true }]
      @ObjectModel.text.association: '_ProcessTypeText'
      @UI.textArrangement: #TEXT_FIRST
      @UI.hidden: true
      MDChgProcessTypeID,
      @UI.hidden: true
      MDChgProcessSrceObjectTypeCode,
      @UI.hidden: true
      MDChgProcessIsErased,
      @UI.hidden: true
      MDChgProcessGoal,
      //MDChgProcessFilterChain,

      /* Associations */
      //I_MasterDataChangeProcessVH

      @Search.defaultSearchElement:false
      @Search.ranking: #LOW
      _ProcessTypeText
}
where
      MDChgProcessGoal      = 'G'
  and MDChgProcessRequestor = $session.user
  and MDChgProcessIsStarted = ''
  and MDChgProcessIsErased  = ''