I_TrsyCshFlowDebtInvmtCodeT
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | DomainText | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_TrsyCshFlowDebtInvmtCode | _TrsyCshFlowDebtInvmtCode | $projection.TrsyCshFlowDebtInvmtCode = _TrsyCshFlowDebtInvmtCode.TrsyCshFlowDebtInvmtCode |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA