I_UtilsDeviceMsmtType

DDL: I_UTILSDEVICEMSMTTYPE SQL: IEDVCEMSMTTYPE Type: view BASIC

Device Measurement Type

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_UtilsDeviceMsmtTypeText _UtilsDeviceMsmtTypeText $projection.UtilsDeviceMeasurementType = _UtilsDeviceMsmtTypeText.UtilsDeviceMeasurementType

Annotations (13)

NameValueLevelField
EndUserText.label Device Measurement Type view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey UtilsDeviceMeasurementType view
AbapCatalog.sqlViewName IEDVCEMSMTTYPE view
ObjectModel.usageType.serviceQuality A view
ObjectModel.usageType.sizeCategory L view
ObjectModel.usageType.dataClass META view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UtilsDeviceMeasurementType
_UtilsDeviceMsmtTypeText _UtilsDeviceMsmtTypeText
@EndUserText.label: 'Device Measurement Type'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'UtilsDeviceMeasurementType'
@AbapCatalog.sqlViewName: 'IEDVCEMSMTTYPE'
@ObjectModel.usageType.serviceQuality: 'A'
@ObjectModel.usageType.sizeCategory: 'L'
@ObjectModel.usageType.dataClass: 'META'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter:true
//@AbapCatalog.preserveKey:true

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: [#SQL_DATA_SOURCE, #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_UtilsDeviceMsmtType
  as select from dd07l
  association [0..*] to I_UtilsDeviceMsmtTypeText as _UtilsDeviceMsmtTypeText on $projection.UtilsDeviceMeasurementType = _UtilsDeviceMsmtTypeText.UtilsDeviceMeasurementType

{
      @ObjectModel.text.association: '_UtilsDeviceMsmtTypeText'
      // key domvalue_l as UtilsDeviceMeasurementType,

  key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.char( 1 ) ) as messart ) as UtilsDeviceMeasurementType,
      _UtilsDeviceMsmtTypeText
}

where
      dd07l.domname  = 'MESSART'
  and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_UTILSDEVICEMSMTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/