I_MDCHGPROCESSMODELSUITE
Master Data Change Process Model Suite
I_MDCHGPROCESSMODELSUITE is a CDS View in S/4HANA. Master Data Change Process Model Suite. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MasterDataModBusObjTypeCode | view | union | COMPOSITE | Model Business Object Type Code |
@AbapCatalog.sqlViewName: 'IMDCHGPROCMOD'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #S, dataClass: #CUSTOMIZING }
@VDM.viewType: #BASIC
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Master Data Change Process Model Suite'
define view I_MDChgProcessModelSuite
as select from mdc_model_suite
{
key suite as MDChgProcessSuiteObjTypeCode
}