I_FinCndnCalcBaseReference
Condition Calculation Base Reference
I_FinCndnCalcBaseReference is a Basic CDS View that provides data about "Condition Calculation Base Reference" in SAP S/4HANA. It reads from 1 data source (tzfb) and exposes 3 fields with key fields FinCndnCalcBaseReference, TreasuryContractType. It has 1 association to related views. Part of development package FTR_SECURITIES_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tzfb | _FinCndnCalcBaseReference | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FinCndnCalcBaseReferenceText | _Text | $projection.FinCndnCalcBaseReference = _Text.FinCndnCalcBaseReference and $projection.TreasuryContractType = _Text.TreasuryContractType |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Condition Calculation Base Reference | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view |
@EndUserText.label: 'Condition Calculation Base Reference'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM.viewType: #BASIC
@ObjectModel: {
usageType: { dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
},
resultSet.sizeCategory:#XS
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
define view entity I_FinCndnCalcBaseReference
as select from tzfb as _FinCndnCalcBaseReference
association [0..*] to I_FinCndnCalcBaseReferenceText as _Text on $projection.FinCndnCalcBaseReference = _Text.FinCndnCalcBaseReference
and $projection.TreasuryContractType = _Text.TreasuryContractType
{
@ObjectModel.text.association: '_Text'
@Search: {
defaultSearchElement: true,
ranking: #HIGH,
fuzzinessThreshold: 0.9
}
key _FinCndnCalcBaseReference.sbasis as FinCndnCalcBaseReference,
@UI.hidden: true
key _FinCndnCalcBaseReference.rantyp as TreasuryContractType,
_Text
}
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