I_TrsyPosLongShortCodeText
CDS view for Treasury: GFN - TrsyPositionLongShortCodeName
I_TrsyPosLongShortCodeText is a Basic CDS View that provides data about "CDS view for Treasury: GFN - TrsyPositionLongShortCodeName" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, TreasuryPositionLongShortCode. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_TrsyPositionLongShortCode | _TreasuryPositionLongShortCode | $projection.TreasuryPositionLongShortCode = _TreasuryPositionLongShortCode.TreasuryPositionLongShortCode |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | TreasuryPositionLongShortCode | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AbapCatalog.sqlViewName | ITrPosLongShTxt | view | |
| EndUserText.label | CDS view for Treasury: GFN - TrsyPositionLongShortCodeName | view | |
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | ddlanguage | ||
| KEY | TreasuryPositionLongShortCode | |||
| TrsyPositionLongShortCodeName | ||||
| _TreasuryPositionLongShortCode | _TreasuryPositionLongShortCode | |||
| _Language | _Language |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'TreasuryPositionLongShortCode'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.sqlViewName: 'ITrPosLongShTxt'
@EndUserText.label: 'CDS view for Treasury: GFN - TrsyPositionLongShortCodeName'
//@Analytics : {dataCategory: #TEXT, dataExtraction.enabled : true}
@Analytics.dataExtraction.enabled: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
define view I_TrsyPosLongShortCodeText
as select from dd07t
association [0..1] to I_TrsyPositionLongShortCode as _TreasuryPositionLongShortCode on $projection.TreasuryPositionLongShortCode = _TreasuryPositionLongShortCode.TreasuryPositionLongShortCode
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
key ddlanguage as Language,
@ObjectModel.text.element: 'TrsyPositionLongShortCodeName'
@ObjectModel.foreignKey.association: '_TreasuryPositionLongShortCode'
key cast( dd07t.domvalue_l as ftr_gen_long_short_code ) as TreasuryPositionLongShortCode,
@Semantics.text: true
cast(dd07t.ddtext as ftr_gen_long_short_code_name) as TrsyPositionLongShortCodeName,
_TreasuryPositionLongShortCode,
_Language
}
where
dd07t.domname = 'FTR_GEN_LONG_SHORT_CODE'
and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_TRSYPOSITIONLONGSHORTCODE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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