I_MASTERDATAMODELOBJTYPECODE
Master Data MDC Models
I_MASTERDATAMODELOBJTYPECODE is a CDS View in S/4HANA. Master Data MDC Models. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_MasterDataModBusObjTypeCode | view | from | COMPOSITE | Model Business Object Type Code |
@AbapCatalog.sqlViewName: 'IMDMODODELOTC'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Master Data MDC Models'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_MasterDataModelObjTypeCode
as select from mdc_model_otc
{
key bo_type as MasterDataObjectTypeCode
// namespace as namespace,
// status as Status,
// last_change as LastChange
}