I_TrsyPosAssetLbltyCodeText
Treasury Pos. Asset Liability Code Text
I_TrsyPosAssetLbltyCodeText is a Basic CDS View that provides data about "Treasury Pos. Asset Liability Code Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Language, TreasuryPosAssetLiabilityCode. It has 1 association to related views. Part of development package FTR_TREASURY_LEDGER_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.entityBuffer.definitionAllowed | false | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Treasury Pos. Asset Liability Code Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| Analytics.technicalName | ITRSYPOSASTLBTYT | view | |
| ObjectModel.representativeKey | TreasuryPosAssetLiabilityCode | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | ddlanguage | ||
| KEY | TreasuryPosAssetLiabilityCode | dd07t | domvalue_l | |
| TrsyPosAssetLiabilityCodeName | ||||
| _Language | _Language |
@AbapCatalog.entityBuffer.definitionAllowed: false
@AccessControl.authorizationCheck: #NOT_REQUIRED // according to XLS / DCL
@EndUserText.label: 'Treasury Pos. Asset Liability Code Text'
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'ITRSYPOSASTLBTYT'
@ObjectModel.representativeKey: 'TreasuryPosAssetLiabilityCode'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@Metadata.ignorePropagatedAnnotations: true // For C1-Release
@VDM.viewType: #BASIC
define view entity I_TrsyPosAssetLbltyCodeText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
key ddlanguage as Language,
@ObjectModel.text.element: [ 'TrsyPosAssetLiabilityCodeName']
key dd07t.domvalue_l as TreasuryPosAssetLiabilityCode,
@Semantics.text: true
cast(dd07t.ddtext as ftr_gen_asset_liab_indctr_name ) as TrsyPosAssetLiabilityCodeName,
_Language
}
where
dd07t.domname = 'TPM_ACTIVE_PASSIVE_2'
and dd07t.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