I_ChgMgmtAssignedIndicator

DDL: I_CHGMGMTASSIGNEDINDICATOR SQL: IMOCASSIGNIND Type: view BASIC

Assigned Indicator

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ChgMgmtAssignedIndicatorText _IndicatorText $projection.IndicatorValue = _IndicatorText.IndicatorValue

Annotations (16)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey IndicatorValue view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.resultSet.sizeCategory #XS view
AbapCatalog.sqlViewName IMOCASSIGNIND view
EndUserText.label Assigned Indicator view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
Analytics.internalName #LOCAL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY IndicatorValue
_IndicatorText _IndicatorText
@ClientHandling.algorithm: #SESSION_VARIABLE 
@ObjectModel.representativeKey: 'IndicatorValue'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.resultSet.sizeCategory: #XS
@AbapCatalog.sqlViewName: 'IMOCASSIGNIND'
@EndUserText.label: 'Assigned Indicator'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true 
@Analytics.internalName:#LOCAL 
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.preserveKey:true


define view I_ChgMgmtAssignedIndicator as select from dd07l 
    association [0..*] to I_ChgMgmtAssignedIndicatorText as _IndicatorText
      on  $projection.IndicatorValue = _IndicatorText.IndicatorValue 
{
   @ObjectModel.text.association: '_IndicatorText'
   key cast ( substring( domvalue_l, 1, 1 ) as xfeld ) as IndicatorValue,
   _IndicatorText
}where dd07l.domname = '/MOC/ASSIGNED_INDICATOR' and dd07l.as4local = 'A'