I_FinancialInstrCharacteristic
Characteristic
I_FinancialInstrCharacteristic is a Basic CDS View that provides data about "Characteristic" in SAP S/4HANA. It reads from 1 data source (trbac_charac) and exposes 2 fields with key field FinancialInstrCharacteristic. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| trbac_charac | trbac_charac | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FinancialInstrCharcText | _Text | $projection.FinancialInstrCharacteristic = _Text.FinancialInstrCharacteristic |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFININSTRCHARC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | FinancialInstrCharacteristic | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| EndUserText.label | Characteristic | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialInstrCharacteristic | characteristics | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IFININSTRCHARC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'FinancialInstrCharacteristic'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@EndUserText.label: 'Characteristic'
define view I_FinancialInstrCharacteristic
as select from trbac_charac
association [0..*] to I_FinancialInstrCharcText as _Text on $projection.FinancialInstrCharacteristic = _Text.FinancialInstrCharacteristic
{
@Search: {
defaultSearchElement: true,
// ranking: #HIGH,
fuzzinessThreshold: 0.8
}
@ObjectModel.text.association: '_Text'
key characteristics as FinancialInstrCharacteristic,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TRBAC_CHARAC"
],
"ASSOCIATED":
[
"I_FINANCIALINSTRCHARCTEXT"
],
"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