I_MtmDataSourceType

DDL: I_MTMDATASOURCETYPE SQL: IMTMDATASRCTYPE Type: view BASIC

MTM Data Source Type

I_MtmDataSourceType is a Basic CDS View (Dimension) that provides data about "MTM Data Source Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field MTMDataSourceType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MtmDataSourceTypT _MtmDataSourceTypT $projection.MTMDataSourceType = _MtmDataSourceTypT.MTMDataSourceType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IMTMDATASRCTYPE view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey MTMDataSourceType view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
EndUserText.label MTM Data Source Type view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MTMDataSourceType
_MtmDataSourceTypT _MtmDataSourceTypT
@AbapCatalog.sqlViewName: 'IMTMDATASRCTYPE'
@Metadata.ignorePropagatedAnnotations:true
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'MTMDataSourceType'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'MTM Data Source Type'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION]

define view I_MtmDataSourceType
  as select from dd07l
  association [0..*] to I_MtmDataSourceTypT as _MtmDataSourceTypT on $projection.MTMDataSourceType = _MtmDataSourceTypT.MTMDataSourceType
{
      @ObjectModel.text.association: '_MtmDataSourceTypT'
  key cast ( substring( domvalue_l, 1, 2 ) as cmm_vlogp_rec_type) as MTMDataSourceType,
      _MtmDataSourceTypT
}
where
      dd07l.domname  = 'CMM_VLOGP_REC_TYPE'
  and dd07l.as4local = 'A'