I_TrsyCshFlowDebtInvmtCode

DDL: I_TRSYCSHFLOWDEBTINVMTCODE Type: view BASIC Package: FTR_IRM_CORE

Debt Investment Indicator

I_TrsyCshFlowDebtInvmtCode is a Basic CDS View (Dimension) that provides data about "Debt Investment Indicator" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TrsyCshFlowDebtInvmtCode. It has 1 association to related views. Part of development package FTR_IRM_CORE.

Data Sources (1)

SourceAliasJoin Type
dd07l DomainValue from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TrsyCshFlowDebtInvmtCodeT _Text $projection.TrsyCshFlowDebtInvmtCode = _Text.TrsyCshFlowDebtInvmtCode

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IDIINDC view
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey TrsyCshFlowDebtInvmtCode view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
EndUserText.label Debt Investment Indicator view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TrsyCshFlowDebtInvmtCode
_Text _Text
@AbapCatalog:{ 
    sqlViewName: 'IDIINDC',
    buffering.status: #NOT_ALLOWED,
    compiler.compareFilter: true
}
@AbapCatalog.preserveKey: true // only if required by ATC check 

@AccessControl.authorizationCheck:  #NOT_REQUIRED 
@Analytics: {
    dataCategory: #DIMENSION, 
    internalName: #LOCAL
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
    representativeKey: 'TrsyCshFlowDebtInvmtCode',
    usageType: {
        dataClass:  #MASTER,
        serviceQuality: #B,
        sizeCategory: #S
    },
    supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE ],
    modelingPattern: [ #ANALYTICAL_DIMENSION ]
}
@Metadata.allowExtensions:true   
@Metadata.ignorePropagatedAnnotations: true // For C1-Release 

@VDM.viewType: #BASIC
@EndUserText.label: 'Debt Investment Indicator'

define view I_TrsyCshFlowDebtInvmtCode
  as select from dd07l as DomainValue
  association [0..*] to I_TrsyCshFlowDebtInvmtCodeT as _Text on $projection.TrsyCshFlowDebtInvmtCode = _Text.TrsyCshFlowDebtInvmtCode
{
      @ObjectModel.text.association: '_Text'
  key cast(left(DomainValue.domvalue_l, 1) as ftr_debt_invest_indicator preserving type) as TrsyCshFlowDebtInvmtCode,
      _Text
}
where
      DomainValue.domname  = 'FTR_DEBT_INVEST_INDICATOR'
  and DomainValue.as4local = 'A'