I_TrsyCshFlowDebtInvmtCode

DDL: I_TRSYCSHFLOWDEBTINVMTCODE Type: view BASIC

Debt Investment Indicator

I_TrsyCshFlowDebtInvmtCode (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Financial Operations

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.

SAP Help Documentation

CategoryCDS Views for System Data
Data CategoryDimension
StatusReleased
Purpose
This CDS view provides the prerequisites for answering the following business questions: What is the debt and investment status definition for financial transactions?

Structure
Object types This view is built on the debt/investment code object type. Measures and attributes The most important measure is debt and investment.

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessFinancial Operations
Application ComponentFIN-FSCM-TRM
CapabilitiesAnalytical Dimension, Association Target for Defining CDS Entities, Data Source in SQL Select, Data Source for Defining CDS Entities
PackageFinancial Operations for SAP S/4HANA Cloud Private Edition
Description <p>This CDS view provides the prerequisites for answering the following business questions:</p> <ul> <li><p>What is the debt and investment status definition for financial transactions?</p></li> </ul>

Documentation

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 Debt Investment Indicator
_Text _Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_TrsyCshFlowDebtInvmtCode.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_TrsyCshFlowDebtInvmtCode AS
SELECT
  cast(left(DomainValue.domvalue_l, 1) as ftr_debt_invest_indicator preserving type) AS TrsyCshFlowDebtInvmtCode
FROM dd07l AS DomainValue
LEFT OUTER JOIN I_TrsyCshFlowDebtInvmtCodeT AS _Text ON TrsyCshFlowDebtInvmtCode = _Text.TrsyCshFlowDebtInvmtCode  -- association [0..*]
;