C_MasterDataChangeProcessGovVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_MasterDataChangeProcessVH | I_MasterDataChangeProcessVH | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MDChgProcessTypeText | _ProcessTypeText | _ProcessTypeText.MDChgProcessTypeID = $projection.MDChgProcessTypeID |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 = ''
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