I_TrsyCshFlowDebtInvmtCode
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.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | DomainValue | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_TrsyCshFlowDebtInvmtCodeT | _Text | $projection.TrsyCshFlowDebtInvmtCode = _Text.TrsyCshFlowDebtInvmtCode |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_TRSYCSHFLOWDEBTINVMTCODET"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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