I_TrsyCshFlowDebtInvmtCodeT

DDL: I_TRSYCSHFLOWDEBTINVMTCODET SQL: IDIINDCT Type: view BASIC

Debt Investment Indicator - Text

I_TrsyCshFlowDebtInvmtCodeT is a Basic CDS View that provides data about "Debt Investment Indicator - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields TrsyCshFlowDebtInvmtCode, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t DomainText from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_TrsyCshFlowDebtInvmtCode _TrsyCshFlowDebtInvmtCode $projection.TrsyCshFlowDebtInvmtCode = _TrsyCshFlowDebtInvmtCode.TrsyCshFlowDebtInvmtCode
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

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

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TrsyCshFlowDebtInvmtCode
KEY Language dd07t ddlanguage
TrsyCshFlowDebtInvmtCodeName dd07t ddtext
_Language _Language
_TrsyCshFlowDebtInvmtCode _TrsyCshFlowDebtInvmtCode
@AbapCatalog.sqlViewName: 'IDIINDCT'
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'TrsyCshFlowDebtInvmtCode'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory:  #S
@Metadata.ignorePropagatedAnnotations: true // For C1-Release 

@VDM.viewType: #BASIC
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE,  #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.modelingPattern : [ #LANGUAGE_DEPENDENT_TEXT ]
@EndUserText.label: 'Debt Investment Indicator - Text'
define view I_TrsyCshFlowDebtInvmtCodeT
  as select from dd07t as DomainText
  association [0..1] to I_TrsyCshFlowDebtInvmtCode as _TrsyCshFlowDebtInvmtCode on $projection.TrsyCshFlowDebtInvmtCode = _TrsyCshFlowDebtInvmtCode.TrsyCshFlowDebtInvmtCode
  association [0..1] to I_Language                 as _Language                  on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_TrsyCshFlowDebtInvmtCode'
      @ObjectModel.text.element: 'TrsyCshFlowDebtInvmtCodeName'
  key cast(left(domvalue_l, 1) as ftr_debt_invest_indicator preserving type)              as TrsyCshFlowDebtInvmtCode,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key DomainText.ddlanguage                                         as Language,

      @Semantics.text: true
      DomainText.ddtext                                             as TrsyCshFlowDebtInvmtCodeName,

      _Language,
      _TrsyCshFlowDebtInvmtCode
}
where
      DomainText.domname  = 'FTR_DEBT_INVEST_INDICATOR'
  and DomainText.as4local = 'A'