I_MDChangeProcessTypeVH
Master Data Change Process Type VH
I_MDChangeProcessTypeVH is a Composite CDS View that provides data about "Master Data Change Process Type VH" in SAP S/4HANA. It reads from 1 data source (I_MDChangeProcessTypeUnion) and exposes 7 fields with key field MDChgProcessTypeID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MDChangeProcessTypeUnion | I_MDChangeProcessTypeUnion | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MDChgProcessTypeText | _Text | _Text.MDChgProcessTypeID = $projection.MDChgProcessTypeID |
| [0..1] | I_MasterDataModBusObjTypeCode | _ObjectTypeText | _ObjectTypeText.MDChgProcessSrceObjectTypeCode = $projection.MDChgProcessSrceObjectTypeCode |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMDCHGPROCTYPEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Master Data Change Process Type VH | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDChgProcessTypeID | MDChgProcessTypeID | ||
| MDChgProcessSrceObjectTypeCode | MDChgProcessSrceObjectTypeCode | |||
| MDChgProcessSrceObjectTypeText | _ObjectTypeText | MDQltyBusObjTypeCodeText | ||
| MDChgProcessGoal | MDChgProcessGoal | |||
| MDChgProcessDelSrceDataIsRqd | MDChgProcessDelSrceDataIsRqd | |||
| MDChgProcessIsDefaultMassType | MDChgProcessIsDefaultMassType | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IMDCHGPROCTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Master Data Change Process Type VH'
@ObjectModel: {
dataCategory: #VALUE_HELP,
resultSet.sizeCategory: #XS,
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MIXED }
@VDM.viewType: #COMPOSITE
@Search.searchable: true
@Consumption.ranked: true
define view I_MDChangeProcessTypeVH
as select from I_MDChangeProcessTypeUnion
association [0..*] to I_MDChgProcessTypeText as _Text on _Text.MDChgProcessTypeID = $projection.MDChgProcessTypeID
association [0..1] to I_MasterDataModBusObjTypeCode as _ObjectTypeText on _ObjectTypeText.MDChgProcessSrceObjectTypeCode = $projection.MDChgProcessSrceObjectTypeCode
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key MDChgProcessTypeID,
@UI.hidden: true
MDChgProcessSrceObjectTypeCode,
@UI.hidden: true
_ObjectTypeText.MDQltyBusObjTypeCodeText as MDChgProcessSrceObjectTypeText,
@UI.hidden: true
MDChgProcessGoal,
@UI.hidden: true
MDChgProcessDelSrceDataIsRqd,
@UI.hidden: true
MDChgProcessIsDefaultMassType,
@Search.defaultSearchElement: false
@Search.ranking: #LOW
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MASTERDATAMODBUSOBJTYPECODE",
"I_MDCHANGEPROCESSTYPEUNION"
],
"ASSOCIATED":
[
"I_MASTERDATAMODBUSOBJTYPECODE",
"I_MDCHGPROCESSTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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