I_FinCndnConditionType
Financial Condition Condition Type
I_FinCndnConditionType is a Basic CDS View (Dimension) that provides data about "Financial Condition Condition Type" in SAP S/4HANA. It reads from 1 data source (tzk01) and exposes 4 fields with key fields TreasuryContractType, FinConditionConditionType. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tzk01 | tzk01 | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_TreasuryContractType | _ContractType | $projection.TreasuryContractType = _ContractType.TreasuryContractType |
| [0..*] | I_FinCndnConditionTypeText | _ConditionTypeText | $projection.TreasuryContractType = _ConditionTypeText.TreasuryContractType and $projection.FinConditionConditionType = _ConditionTypeText.FinConditionConditionType |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.sqlViewName | IFCCONDTYPE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Financial Condition Condition Type | view | |
| ObjectModel.representativeKey | FinConditionConditionType | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | TreasuryContractType | rantyp | ||
| KEY | FinConditionConditionType | |||
| _ContractType | _ContractType | |||
| _ConditionTypeText | _ConditionTypeText |
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IFCCONDTYPE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: [ #ANALYTICAL_DIMENSION ]
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Financial Condition Condition Type'
@ObjectModel.representativeKey: 'FinConditionConditionType'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@Metadata.allowExtensions:true
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
define view I_FinCndnConditionType
as select from tzk01
association [0..1] to I_TreasuryContractType as _ContractType on $projection.TreasuryContractType = _ContractType.TreasuryContractType
association [0..*] to I_FinCndnConditionTypeText as _ConditionTypeText on $projection.TreasuryContractType = _ConditionTypeText.TreasuryContractType
and $projection.FinConditionConditionType = _ConditionTypeText.FinConditionConditionType
{
@ObjectModel.foreignKey.association: '_ContractType'
key rantyp as TreasuryContractType,
@ObjectModel.text.association: '_ConditionTypeText'
key cast( skoart as ftr_cndn_condition_type preserving type ) as FinConditionConditionType,
_ContractType,
_ConditionTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TZK01"
],
"ASSOCIATED":
[
"I_FINCNDNCONDITIONTYPETEXT",
"I_TREASURYCONTRACTTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"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