I_FinObjMarketRiskActiveCode
Treasury Market Risk Fin Obj Active Code
I_FinObjMarketRiskActiveCode is a Basic CDS View that provides data about "Treasury Market Risk Fin Obj Active Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field TrsyFinObjMarketRiskActiveCode. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FinObjMktRiskActiveCodeText | _Text | $projection.TrsyFinObjMarketRiskActiveCode = _Text.TrsyFinObjMarketRiskActiveCode |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ITRSYFINOBJAC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | TrsyFinObjMarketRiskActiveCode | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | false | view | |
| EndUserText.label | Treasury Market Risk Fin Obj Active Code | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TrsyFinObjMarketRiskActiveCode | |||
| _Text | _Text |
@AbapCatalog: { sqlViewName: 'ITRSYFINOBJAC',
compiler.compareFilter: true,
preserveKey: true,
buffering: { status: #NOT_ALLOWED } }
@AccessControl: { authorizationCheck: #NOT_REQUIRED,
personalData.blocking: #NOT_REQUIRED }
@Metadata.ignorePropagatedAnnotations:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: { representativeKey: 'TrsyFinObjMarketRiskActiveCode',
usageType.dataClass: #CUSTOMIZING,
usageType.serviceQuality: #D,
usageType.sizeCategory: #S }
@VDM: { viewType: #BASIC,
private: false }
@EndUserText.label: 'Treasury Market Risk Fin Obj Active Code'
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view I_FinObjMarketRiskActiveCode
as select from dd07l
association [0..*] to I_FinObjMktRiskActiveCodeText as _Text on $projection.TrsyFinObjMarketRiskActiveCode = _Text.TrsyFinObjMarketRiskActiveCode
{
@ObjectModel.text.association: '_Text'
key cast(RTRIM(LEFT(RTRIM( dd07l.domvalue_l, ' ' ), 1 ), ' ' ) as jbsrmakt preserving type ) as TrsyFinObjMarketRiskActiveCode,
_Text
}
where
dd07l.domname = 'JBSJANEIN'
and dd07l.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_FINOBJMKTRISKACTIVECODETEXT"
],
"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